The Phosphor caret circle double right icon depicts two chevrons pointing right within a circle, commonly used to indicate advancing to the next section or a fast-forward action.
Common uses
- Fast-forward button in media players
- Next section/page indicator in multi-step forms
- Advance to the final step in a wizard
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretCircleDoubleRight } from '@phosphor-icons/react';
<CaretCircleDoubleRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretCircleDoubleRight size={24} />thin
<CaretCircleDoubleRight size={24} weight="thin" />light
<CaretCircleDoubleRight size={24} weight="light" />bold
<CaretCircleDoubleRight size={24} weight="bold" />fill
<CaretCircleDoubleRight size={24} weight="fill" />duotone
<CaretCircleDoubleRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- chevrondirectionalpointerpointingarrowheadtrianglearrowscaretcircledoublerightfast forwardnext allskip forwarddouble chevron right
FAQ
- What is the caret circle double right icon used for?
- It's typically used for actions like fast-forwarding, advancing to the next step, or moving to the end of a sequence.
- How do I use this icon in React?
- Import it as `CaretCircleDoubleRight` from '@phosphor-icons/react' and use it as a React component.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing 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 →