The HugeIcons circle arrow move down right icon visually represents an action of moving or downloading content towards the bottom right direction, commonly used for download or export functions.
Common uses
- Download button
- Export data action
- Move item to bottom right
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowMoveDownRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowMoveDownRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconexport iconmove down iconarrow down right
FAQ
- What is the CircleArrowMoveDownRightIcon used for?
- This icon typically signifies an action to move or download something towards the bottom right. It's often used for download or export buttons.
- How do I use the CircleArrowMoveDownRightIcon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { CircleArrowMoveDownRightIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={CircleArrowMoveDownRightIcon} />.
- What is the license for this icon?
- 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 →