The Tabler circle caret left icon depicts a left-pointing caret enclosed within a circle, commonly used to indicate a previous step, go back action, or navigate leftward in user interfaces.
Common uses
- Back button in a wizard or multi-step form
- Previous item navigation in a carousel or slider
- Collapse or close a sidebar menu
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleCaretLeft } from '@tabler/icons-react';
<IconCircleCaretLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleCaretLeft size={24} stroke={2} />filled
<IconCircleCaretLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionshapewestcirclecaretleftnavigationflowroundcirculararrowspreviousbackleft arrowgo back
FAQ
- What is the purpose of the circle caret left icon?
- This icon signifies moving backward, returning to a previous state, or navigating in a leftward direction within an interface.
- How do I use the circle caret left icon in React?
- You can import and use it in your React application with: import { IconCircleCaretLeft } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the circle caret left 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 →