John KuehJohn Kueh

caret right icon

Phosphor · caret-right · MIT

Download SVG

The Phosphor caret right icon depicts a right-pointing triangle, commonly used to indicate forward movement, expansion, or selection of the next item.

Common uses

  • Next button in a carousel or pagination
  • Expand/collapse section indicator
  • Play button for media

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { CaretRight } from '@phosphor-icons/react';

<CaretRight size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<CaretRight size={24} />
thin
<CaretRight size={24} weight="thin" />
light
<CaretRight size={24} weight="light" />
bold
<CaretRight size={24} weight="bold" />
fill
<CaretRight size={24} weight="fill" />
duotone
<CaretRight size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
chevrondirectionalpointerpointingarrowheadtrianglearrowscaretrightchevron rightarrow rightplay icon

FAQ

What is the caret right icon used for?
It signifies forward direction, progression, or an action to reveal more content.
How do I use the caret right icon in React?
Import it as `CaretRight` from '@phosphor-icons/react' and use it as a component: `<CaretRight />`.
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 →