The Phosphor arrow square right icon depicts a rightward-pointing arrow within a square, commonly used to indicate navigation to the next step, submission, or proceeding forward.
Common uses
- Submit form
- Go to next page
- Proceed to checkout
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowSquareRight } from '@phosphor-icons/react';
<ArrowSquareRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowSquareRight size={24} />thin
<ArrowSquareRight size={24} weight="thin" />light
<ArrowSquareRight size={24} weight="light" />bold
<ArrowSquareRight size={24} weight="bold" />fill
<ArrowSquareRight size={24} weight="fill" />duotone
<ArrowSquareRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowsquarerightnext iconforward arrowsubmit button iconproceed icon
FAQ
- What is the arrow square right icon used for?
- It signifies moving forward, submitting information, or navigating to a subsequent section or page.
- How do I use the arrow square right icon in React?
- Import it as ArrowSquareRight from '@phosphor-icons/react' and use it as a component: <ArrowSquareRight />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in commercial and non-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 →