The HugeIcons align right icon visually represents text or elements being justified to the right edge of a container, commonly used for text alignment controls.
Common uses
- Text editor alignment options
- Content justification settings
- Form field alignment
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AlignRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AlignRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- right aligntext align rightjustify rightright justify
FAQ
- What does the align right icon represent?
- It signifies aligning content to the right side, typically used in text editing or layout tools to control justification.
- How do I use the AlignRightIcon in React?
- Import both HugeiconsIcon and AlignRightIcon, then render it using <HugeiconsIcon icon={AlignRightIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.