John KuehJohn Kueh

arrow square up icon

Phosphor · arrow-square-up · MIT

Download SVG

The Phosphor arrow square up icon depicts an arrow pointing upwards within a square, commonly used to indicate actions like uploading, returning to the top of a page, or expanding content.

Common uses

  • Upload file button
  • Scroll to top of page link
  • Expand/collapse section toggle

Use it in React

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

<ArrowSquareUp size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowsquareupupload iconback to top iconarrow pointing updirectional arrow

FAQ

What is the arrow square up icon used for?
It signifies upward movement or direction, often used for uploads, returning to the top, or expanding content.
How do I use the arrow square up icon in React?
Import it from the Phosphor library: `import { ArrowSquareUp } from '@phosphor-icons/react'`. Then use it as a component: `<ArrowSquareUp />`.
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 →