The Phosphor arrow bend double up left icon depicts a double-arrowed path bending upwards and then to the left, commonly used to indicate a return to a previous state or a multi-step navigation backward.
Common uses
- Undo multiple actions
- Navigate to a previous section
- Return to a prior view
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowBendDoubleUpLeft } from '@phosphor-icons/react';
<ArrowBendDoubleUpLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowBendDoubleUpLeft size={24} />thin
<ArrowBendDoubleUpLeft size={24} weight="thin" />light
<ArrowBendDoubleUpLeft size={24} weight="light" />bold
<ArrowBendDoubleUpLeft size={24} weight="bold" />fill
<ArrowBendDoubleUpLeft size={24} weight="fill" />duotone
<ArrowBendDoubleUpLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadreply-allarrowsarrowbenddoubleupleftback multiplereturn allprevious steprewind
FAQ
- What is the arrow bend double up left icon used for?
- This icon signifies a complex backward movement or a return to an earlier point in a process or navigation flow.
- How do I use the arrow bend double up left icon in React?
- You can import and use it in React with: import { ArrowBendDoubleUpLeft } from '@phosphor-icons/react'.
- What is the license for the Phosphor arrow bend double up left icon?
- The Phosphor icon library, including this 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 →