The Phosphor arrow u right down icon depicts a curved arrow turning from the upper left, moving right, and then down, commonly used to indicate a return path or an undo action.
Common uses
- Undo last action
- Navigate back to a previous state
- Indicate a return to a prior step
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowURightDown } from '@phosphor-icons/react';
<ArrowURightDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowURightDown size={24} />thin
<ArrowURightDown size={24} weight="thin" />light
<ArrowURightDown size={24} weight="light" />bold
<ArrowURightDown size={24} weight="bold" />fill
<ArrowURightDown size={24} weight="fill" />duotone
<ArrowURightDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadundoreturnu-turnsarrowsarrowurightdownundo arrowreturn arrowback arrow curvedu-turn arrow
FAQ
- What is the arrow u right down icon used for?
- This icon is typically used to signify an undo operation or a return to a previous state or location in a user interface.
- How do I use the arrow u right down icon in React?
- You can import and use it in React with: import { ArrowURightDown } from '@phosphor-icons/react'.
- What is the license for the Phosphor arrow u right down icon?
- The Phosphor icon library, including the arrow u right down 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 →