The Phosphor arrow u left up icon depicts a U-turn arrow pointing upwards and to the left, commonly used to indicate an action that reverses or undoes a previous step, or navigates back in a complex flow.
Common uses
- Undo last action
- Navigate back to a previous state
- Revert to a prior setting
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowULeftUp } from '@phosphor-icons/react';
<ArrowULeftUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowULeftUp size={24} />thin
<ArrowULeftUp size={24} weight="thin" />light
<ArrowULeftUp size={24} weight="light" />bold
<ArrowULeftUp size={24} weight="bold" />fill
<ArrowULeftUp size={24} weight="fill" />duotone
<ArrowULeftUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadredou-turnsarrowsarrowuleftupundo iconback arrowreverse iconredo arrow
FAQ
- What does the arrow-u-left-up icon represent?
- This icon represents a U-turn action, indicating a reversal or return to a previous state, often used for undo or back navigation.
- How do I use the ArrowULeftUp icon in React?
- You can import and use it in React with: import { ArrowULeftUp } from '@phosphor-icons/react'. Then render it as <ArrowULeftUp />.
- What is the license for the Phosphor arrow-u-left-up icon?
- The Phosphor icon library, including the arrow-u-left-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 →