The Phosphor arrow square up right icon depicts an arrow pointing upwards and to the right within a square, commonly used to indicate an action that will open a link in a new tab or window.
Common uses
- Link to external website
- Open modal window
- Navigate to a new section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowSquareUpRight } from '@phosphor-icons/react';
<ArrowSquareUpRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowSquareUpRight size={24} />thin
<ArrowSquareUpRight size={24} weight="thin" />light
<ArrowSquareUpRight size={24} weight="light" />bold
<ArrowSquareUpRight size={24} weight="bold" />fill
<ArrowSquareUpRight size={24} weight="fill" />duotone
<ArrowSquareUpRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowsquareuprightexternal link iconnew tab iconopen in new windowupload icon
FAQ
- What is the arrow square up right icon used for?
- This icon typically signifies an action that leads to a new destination, such as opening a link in a new tab or initiating a process that moves the user forward.
- How do I use the arrow square up right icon in React?
- You can import and use it in your React application with: import { ArrowSquareUpRight } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the arrow square up 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 →