The HugeIcons circle arrow right double icon depicts a double arrow pointing to the right within a circle, commonly used to indicate advancing to the next step or page in a sequence.
Common uses
- Next page navigation
- Proceed to next step in a wizard
- Submit form and go to next section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowRightDoubleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowRightDoubleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- nextforwardadvancedouble arrow right
FAQ
- What is the purpose of the circle arrow right double icon?
- This icon signifies progression, typically used for actions like moving to the next page, step, or section in a user interface.
- How do I use the CircleArrowRightDoubleIcon in React?
- Import both HugeiconsIcon and CircleArrowRightDoubleIcon, then render them like this: <HugeiconsIcon icon={CircleArrowRightDoubleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including 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 →