The HugeIcons circle arrow down 03 icon depicts a circular arrow pointing downwards, commonly used to indicate downloading, saving, or moving content to a lower level.
Common uses
- Download button
- Save action
- Move to archive
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowDown03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowDown03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconsave icondown arrowcircular download
FAQ
- What is the primary purpose of this icon?
- This icon typically signifies an action related to moving data downwards, such as downloading a file or saving information.
- How do I use this icon in a React application?
- Import the icon component and use it within the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { CircleArrowDown03Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={CircleArrowDown03Icon} />.
- What is the license for this icon?
- This icon is provided 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 →