The Tabler circle chevron left icon depicts a chevron arrow enclosed within a circle, commonly used to indicate a "previous" or "back" action, often in navigation or pagination contexts.
Common uses
- Go back to the previous page
- Navigate to the previous item in a carousel
- Return to a previous step in a multi-step form
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleChevronLeft } from '@tabler/icons-react';
<IconCircleChevronLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleChevronLeft size={24} stroke={2} />filled
<IconCircleChevronLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionwestcirclechevronleftnavigationflowroundcirculararrowspreviousback arrowgo backleft arrow circle
FAQ
- What is the purpose of the circle chevron left icon?
- It visually represents moving backward or returning to a previous state, frequently used for navigation controls like 'back' buttons or previous page links.
- How do I use this icon in React?
- You can import and use it in your React components like this: import { IconCircleChevronLeft } from '@tabler/icons-react'; <IconCircleChevronLeft />
- What is the license for this icon?
- The Tabler icon library, including the circle chevron left 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 →