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