The HugeIcons arrow down from line icon visually represents data or content moving downwards from a horizontal line, commonly used to indicate downloading, exporting, or a downward trend.
Common uses
- Download button
- Export data action
- Indicating a downward trend
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDownFromLineIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDownFromLineIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconexport icondown arrow icondescending icon
FAQ
- What does the arrow down from line icon represent?
- This icon typically signifies an action like downloading or exporting, or it can represent a downward movement or trend.
- How do I use the ArrowDownFromLineIcon in React?
- Import both HugeiconsIcon and ArrowDownFromLineIcon from their respective packages, then render the icon using <HugeiconsIcon icon={ArrowDownFromLineIcon} />.
- What is the license for this icon?
- The HugeIcons icon library, including this icon, 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 →