The Heroicons arrow small left icon depicts a compact arrow pointing to the left, commonly used to indicate navigation back to a previous page or state.
Common uses
- Back button in navigation
- Previous step in a wizard
- Collapse a sidebar
Use it in React
Install
npm i @heroicons/reactImport & render
import { ArrowSmallLeftIcon } from '@heroicons/react/24/outline';
<ArrowSmallLeftIcon className="size-6" />Styles
Heroicons ships this icon in 3 styles — each its own import:
24/outline
<ArrowSmallLeftIcon className="size-6" />24/solid
<ArrowSmallLeftIcon className="size-6" />20/solid
<ArrowSmallLeftIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrowsmallleftpreviousback arrowleft arrowreturn
FAQ
- What is the arrow-small-left icon used for?
- It's typically used for navigation actions like going back or returning to a previous state.
- How do I use this icon in React?
- Import it using: import { ArrowSmallLeftIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are distributed under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in Heroicons.