The HugeIcons arrow down to dot icon visually represents a downward direction towards a specific point or destination, commonly used to indicate downloading, collapsing content, or selecting an item.
Common uses
- Download button
- Collapse/expand section
- Select item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDownToDotIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDownToDotIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconcollapse iconcaret downchevron down
FAQ
- What is the purpose of the ArrowDownToDotIcon?
- This icon signifies a movement downwards towards a defined point. It's often used for actions like downloading files or indicating that a section can be collapsed.
- How do I use ArrowDownToDotIcon in React?
- Import both HugeiconsIcon and ArrowDownToDotIcon, then render the icon using the prop: `<HugeiconsIcon icon={ArrowDownToDotIcon} />`.
- What is the license for this icon?
- The HugeIcons 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 →