The HugeIcons arrow left 01 icon depicts a simple left-pointing arrow, commonly used for navigation, indicating a previous step, or returning to a prior state in user interfaces.
Common uses
- Navigate back to the previous page
- Go to the previous item in a carousel or list
- Indicate a 'back' or 'return' action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowLeft01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowLeft01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowprevious iconleft arrowreturn icon
FAQ
- What is the primary purpose of the ArrowLeft01Icon?
- This icon visually represents a direction to the left, typically used for navigation actions like going back or returning to a previous state.
- How do I use the ArrowLeft01Icon in a React project?
- Import both HugeiconsIcon and ArrowLeft01Icon from their respective packages and render it using the <HugeiconsIcon icon={ArrowLeft01Icon} /> component.
- What is the license for this icon?
- The ArrowLeft01Icon is distributed 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 HugeIcons.