The Tabler box align right icon visually represents content being aligned to the right side of a container, commonly used to indicate layout or alignment settings in user interfaces.
Common uses
- Aligning text or elements to the right.
- Indicating a right-aligned layout option.
- Setting justification for content blocks.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBoxAlignRight } from '@tabler/icons-react';
<IconBoxAlignRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBoxAlignRight size={24} stroke={2} />filled
<IconBoxAlignRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- rectanglesideeastboxalignrightcreativeartisticvisualaestheticdesignalign righttext align rightright justifybox right
FAQ
- What does the box align right icon represent?
- This icon depicts content aligned to the right edge of a defined space. It's typically used in UI design to signify right-alignment options or settings.
- How do I use the box align right icon in React?
- You can import and use it directly in your React components like this: import { IconBoxAlignRight } from '@tabler/icons-react'. Then, render it as a component: <IconBoxAlignRight />.
- What is the license for the Tabler icons?
- Tabler icons, including the box align right icon, are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →