The Lucide chevrons left icon depicts two parallel left-pointing chevrons, commonly used to indicate returning to the beginning, the first page, or a previous section.
Common uses
- Go to the first page in pagination
- Collapse a sidebar or menu
- Navigate to the previous step in a wizard
Use it in React
Install
npm i lucide-reactImport & render
import { ChevronsLeft } from 'lucide-react';
<ChevronsLeft size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- turncornerchevronsleftfirst pagepreviousback allcollapse
FAQ
- What is the chevrons left icon used for?
- It's typically used for navigation actions like going to the first item, collapsing a panel, or indicating a previous step.
- How do I use the chevrons left icon in React?
- You can import and use it like this: import { ChevronsLeft } from 'lucide-react'. Then render it as <ChevronsLeft />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →