John KuehJohn Kueh

arrow right circle icon

Heroicons · arrow-right-circle · MIT

Download SVG

The Heroicons arrow right circle icon depicts a rightward-pointing arrow enclosed in a circle, commonly used to indicate forward progression, submission, or navigation to the next step.

Common uses

  • Submit button
  • Next page/step indicator
  • Proceed action

Use it in React

Install
npm i @heroicons/react
Import & render
import { ArrowRightCircleIcon } from '@heroicons/react/24/outline';

<ArrowRightCircleIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<ArrowRightCircleIcon className="size-6" />
24/solid
<ArrowRightCircleIcon className="size-6" />
20/solid
<ArrowRightCircleIcon className="size-6" />
16/solid
<ArrowRightCircleIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowrightcirclenext iconforward arrowsubmit arrowchevron right circle

FAQ

What is the arrow right circle icon used for?
It signifies moving forward, submitting a form, or navigating to the next item in a sequence.
How do I use this icon in React?
Import it using `import { ArrowRightCircleIcon } from '@heroicons/react/24/outline'` and then render it as a component.
What is the license for Heroicons?
Heroicons are provided under the MIT license, allowing for free use in commercial and non-commercial projects.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →