The Phosphor arrow elbow right icon depicts a directional arrow that bends at a right angle, commonly used to indicate a continuation or a turn in a process or navigation flow.
Common uses
- Next step in a multi-step form
- Redirecting to a related section
- Indicating a nested menu item
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowElbowRight } from '@phosphor-icons/react';
<ArrowElbowRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowElbowRight size={24} />thin
<ArrowElbowRight size={24} weight="thin" />light
<ArrowElbowRight size={24} weight="light" />bold
<ArrowElbowRight size={24} weight="bold" />fill
<ArrowElbowRight size={24} weight="fill" />duotone
<ArrowElbowRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowelbowrightright elbow arrowcorner arrowbent arrow right
FAQ
- What is the arrow elbow right icon used for?
- It's used to show a directional path that turns, often signifying progression or a change in direction within an interface.
- How do I use this icon in React?
- You can import and use it like this: import { ArrowElbowRight } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including this icon, is available under the MIT license.
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 →