The HugeIcons align horizontal justify end icon depicts the alignment of content to the end of a horizontal axis, commonly used to justify text or elements to the right side of their container.
Common uses
- Right-aligning text in a text editor.
- Justifying buttons to the right in a form footer.
- Aligning list items to the right edge of a container.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AlignHorizontalJustifyEndIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AlignHorizontalJustifyEndIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- align rightjustify righthorizontal align endright justify
FAQ
- What does the align horizontal justify end icon represent?
- This icon represents aligning content to the end of a horizontal space, typically used for right-alignment or justifying elements to the right.
- How do I use this icon in React?
- Import the icon and use it within the HugeiconsIcon component like this: import { HugeiconsIcon } from '@hugeicons/react'; import { AlignHorizontalJustifyEndIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={AlignHorizontalJustifyEndIcon} />.
- What is the license for this icon?
- This icon is provided 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 →