The HugeIcons circle arrow right 02 icon depicts a circular arrow pointing to the right, commonly used to indicate progression, continuation, or moving to the next step in a process.
Common uses
- Next page/step button
- Submit form action
- Continue tutorial
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowRight02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowRight02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- next arrowforward arrowcontinue iconprogress arrow
FAQ
- What is the purpose of the Circle Arrow Right 02 icon?
- This icon signifies moving forward, proceeding to the next item, or continuing an action. It's often used for navigation or to confirm a step.
- How do I use the Circle Arrow Right 02 icon in a React application?
- Import the icon and use it within the HugeiconsIcon component like this: import { CircleArrowRight02Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={CircleArrowRight02Icon} />
- What is the license for this icon?
- The Circle Arrow Right 02 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 →