John KuehJohn Kueh

arrow small left icon

Heroicons · arrow-small-left · MIT

Download SVG

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/react
Import & 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.

Looking for something else? Search Heroicons and 4 more libraries by description →