The Tabler circle chevron right icon visually represents forward movement or progression within a circular boundary, commonly used for navigation elements like 'next' buttons or indicating a direction.
Common uses
- Next step in a wizard
- Go to the next item in a carousel
- Indicate 'continue' or 'proceed'
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleChevronRight } from '@tabler/icons-react';
<IconCircleChevronRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleChevronRight size={24} stroke={2} />filled
<IconCircleChevronRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectioneastcirclechevronrightnavigationflowroundcirculararrowsnext buttonforward arrowcircular arrow righteast navigation
FAQ
- What is the purpose of the circle chevron right icon?
- It signifies moving forward, to the right, or to the next item, often within a circular context or as a distinct navigation control.
- How do I use this icon in React?
- Import it from '@tabler/icons-react' like this: import { IconCircleChevronRight } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed 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 →