The Tabler chevron right icon depicts a right-pointing arrow formed by two connected lines, commonly used to indicate forward movement, progression, or navigation to the next item.
Common uses
- Next button in a carousel or slider
- Expand/collapse toggle for a menu item
- Indicate the next step in a multi-step form
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChevronRight } from '@tabler/icons-react';
<IconChevronRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChevronRight size={24} stroke={2} />filled
<IconChevronRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- movechecklistnextchevronrightnavigationflowmovementroutepatharrowsarrow rightnext arrowforward arrow
FAQ
- What is the chevron right icon used for?
- It's primarily used to signify forward direction, progression, or moving to the next element in a sequence or interface.
- How do I use the chevron right icon in React?
- Import it from '@tabler/icons-react' like this: import { IconChevronRight } from '@tabler/icons-react' and then use it as a component: <IconChevronRight />.
- What is the license for Tabler icons?
- Tabler icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →