John KuehJohn Kueh

arrow fat right icon

Phosphor · arrow-fat-right · MIT

Download SVG

The Phosphor arrow fat right icon depicts a thick, solid arrow pointing to the right, commonly used to indicate forward movement, submission, or proceeding to the next step.

Common uses

  • Submit button
  • Next page navigation
  • Proceed action

Use it in React

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

<ArrowFatRight size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadoutlinedarrowsarrowfatrightright arrowforward arrownext iconsubmit arrow

FAQ

What is the arrow fat right icon used for?
It's typically used to signify moving forward, submitting a form, or advancing to the next stage in a process.
How do I use the arrow fat right icon in React?
Import it from the library like this: import { ArrowFatRight } from '@phosphor-icons/react'. Then use it as a component: <ArrowFatRight />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing 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 →