The Tabler align left icon visually represents text alignment to the left, commonly used in user interfaces to control the horizontal positioning of text content.
Common uses
- Aligning paragraph text in a rich text editor.
- Setting the default text alignment for a document.
- Positioning labels or titles to the left of associated content.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlignLeft } from '@tabler/icons-react';
<IconAlignLeft size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- textalignmentpositionalignlefttypographywritingfontcharacterwordtext align leftleft justifytext position leftalign text
FAQ
- What does the align left icon represent?
- It represents the action of aligning text to the left margin. This is a fundamental text formatting option.
- How do I use this icon in React?
- You can import and use it like this: import { IconAlignLeft } from '@tabler/icons-react'. Then render it as <IconAlignLeft />.
- What is the license for this icon?
- The Tabler icon set, including the align left icon, is released 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 →