John KuehJohn Kueh

arrow up left icon

Phosphor · arrow-up-left · MIT

Download SVG

The Phosphor arrow up left icon depicts a diagonal arrow pointing upwards and to the left, commonly used to indicate navigation, returning to a previous state, or a directional action.

Common uses

  • Navigate back to a previous page or state
  • Indicate a 'go home' or 'back to top' action
  • Show a diagonal upload or movement direction

Use it in React

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

<ArrowUpLeft size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowupleftdiagonal arrowback arrownorthwest arrowreturn arrow

FAQ

What is the arrow up left icon used for?
It's typically used for directional cues like navigating back, returning to a previous state, or indicating a diagonal movement.
How do I use the arrow up left icon in React?
You can import and use it like this: import { ArrowUpLeft } from '@phosphor-icons/react'.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use.

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 →