The Tabler align box top center icon visually represents text alignment within a container, typically used in UI editors to position text to the top and center of a bounding box.
Common uses
- Text alignment options in a rich text editor.
- Layout controls for text blocks in a design tool.
- Setting vertical and horizontal alignment for labels or titles.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlignBoxTopCenter } from '@tabler/icons-react';
<IconAlignBoxTopCenter size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlignBoxTopCenter size={24} stroke={2} />filled
<IconAlignBoxTopCenterFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- texttypeupnorthalignboxtopcentertypographywritingtext top centeralign top centervertical align centertext box align
FAQ
- What does the align box top center icon represent?
- It shows text aligned to the top and center of a defined area, commonly used for text formatting controls.
- How do I use this icon in React?
- Import it using `import { IconAlignBoxTopCenter } from '@tabler/icons-react'` and use it as a React component.
- What is the license for this icon?
- The Tabler icon set, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.