The Phosphor align center vertical icon visually represents the action of centering an object or group of objects along their vertical axis, commonly used in UI for layout and alignment controls.
Common uses
- Aligning text blocks vertically within a container.
- Centering form elements relative to each other.
- Distributing items evenly along the vertical middle of a selection.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AlignCenterVertical } from '@phosphor-icons/react';
<AlignCenterVertical size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AlignCenterVertical size={24} />thin
<AlignCenterVertical size={24} weight="thin" />light
<AlignCenterVertical size={24} weight="light" />bold
<AlignCenterVertical size={24} weight="bold" />fill
<AlignCenterVertical size={24} weight="fill" />duotone
<AlignCenterVertical size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- alignmentarrangementlayoutcenteredmiddledesigneditoraligncenterverticalvertical align centermiddle aligncenter verticallyalign middle
FAQ
- What does the align center vertical icon represent?
- It signifies the operation of aligning multiple selected items to the vertical center of the selection or a container.
- How do I use this icon in React?
- Import it from the library like this: import { AlignCenterVertical } from '@phosphor-icons/react'. Then use it as a React component: <AlignCenterVertical size={32} />.
- 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 →