The Phosphor arrow u right up icon depicts a U-turn movement from the bottom left to the top right, commonly used to indicate actions like redo or returning to a previous state with forward progress.
Common uses
- Redo last action button
- Navigate back to a previous step in a wizard
- Indicate a return to a prior state with advancement
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowURightUp } from '@phosphor-icons/react';
<ArrowURightUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowURightUp size={24} />thin
<ArrowURightUp size={24} weight="thin" />light
<ArrowURightUp size={24} weight="light" />bold
<ArrowURightUp size={24} weight="bold" />fill
<ArrowURightUp size={24} weight="fill" />duotone
<ArrowURightUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadredou-turnsarrowsarrowurightupredo iconreturn iconforward arrowu-turn arrow
FAQ
- What does the arrow-u-right-up icon represent?
- This icon signifies a U-turn motion, moving from a lower-left position towards an upper-right direction. It's often used for 'redo' actions or indicating a return to a previous state with progress.
- How do I use the ArrowURightUp icon in React?
- You can import and use it in your React application with the following statement: import { ArrowURightUp } from '@phosphor-icons/react'.
- What is the license for the Phosphor arrow u right up icon?
- The Phosphor icon library, including the arrow u right up 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 →