The HugeIcons arrow up left 01 icon depicts a diagonal arrow pointing upwards and to the left, commonly used to indicate navigation to a previous or higher-level section, or to signify an upward trend in a specific direction.
Common uses
- Navigate back to a previous page or section.
- Indicate a 'go to top' function.
- Represent a 'previous step' in a multi-step process.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUpLeft01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUpLeft01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowprevious icondiagonal up leftreturn icon
FAQ
- What is the purpose of the ArrowUpLeft01Icon?
- This icon represents a directional movement upwards and to the left, often used for navigation or indicating a return to a previous state.
- How do I use ArrowUpLeft01Icon in a React project?
- Import the icon and use it with the HugeiconsIcon component like this: import { ArrowUpLeft01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={ArrowUpLeft01Icon} />
- What is the license for this icon?
- The ArrowUpLeft01Icon is distributed under the MIT license, allowing for free use in commercial and non-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 →