The HugeIcons text align right 01 icon depicts text aligned to the right edge of a container and is typically used to indicate right-alignment functionality in text editing interfaces.
Common uses
- Right-aligning paragraph text
- Justifying text to the right
- Selecting right-alignment option in a toolbar
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextAlignRight01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextAlignRight01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- align righttext rightright justifytext alignment
FAQ
- What does the TextAlignRight01Icon represent?
- This icon represents the action or state of aligning text to the right within its designated area. It's commonly used in text editors or formatting tools.
- How do I use this icon in a React application?
- Import the icon and use it within the Hugeicons component like so: import { HugeiconsIcon } from '@hugeicons/react'; import { TextAlignRight01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={TextAlignRight01Icon} />.
- What is the license for this icon?
- The HugeIcons icon library, including this icon, is distributed under the MIT license.
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 →