The HugeIcons align horizontal justify start icon visually represents the distribution of content across a horizontal axis, aligning it to the starting edge.
Common uses
- Aligning text blocks to the left in a document editor.
- Justifying navigation items to the start of a toolbar.
- Distributing form fields evenly across a horizontal layout.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AlignHorizontalJustifyStartIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AlignHorizontalJustifyStartIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- align start horizontaljustify content start horizontalhorizontal align leftdistribute horizontal start
FAQ
- What does the align horizontal justify start icon represent?
- This icon represents aligning elements horizontally to the start of the available space, ensuring they are packed towards the beginning of the axis.
- How do I use this icon in a React application?
- Import the icon component and use it within the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { AlignHorizontalJustifyStartIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={AlignHorizontalJustifyStartIcon} />.
- What is the license for this icon?
- This icon is distributed 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.
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 →