The HugeIcons circle arrow move right down icon visually represents a directional movement towards the bottom-right, commonly used to indicate progression, flow, or a specific action path in user interfaces.
Common uses
- Next step in a multi-step process
- Scrolling down and to the right
- Exporting or sending data to a lower-right destination
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowMoveRightDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowMoveRightDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diagonal down arrowprogress arrowflow iconmove down right
FAQ
- What does the CircleArrowMoveRightDownIcon represent?
- This icon signifies a movement or progression downwards and to the right. It's often used to show the next step in a sequence or a flow direction.
- How do I use CircleArrowMoveRightDownIcon in React?
- Import both HugeiconsIcon and CircleArrowMoveRightDownIcon from their respective packages and render the icon using the <HugeiconsIcon icon={CircleArrowMoveRightDownIcon} /> component.
- What is the license for this icon?
- This icon is available under the MIT license, which allows for free use in both personal and commercial projects.
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 →