The HugeIcons arrow up left 02 icon depicts a diagonal arrow pointing towards the upper-left direction, commonly used to indicate navigation back to a previous or higher-level section.
Common uses
- Navigate to previous page
- Go back to dashboard
- Return to parent directory
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUpLeft02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUpLeft02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowprevious arrowreturn icondiagonal up left
FAQ
- What is the purpose of the ArrowUpLeft02Icon?
- This icon represents a directional movement towards the top-left. It's often used for actions like going back, returning to a previous state, or navigating to a parent level in a hierarchy.
- How do I use ArrowUpLeft02Icon in a React project?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ArrowUpLeft02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={ArrowUpLeft02Icon} />.
- What is the license for this icon?
- The ArrowUpLeft02Icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →