The HugeIcons text align left 01 icon depicts a block of text aligned to the left, commonly used to represent left-alignment functionality in text editing interfaces.
Common uses
- Left-aligning text in a rich text editor
- Setting default text alignment in a document
- Indicating the current text alignment mode
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextAlignLeft01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextAlignLeft01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- text align leftleft alignalign lefttext justification left
FAQ
- What does the text align left 01 icon represent?
- This icon represents the action or state of aligning text to the left margin. It's a standard symbol for left-alignment features in software.
- How do I use this icon in a React application?
- Import the icon and the Hugeicons wrapper, then render it using the `icon` prop: `import { HugeiconsIcon } from '@hugeicons/react'; import { TextAlignLeft01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={TextAlignLeft01Icon} />`.
- What is the license for this icon?
- The HugeIcons icon library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →