The Phosphor arrow up right icon depicts a directional arrow pointing upwards and to the right, commonly used to indicate navigation to a new page, an external link, or an upward trend.
Common uses
- Link to external website
- Navigate to a new section
- Indicate positive growth
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowUpRight } from '@phosphor-icons/react';
<ArrowUpRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowUpRight size={24} />thin
<ArrowUpRight size={24} weight="thin" />light
<ArrowUpRight size={24} weight="light" />bold
<ArrowUpRight size={24} weight="bold" />fill
<ArrowUpRight size={24} weight="fill" />duotone
<ArrowUpRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowuprightexternal link iconnew tab iconoutbound linkupward arrow
FAQ
- What is the arrow up right icon used for?
- It's used to signify actions like opening an external link, navigating to a different page, or showing an upward trend or progress.
- How do I use the arrow up right icon in React?
- Import it from the library like this: import { ArrowUpRight } from '@phosphor-icons/react'. Then use it as a React component: <ArrowUpRight />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use 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 →