The Lucide align horizontal justify start icon visually represents the distribution of items along a horizontal axis, aligning them to the start of the available space, commonly used for justifying content in layouts.
Common uses
- Aligning text blocks to the left in a document editor.
- Distributing navigation links evenly at the start of a header.
- Justifying form elements to the left within a container.
Use it in React
Install
npm i lucide-reactImport & render
import { AlignHorizontalJustifyStart } from 'lucide-react';
<AlignHorizontalJustifyStart size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- leftitemsflexjustifyalignhorizontalstartjustify leftalign start horizontalflex start horizontalhorizontal justify
FAQ
- What does the align horizontal justify start icon represent?
- This icon depicts items being aligned and distributed to the start of a horizontal container, typically used for layout purposes in UI design.
- How do I use this icon in React?
- You can import and use the icon in React with the following statement: `import { AlignHorizontalJustifyStart } from 'lucide-react'`.
- What is the license for this icon?
- The Lucide icon library, including this icon, is distributed under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →