The HugeIcons arrow big left dash icon depicts a large leftward-pointing arrow with a dashed line, commonly used to indicate a significant backward navigation action or a step back in a process.
Common uses
- Go back to the previous page
- Undo a major action
- Navigate to a prior step in a multi-step form
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowBigLeftDashIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowBigLeftDashIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowprevious steplarge left arrowundo arrow
FAQ
- What does the arrow big left dash icon represent?
- This icon represents a large backward movement or step. It's often used for primary navigation back to a previous state or page.
- How do I use the ArrowBigLeftDashIcon in React?
- Import both HugeiconsIcon and ArrowBigLeftDashIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={ArrowBigLeftDashIcon} /> component.
- What is the license for this icon?
- The HugeIcons icon library, including the ArrowBigLeftDashIcon, is available 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 →