The HugeIcons download circle 01 icon depicts a downward-pointing arrow within a circle, commonly used to indicate a download action or the initiation of a file transfer.
Common uses
- Download button for files or assets
- Initiate data export
- Trigger a file download prompt
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DownloadCircle01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DownloadCircle01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconsave iconimport iconget file icon
FAQ
- What is the primary purpose of the DownloadCircle01Icon?
- This icon visually represents the action of downloading content. It's typically used on buttons or links that trigger a file download.
- How do I use the DownloadCircle01Icon in a React application?
- Import both HugeiconsIcon and DownloadCircle01Icon from their respective packages and render it using the <HugeiconsIcon icon={DownloadCircle01Icon} /> component.
- What is the license for this icon?
- The HugeIcons library, including the DownloadCircle01Icon, 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 →