The Phosphor arrows in line horizontal icon depicts four arrows pointing inwards towards the center of a horizontal line, commonly used to represent actions like centering content or aligning items.
Common uses
- Center align text or elements
- Collapse or expand a horizontal panel
- Indicate a focus or selection point in a horizontal layout
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsInLineHorizontal } from '@phosphor-icons/react';
<ArrowsInLineHorizontal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsInLineHorizontal size={24} />thin
<ArrowsInLineHorizontal size={24} weight="thin" />light
<ArrowsInLineHorizontal size={24} weight="light" />bold
<ArrowsInLineHorizontal size={24} weight="bold" />fill
<ArrowsInLineHorizontal size={24} weight="fill" />duotone
<ArrowsInLineHorizontal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadclosecenteralignarrowsdesigneditorinlinehorizontalcenter alignalign horizontal center
FAQ
- What is the arrows-in-line-horizontal icon used for?
- This icon is typically used for UI actions related to centering, aligning, or focusing on a horizontal axis.
- How do I use this icon in React?
- You can import and use it in React with: import { ArrowsInLineHorizontal } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →