The HugeIcons layout align left icon visually represents the alignment of content to the left side of a container, commonly used to indicate left-alignment options in text editors or layout tools.
Common uses
- Text editor left-align button
- UI element alignment control
- Content justification setting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LayoutAlignLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LayoutAlignLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- align leftleft justifytext align leftleft alignment
FAQ
- What does the layout align left icon represent?
- This icon signifies the alignment of elements or text to the left edge of their designated area. It's typically used in interfaces to control layout and text justification.
- How do I use the LayoutAlignLeftIcon in React?
- Import both HugeiconsIcon and LayoutAlignLeftIcon from their respective packages and render them using <HugeiconsIcon icon={LayoutAlignLeftIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the layout align left icon, is available 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 →