The Tabler chevron left icon depicts a leftward-pointing chevron, commonly used to indicate navigation backward, moving to a previous item, or returning to a prior state.
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 { IconChevronLeft } from '@tabler/icons-react';
<IconChevronLeft size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- movepreviousbackchevronleftnavigationflowmovementroutepatharrowsback arrowleft arrowprev
FAQ
- What is the chevron left icon used for?
- It's primarily used for navigation, such as going back, moving to a previous step, or indicating a leftward direction.
- How do I use the chevron left icon in React?
- You can import and use it like this: `import { IconChevronLeft } from '@tabler/icons-react'`. Then render it as `<IconChevronLeft />`.
- What is the license for the Tabler chevron left icon?
- The Tabler icon library, including the chevron 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 →