The Phosphor arrow bend double up right icon depicts a double-arrowed path curving upwards and to the right, commonly used to indicate a complex or multi-step directional action, such as navigating to a related but distinct section or initiating a process that moves in that general direction.
Common uses
- Navigating to a related external resource.
- Initiating a multi-stage upload or transfer process.
- Indicating a 'go to next section' action with a twist.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowBendDoubleUpRight } from '@phosphor-icons/react';
<ArrowBendDoubleUpRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowBendDoubleUpRight size={24} />thin
<ArrowBendDoubleUpRight size={24} weight="thin" />light
<ArrowBendDoubleUpRight size={24} weight="light" />bold
<ArrowBendDoubleUpRight size={24} weight="bold" />fill
<ArrowBendDoubleUpRight size={24} weight="fill" />duotone
<ArrowBendDoubleUpRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowbenddoubleuprightdouble arrow up rightcurved arrow rightcomplex directionmulti-step arrow
FAQ
- What is the arrow bend double up right icon used for?
- It signifies a complex directional movement, often used for navigating to a different part of an application or initiating a process that moves upwards and to the right.
- How do I use this icon in React?
- You can import and use it like this: import { ArrowBendDoubleUpRight } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage in both personal and commercial projects.
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 →