The Phosphor caret double down icon depicts two stacked chevrons pointing downwards, commonly used to indicate an action that will reveal more content or collapse a section.
Common uses
- Expandable content sections
- Collapsing sidebars or panels
- Scrolling to the bottom of a page
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretDoubleDown } from '@phosphor-icons/react';
<CaretDoubleDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretDoubleDown size={24} />thin
<CaretDoubleDown size={24} weight="thin" />light
<CaretDoubleDown size={24} weight="light" />bold
<CaretDoubleDown size={24} weight="bold" />fill
<CaretDoubleDown size={24} weight="fill" />duotone
<CaretDoubleDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- chevrondirectionalpointerpointingarrowheadtrianglearrowscaretdoubledowndouble chevron downcollapse icondownload iconarrow down double
FAQ
- What is the caret double down icon used for?
- It's typically used to signify actions like expanding/collapsing content or navigating to the bottom of a page.
- How do I use the caret double down icon in React?
- You can import and use it like this: import { CaretDoubleDown } from '@phosphor-icons/react'
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free commercial and non-commercial use.
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 →