The HugeIcons arrow left 05 icon depicts a left-pointing arrow and is commonly used to indicate navigation back to a previous page or state.
Common uses
- Back button
- Previous step in a form
- Navigate to parent directory
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowLeft05Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowLeft05Icon} 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 purpose of the ArrowLeft05Icon?
- This icon represents a left-pointing arrow, typically used for navigation actions such as going back or moving to a previous item.
- How do I use the ArrowLeft05Icon in a React application?
- Import both HugeiconsIcon and ArrowLeft05Icon, then render it using <HugeiconsIcon icon={ArrowLeft05Icon} />.
- What is the license for this icon?
- The HugeIcons arrow left 05 icon is distributed under the MIT license.
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 →