The Phosphor arrow fat line left icon depicts a thick, outlined left-pointing arrow with a horizontal line, commonly used to indicate navigation back to a previous state or page.
Common uses
- Navigate back to the previous page
- Go to the previous step in a multi-step process
- Indicate a 'previous' or 'back' action in a toolbar
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowFatLineLeft } from '@phosphor-icons/react';
<ArrowFatLineLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowFatLineLeft size={24} />thin
<ArrowFatLineLeft size={24} weight="thin" />light
<ArrowFatLineLeft size={24} weight="light" />bold
<ArrowFatLineLeft size={24} weight="bold" />fill
<ArrowFatLineLeft size={24} weight="fill" />duotone
<ArrowFatLineLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadoutlinedarrowsarrowfatlineleftback arrowprevious arrowthick left arrownavigation back
FAQ
- What is the arrow fat line left icon used for?
- It's typically used for back navigation, returning to a previous screen, or indicating a previous step in a sequence.
- How do I use the arrow fat line left icon in React?
- Import it from the library like this: import { ArrowFatLineLeft } from '@phosphor-icons/react'. Then use it as a React component: <ArrowFatLineLeft />.
- What is the license for the Phosphor arrow fat line left icon?
- Phosphor Icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →