John KuehJohn Kueh

arrow turn left up icon

Heroicons · arrow-turn-left-up · MIT

Download SVG

The Heroicons arrow turn left up icon depicts a curved arrow moving from the bottom right towards the top left, commonly used to indicate a reverse or upward navigation path.

Common uses

  • Reverting to a previous step in a multi-step process
  • Navigating back to a parent directory or section
  • Indicating an upward trend or return to a starting point

Use it in React

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

<ArrowTurnLeftUpIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowturnleftupback arrowreturn iconreverse arrowup and left arrow

FAQ

What is the arrow turn left up icon used for?
This icon typically signifies a return action, moving back to a previous state, or indicating an upward direction in navigation.
How do I use the arrow turn left up icon in React?
You can import and use it in your React application with: import { ArrowTurnLeftUpIcon } from '@heroicons/react/24/outline'
What is the license for Heroicons?
Heroicons are provided 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 →