The HugeIcons arrow down left 01 icon depicts a diagonal arrow pointing downwards and to the left, commonly used to indicate a downward or backward movement, or a selection moving in that direction.
Common uses
- Navigate to a previous/parent item
- Indicate a decrease in value
- Show a download or export direction
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDownLeft01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDownLeft01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diagonal down leftarrow southwestback arrowdecrease arrow
FAQ
- What is the primary purpose of the ArrowDownLeft01Icon?
- This icon visually represents movement downwards and to the left, often used for navigation, indicating a decrease, or showing a direction for data export.
- How do I use the ArrowDownLeft01Icon in a React project?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ArrowDownLeft01Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={ArrowDownLeft01Icon} />.
- What is the license for this icon?
- The ArrowDownLeft01Icon is part of the HugeIcons library and 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 →