The Phosphor align right icon visually represents text or elements being justified to the right edge of a container, commonly used in text editors and layout tools.
Common uses
- Aligning text to the right in a rich text editor.
- Justifying a block of content to the right side of the screen.
- Setting right-alignment for list items or menu options.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AlignRight } from '@phosphor-icons/react';
<AlignRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AlignRight size={24} />thin
<AlignRight size={24} weight="thin" />light
<AlignRight size={24} weight="light" />bold
<AlignRight size={24} weight="bold" />fill
<AlignRight size={24} weight="fill" />duotone
<AlignRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- alignmentarrangementlayoutflush rightdesigneditoralignrighttext align rightright justifyalign right button
FAQ
- What is the align right icon used for?
- It's used to indicate or apply right-alignment for text or other UI elements within a layout.
- How do I use the align right icon in React?
- Import it from the Phosphor library and use it as a component: `import { AlignRight } from '@phosphor-icons/react'`. Then render it like `<AlignRight />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed 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 Phosphor.
Looking for something else? Search Phosphor 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 →