John KuehJohn Kueh

arrow right icon

Phosphor · arrow-right · MIT

Download SVG

The Phosphor arrow right icon depicts a rightward-pointing arrow, commonly used to indicate forward movement, progression, or navigation to the next item.

Common uses

  • Next button in a carousel
  • Submit button for a form
  • Link to a subsequent page

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ArrowRight } from '@phosphor-icons/react';

<ArrowRight size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ArrowRight size={24} />
thin
<ArrowRight size={24} weight="thin" />
light
<ArrowRight size={24} weight="light" />
bold
<ArrowRight size={24} weight="bold" />
fill
<ArrowRight size={24} weight="fill" />
duotone
<ArrowRight size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowrightnext arrowforward arrowchevron rightright arrow

FAQ

What is the arrow-right icon used for?
It signifies moving forward, proceeding to the next step, or navigating to a destination on the right.
How do I use the arrow-right icon in React?
Import it from the library: `import { ArrowRight } from '@phosphor-icons/react'`. Then use it as a component: `<ArrowRight />`.
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 →