The Tabler arrow right circle icon depicts a rightward-pointing arrow enclosed within a circle, commonly used to indicate forward movement, progression, or a 'next' action in user interfaces.
Common uses
- Next step in a multi-step form or wizard
- Proceed to the next item in a carousel or slider
- Submit button for a form
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowRightCircle } from '@tabler/icons-react';
<IconArrowRightCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowRightCircle size={24} stroke={2} />filled
<IconArrowRightCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- dragmovearrowrightcircledirectionpointernavigationflowroundarrowsnext buttonforward arrowsubmit icongo right
FAQ
- What is the arrow-right-circle icon used for?
- It's typically used to signify moving forward, proceeding to the next step, or indicating a 'next' action within a user interface.
- How do I use the arrow-right-circle icon in React?
- You can import and use it directly in your React components like this: import { IconArrowRightCircle } from '@tabler/icons-react'.
- What is the license for the Tabler arrow right circle icon?
- The Tabler icon library, including the arrow-right-circle icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →