The Phosphor arrow u down right icon depicts a U-turn arrow pointing downwards and to the right, commonly used to indicate a reverse or return action, often in navigation or process flows.
Common uses
- Revert to a previous step in a wizard.
- Navigate back to a prior section.
- Indicate a 'redo' or 'undo' action in a sequence.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowUDownRight } from '@phosphor-icons/react';
<ArrowUDownRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowUDownRight size={24} />thin
<ArrowUDownRight size={24} weight="thin" />light
<ArrowUDownRight size={24} weight="light" />bold
<ArrowUDownRight size={24} weight="bold" />fill
<ArrowUDownRight size={24} weight="fill" />duotone
<ArrowUDownRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadredou-turnsarrowsarrowudownrightundo arrowredo arrowreverse directionalturn back
FAQ
- What is the purpose of the arrow u down right icon?
- This icon signifies a U-turn or reverse direction, typically used for actions like going back, undoing, or redoing a step in a process or navigation.
- How do I use this icon in React?
- Import the icon component using: import { ArrowUDownRight } from '@phosphor-icons/react'. You can then render it like any other React component: <ArrowUDownRight size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including the arrow u down right 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 →