John KuehJohn Kueh

arrow fat up icon

Phosphor · arrow-fat-up · MIT

Download SVG

The Phosphor arrow fat up icon depicts a thick, upward-pointing arrow, commonly used to indicate an increase, a positive direction, or to scroll to the top of a page.

Common uses

  • Scroll to top button
  • Increase value indicator
  • Upload action

Use it in React

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

<ArrowFatUp size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadshiftoutlinedarrowsarrowfatupthick arrow upscroll uparrowhead uppointer up

FAQ

What is the arrow-fat-up icon used for?
It's typically used to signify upward movement, an increase, or to navigate to the top of content.
How do I use the arrow-fat-up icon in React?
Import it from the library like this: import { ArrowFatUp } from '@phosphor-icons/react'. Then use it as a React component: <ArrowFatUp />.
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 →