The Heroicons arrow up left icon depicts a diagonal arrow pointing upwards and to the left, commonly used to indicate navigation to a previous or higher-level section, or a return action.
Common uses
- Navigate back to a parent directory
- Go to the previous step in a wizard
- Return to the main dashboard
Use it in React
Install
npm i @heroicons/reactImport & render
import { ArrowUpLeftIcon } from '@heroicons/react/24/outline';
<ArrowUpLeftIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ArrowUpLeftIcon className="size-6" />24/solid
<ArrowUpLeftIcon className="size-6" />20/solid
<ArrowUpLeftIcon className="size-6" />16/solid
<ArrowUpLeftIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrowupleftback arrowprevious arrowdiagonal up leftreturn icon
FAQ
- What is the arrow up left icon used for?
- It signifies movement or navigation in an upward and leftward direction, often used for going back or returning to a previous state.
- How do I use the arrow up left icon in React?
- You can import and use it in React with: import { ArrowUpLeftIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are released 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 →