The Tabler caret left icon depicts a left-pointing chevron, commonly used to indicate navigation backward, returning to a previous state, or moving to the left in a sequence.
Common uses
- Back button in a header
- Previous item in a carousel
- Collapse/expand sidebar
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCaretLeft } from '@tabler/icons-react';
<IconCaretLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCaretLeft size={24} stroke={2} />filled
<IconCaretLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- backpreviouscaretleftnavigationflowmovementroutepatharrowschevron leftprevious arrowback arrow
FAQ
- What is the caret left icon used for?
- It's primarily used for navigation, such as going back, returning to a previous page, or indicating movement to the left.
- How do I use the caret left icon in React?
- You can import and use it like this: import { IconCaretLeft } from '@tabler/icons-react'; <IconCaretLeft />
- What is the license for this icon?
- The Tabler icon library, including the 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 →