John KuehJohn Kueh

arrow turn down left icon

Heroicons · arrow-turn-down-left · MIT

Download SVG

The Heroicons arrow turn down left icon depicts a downward and leftward turn, commonly used to indicate a return path, a previous step, or a redirection to a lower-left position.

Common uses

  • Back button in a nested menu
  • Undo action
  • Link to a previous section on a page

Use it in React

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

<ArrowTurnDownLeftIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowturndownleftreturn iconprevious step iconundo arrowback arrow left

FAQ

What is the arrow turn down left icon used for?
It visually represents a turn downwards and to the left, often signifying a return, previous step, or redirection.
How do I use this icon in React?
Import it using `import { ArrowTurnDownLeftIcon } from '@heroicons/react/24/outline'` and then use it as a React component.
What is the license for Heroicons?
Heroicons are available under the MIT license, allowing for free use in both personal and commercial projects.

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 →