The Phosphor text align left icon visually represents the alignment of text to the left edge of a container, commonly used in text editing interfaces to set or indicate left-aligned justification.
Common uses
- Setting text alignment in a rich text editor toolbar.
- Indicating the current text alignment state in a document settings panel.
- As a button label for left-aligning content blocks.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TextAlignLeft } from '@phosphor-icons/react';
<TextAlignLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TextAlignLeft size={24} />thin
<TextAlignLeft size={24} weight="thin" />light
<TextAlignLeft size={24} weight="light" />bold
<TextAlignLeft size={24} weight="bold" />fill
<TextAlignLeft size={24} weight="fill" />duotone
<TextAlignLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *updated*typographyprintfontalignmentflush leftdesigneditortextalignleftleft aligntext justification leftalign left
FAQ
- What does the text align left icon represent?
- It represents the alignment of text to the left margin. This is the default alignment for most Western languages.
- How do I use this icon in React?
- You can import and use it like this: import { TextAlignLeft } from '@phosphor-icons/react'. Then render it as <TextAlignLeft />.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →