The HugeIcons text align justify left icon visually represents text that is aligned to the left margin and justified across the entire width of its container, commonly used to indicate a full justification text alignment option.
Common uses
- Text editor toolbar button
- Rich text input settings
- Document formatting panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextAlignJustifyLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextAlignJustifyLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- justify lefttext justifyfull justifyalign justify
FAQ
- What does the text align justify left icon represent?
- This icon represents text that is aligned to the left and justified to fill the available width. It's typically used to select this specific text alignment style.
- How do I use this icon in a React application?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { TextAlignJustifyLeftIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={TextAlignJustifyLeftIcon} />
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.