John KuehJohn Kueh

arrow long left icon

Heroicons · arrow-long-left · MIT

Download SVG

The Heroicons arrow long left icon depicts a lengthy arrow pointing to the left, commonly used to indicate a previous step, a return action, or navigation backward.

Common uses

  • Go back to the previous page
  • Navigate to a previous section
  • Indicate a 'previous' action in a wizard

Use it in React

Install
npm i @heroicons/react
Import & render
import { ArrowLongLeftIcon } from '@heroicons/react/24/outline';

<ArrowLongLeftIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<ArrowLongLeftIcon className="size-6" />
24/solid
<ArrowLongLeftIcon className="size-6" />
20/solid
<ArrowLongLeftIcon className="size-6" />
16/solid
<ArrowLongLeftIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowlongleftback arrowprevious arrowleftward arrowreturn icon

FAQ

What is the arrow long left icon used for?
It's typically used for navigation backward, returning to a previous state, or indicating a 'previous' action in a sequence.
How do I use the arrow long left icon in React?
You can import it from Heroicons like this: import { ArrowLongLeftIcon } from '@heroicons/react/24/outline'.
What is the license for this icon?
The Heroicons library, including this icon, is available under the MIT license.

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 →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →