The HugeIcons arrow down double icon depicts two downward-pointing arrows and is typically used to indicate a significant scroll down action or to signify that more content is available below.
Common uses
- Scrolling to the bottom of a page
- Indicating expandable content
- Signaling a large data download
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDownDoubleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDownDoubleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- double down arrowdownload iconscroll downmore content
FAQ
- What is the purpose of the arrow down double icon?
- This icon signifies a substantial downward movement or the availability of more content below the current view, often used for scrolling or expanding sections.
- How do I use the ArrowDownDoubleIcon in React?
- Import both HugeiconsIcon and ArrowDownDoubleIcon, then render the icon using <HugeiconsIcon icon={ArrowDownDoubleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this 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 →