The Phosphor align center horizontal simple icon visually represents centering content horizontally within a container, commonly used in editors and layout tools to adjust element positioning.
Common uses
- Centering text in a text editor toolbar.
- Aligning form elements horizontally in a settings panel.
- Positioning a modal dialog in the horizontal center of the screen.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AlignCenterHorizontalSimple } from '@phosphor-icons/react';
<AlignCenterHorizontalSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AlignCenterHorizontalSimple size={24} />thin
<AlignCenterHorizontalSimple size={24} weight="thin" />light
<AlignCenterHorizontalSimple size={24} weight="light" />bold
<AlignCenterHorizontalSimple size={24} weight="bold" />fill
<AlignCenterHorizontalSimple size={24} weight="fill" />duotone
<AlignCenterHorizontalSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- alignmentarrangementlayoutcenteredmiddledesigneditoraligncenterhorizontalsimplehorizontal centercenter align middlelayout centeralign middle
FAQ
- What does the align center horizontal simple icon represent?
- This icon depicts the action of aligning multiple objects or content to the horizontal center of their available space. It's used in design and editing tools to manage layout.
- How do I use this icon in React?
- You can import and use it in your React application with: import { AlignCenterHorizontalSimple } from '@phosphor-icons/react'. Then render it as <AlignCenterHorizontalSimple size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →