The Phosphor arrow line up left icon depicts a line with an arrowhead pointing towards the upper-left direction, commonly used to indicate a return or back action.
Common uses
- Navigate back to a previous screen
- Undo an action
- Go to the previous step in a process
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowLineUpLeft } from '@phosphor-icons/react';
<ArrowLineUpLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowLineUpLeft size={24} />thin
<ArrowLineUpLeft size={24} weight="thin" />light
<ArrowLineUpLeft size={24} weight="light" />bold
<ArrowLineUpLeft size={24} weight="bold" />fill
<ArrowLineUpLeft size={24} weight="fill" />duotone
<ArrowLineUpLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowlineupleftback arrowprevious iconreturn iconundo arrow
FAQ
- What is the arrow line up left icon used for?
- This icon is typically used to signify going back, returning, or undoing an action in a user interface.
- How do I use the arrow line up left icon in React?
- You can import and use it in your React application with: import { ArrowLineUpLeft } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
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 →