The Phosphor align bottom simple icon visually represents aligning objects to the bottom edge of a container or selection, commonly used in design tools for layout adjustments.
Common uses
- Align selected elements to the bottom of the artboard.
- Distribute objects evenly with their bottom edges aligned.
- Set the bottom boundary for a group of UI components.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AlignBottomSimple } from '@phosphor-icons/react';
<AlignBottomSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AlignBottomSimple size={24} />thin
<AlignBottomSimple size={24} weight="thin" />light
<AlignBottomSimple size={24} weight="light" />bold
<AlignBottomSimple size={24} weight="bold" />fill
<AlignBottomSimple size={24} weight="fill" />duotone
<AlignBottomSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- alignmentarrangementlayoutflush bottomdesigneditoralignbottomsimplealign bottombottom alignlayout bottom
FAQ
- What does the align bottom simple icon represent?
- It signifies aligning multiple items so their bottom edges are flush with each other or a reference point.
- How do I use this icon in React?
- Import it as AlignBottomSimple from '@phosphor-icons/react' and use it like <AlignBottomSimple />.
- 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 →