The Phosphor arrow u left down icon depicts a U-turn arrow pointing left and downwards, commonly used to indicate returning to a previous state or location with a downward movement.
Common uses
- Revert to a previous step in a multi-step form.
- Navigate back to a parent directory with a downward scroll.
- Undo an action that also involves moving content down.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowULeftDown } from '@phosphor-icons/react';
<ArrowULeftDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowULeftDown size={24} />thin
<ArrowULeftDown size={24} weight="thin" />light
<ArrowULeftDown size={24} weight="light" />bold
<ArrowULeftDown size={24} weight="bold" />fill
<ArrowULeftDown size={24} weight="fill" />duotone
<ArrowULeftDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadundoreturnu-turnsarrowsarrowuleftdownundo downreturn left downback u-turndirectional arrow
FAQ
- What is the purpose of the arrow-u-left-down icon?
- This icon signifies a return or undo action that also involves a downward directional change, like going back to a previous state or location.
- How do I use the arrow-u-left-down icon in React?
- Import it from the library like this: import { ArrowULeftDown } from '@phosphor-icons/react'. Then use it as a React component: <ArrowULeftDown />.
- What is the license for the Phosphor arrow-u-left-down icon?
- The Phosphor icon library, including the arrow-u-left-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 →