The Phosphor caret circle up down icon depicts a circular icon with opposing chevrons, commonly used to indicate expandable or collapsible sections, or to represent a toggle between two states.
Common uses
- Expand/collapse a content section
- Toggle between two view modes
- Indicate sort order (ascending/descending)
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretCircleUpDown } from '@phosphor-icons/react';
<CaretCircleUpDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretCircleUpDown size={24} />thin
<CaretCircleUpDown size={24} weight="thin" />light
<CaretCircleUpDown size={24} weight="light" />bold
<CaretCircleUpDown size={24} weight="bold" />fill
<CaretCircleUpDown size={24} weight="fill" />duotone
<CaretCircleUpDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- chevrondirectionalpointerpointingarrowheadtrianglearrowscaretcircleupdownexpand collapse icontoggle iconchevron circle iconup down arrow
FAQ
- What is the caret circle up down icon used for?
- It's typically used to show that a section can be expanded or collapsed, or to represent a toggle between two different states or options.
- How do I use this icon in React?
- You can import it as `CaretCircleUpDown` from '@phosphor-icons/react' and use it directly in your JSX.
- What is the license for this icon?
- This icon is part of the Phosphor library and is available under the MIT license.
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 →