The Phosphor arrow line left icon depicts a leftward-pointing arrow with a distinct line, commonly used to indicate navigation back to a previous state or page.
Common uses
- Back button in navigation
- Previous step in a wizard
- Undo action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowLineLeft } from '@phosphor-icons/react';
<ArrowLineLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowLineLeft size={24} />thin
<ArrowLineLeft size={24} weight="thin" />light
<ArrowLineLeft size={24} weight="light" />bold
<ArrowLineLeft size={24} weight="bold" />fill
<ArrowLineLeft size={24} weight="fill" />duotone
<ArrowLineLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowlineleftback arrowprevious iconleft directional arrowreturn icon
FAQ
- What is the arrow line left icon used for?
- It signifies moving backward, returning to a previous location, or undoing an action.
- How do I use the arrow line left icon in React?
- Import it using `import { ArrowLineLeft } from '@phosphor-icons/react'` and render it as a component: `<ArrowLineLeft />`.
- 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 →