John KuehJohn Kueh

arrow up icon

Phosphor · arrow-up · MIT

Download SVG

The Phosphor arrow up icon depicts an upward-pointing arrow, commonly used to indicate ascending order, a return to the top of a page, or a forward/next action.

Common uses

  • Sort data in ascending order
  • Scroll to the top of a page
  • Indicate a 'next' or 'forward' action

Use it in React

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

<ArrowUp size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowupup arrowdirectional upascending arrowtop arrow

FAQ

What is the arrow up icon used for?
It's used for directional cues like ascending sort, returning to the top of a page, or indicating a forward action.
How do I use the arrow up icon in React?
Import it using `import { ArrowUp } from '@phosphor-icons/react'` and then use it as a component: `<ArrowUp />`.
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 →