The HugeIcons download circle 02 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
- Initiate file upload
- Save action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DownloadCircle02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DownloadCircle02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- downloadsavearrow downfile download
FAQ
- What does the DownloadCircle02Icon represent?
- This icon represents a download action, often used for buttons or links that trigger a file download.
- How do I use DownloadCircle02Icon in React?
- Import it as import { DownloadCircle02Icon } from '@hugeicons/core-free-icons'; and render it using <HugeiconsIcon icon={DownloadCircle02Icon} /> within the @hugeicons/react library.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →