The Lucide text align end icon visually represents the alignment of text to the right side of a container, commonly used to set text justification to the right in text editing interfaces.
Common uses
- Aligning text to the right in a rich text editor toolbar.
- Setting right-alignment for paragraph content.
- Indicating a right-aligned text option in a formatting menu.
Use it in React
Install
npm i lucide-reactImport & render
import { TextAlignEnd } from 'lucide-react';
<TextAlignEnd size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- textalignmentrightalignendtext align rightalign righttext justification rightright align
FAQ
- What does the text align end icon represent?
- This icon represents the alignment of text to the right edge of its container. It's used in UI to signify a right-alignment option for text.
- How do I use the text align end icon in React?
- You can import and use it in your React application with: `import { TextAlignEnd } from 'lucide-react'`. Then, render it like `<TextAlignEnd />`.
- What is the license for Lucide icons?
- Lucide icons, including the text align end icon, are distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.