The Phosphor caret circle double left icon depicts two chevrons pointing left within a circle, commonly used to indicate a jump to the beginning of a list or a previous section.
Common uses
- Jump to first page in pagination
- Go to the beginning of a scrollable area
- Navigate to the previous major section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretCircleDoubleLeft } from '@phosphor-icons/react';
<CaretCircleDoubleLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretCircleDoubleLeft size={24} />thin
<CaretCircleDoubleLeft size={24} weight="thin" />light
<CaretCircleDoubleLeft size={24} weight="light" />bold
<CaretCircleDoubleLeft size={24} weight="bold" />fill
<CaretCircleDoubleLeft size={24} weight="fill" />duotone
<CaretCircleDoubleLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- chevrondirectionalpointerpointingarrowheadtrianglearrowscaretcircledoubleleftdouble chevron leftfast backwardprevious sectionfirst page
FAQ
- What is the caret circle double left icon used for?
- It's typically used for actions that move the user to the very beginning of content, like the first page of results or the start of a list.
- How do I use this icon in React?
- You can import and use it like this: import { CaretCircleDoubleLeft } from '@phosphor-icons/react'. Then render it as <CaretCircleDoubleLeft />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →