The Phosphor arrow fat left icon depicts a thick, left-pointing arrow, commonly used to indicate navigation backward, returning to a previous state, or moving to a preceding item.
Common uses
- Go back to the previous page
- Navigate to the previous step in a wizard
- Scroll content to the left
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowFatLeft } from '@phosphor-icons/react';
<ArrowFatLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowFatLeft size={24} />thin
<ArrowFatLeft size={24} weight="thin" />light
<ArrowFatLeft size={24} weight="light" />bold
<ArrowFatLeft size={24} weight="bold" />fill
<ArrowFatLeft size={24} weight="fill" />duotone
<ArrowFatLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadoutlinedarrowsarrowfatleftback arrowprevious arrowthick left arrowmove left
FAQ
- What is the arrow fat left icon used for?
- It's typically used for backward navigation, returning to a previous state, or indicating movement to a preceding item in a sequence.
- How do I use the arrow fat left icon in React?
- You can import and use it like this: import { ArrowFatLeft } from '@phosphor-icons/react'. Then render it as <ArrowFatLeft size={32} />.
- What is the license for the Phosphor arrow fat left icon?
- The Phosphor icon library, including the arrow fat left 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 →