The HugeIcons circle arrow up right icon depicts a circular arrow pointing towards the upper right, commonly used to indicate navigation to a next step, a forward direction, or an external link.
Common uses
- Next step in a wizard
- Go to a related page
- Open external resource
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowUpRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowUpRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- next arrowforward arrowdiagonal arrowup-right arrow
FAQ
- What is the purpose of the circle arrow up right icon?
- This icon signifies movement or direction towards the upper right, often used for 'next', 'forward', or 'external link' actions in user interfaces.
- How do I use the CircleArrowUpRightIcon in React?
- Import it as shown: import { CircleArrowUpRightIcon } from '@hugeicons/core-free-icons'; and then render it using <HugeiconsIcon icon={CircleArrowUpRightIcon} />.
- What is the license for this icon?
- The HugeIcons icon library, including the CircleArrowUpRightIcon, is available 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 →