The Heroicons chevron double left icon depicts two parallel chevrons pointing left, commonly used to indicate a jump to the beginning or a previous section, such as the first page of results or the start of a list.
Common uses
- Go to first page
- Jump to beginning of content
- Collapse sidebar
Use it in React
Install
npm i @heroicons/reactImport & render
import { ChevronDoubleLeftIcon } from '@heroicons/react/24/outline';
<ChevronDoubleLeftIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ChevronDoubleLeftIcon className="size-6" />24/solid
<ChevronDoubleLeftIcon className="size-6" />20/solid
<ChevronDoubleLeftIcon className="size-6" />16/solid
<ChevronDoubleLeftIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chevrondoubleleftfast backwardprevious setbeginningfirst page
FAQ
- What is the chevron double left icon used for?
- It's typically used for navigation actions like going to the first page, the beginning of a list, or collapsing a sidebar.
- How do I use the chevron double left icon in React?
- Import it from Heroicons like this: import { ChevronDoubleLeftIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →