The HugeIcons text align justify right icon visually represents text that is aligned to the right margin, with the left edge ragged, commonly used to indicate right-aligned text formatting options.
Common uses
- Button to right-align selected text
- Toolbar option for text justification
- Setting for right-aligned paragraph style
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextAlignJustifyRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextAlignJustifyRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- right aligntext align rightjustify rightragged right
FAQ
- What does the text align justify right icon represent?
- This icon represents text that is aligned to the right edge of its container, creating a ragged left edge. It's typically used in text editing interfaces to apply or indicate right-alignment.
- How do I use the TextAlignJustifyRightIcon in React?
- Import both HugeiconsIcon and TextAlignJustifyRightIcon from their respective packages, then render the icon using the <HugeiconsIcon icon={TextAlignJustifyRightIcon} /> component.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, which allows 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 →