The Tabler box align bottom icon visually represents aligning elements to the bottom edge of a container, commonly used in UI to indicate bottom alignment or distribution.
Common uses
- Aligning text blocks to the bottom of a card.
- Distributing form fields evenly at the bottom of a modal.
- Setting bottom padding or margin for an element.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBoxAlignBottom } from '@tabler/icons-react';
<IconBoxAlignBottom size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBoxAlignBottom size={24} stroke={2} />filled
<IconBoxAlignBottomFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- rectanglesidedownsouthboxalignbottomcreativeartisticvisualdesignalign bottombottom justifyvertical align bottomsouth align
FAQ
- What does the box align bottom icon represent?
- It depicts a box with content aligned to its lower edge, symbolizing bottom alignment or distribution in design contexts.
- How do I use this icon in React?
- Import it using `import { IconBoxAlignBottom } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →