The Tabler align box bottom right icon visually represents aligning content to the bottom-right corner of a container, commonly used in text or layout settings.
Common uses
- Aligning text within a text input field.
- Positioning a watermark or overlay in the bottom-right of an image.
- Setting the anchor point for a UI element's bottom-right edge.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlignBoxBottomRight } from '@tabler/icons-react';
<IconAlignBoxBottomRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlignBoxBottomRight size={24} stroke={2} />filled
<IconAlignBoxBottomRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- texttypeeastcorneralignboxbottomrighttypographywritingbottom right alignmenttext align right bottomcorner aligntext anchor bottom right
FAQ
- What does the align box bottom right icon represent?
- It signifies aligning an element or content to the bottom-right position within a defined area or box.
- How do I use this icon in React?
- You can import and use it like this: import { IconAlignBoxBottomRight } from '@tabler/icons-react'; <IconAlignBoxBottomRight />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use.
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 →