The Phosphor caret line right icon depicts a right-pointing chevron, commonly used to indicate forward direction, expansion, or navigation to the next item.
Common uses
- Next button in a carousel or pagination
- Expand/collapse section indicator
- Link to a subsequent page or section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretLineRight } from '@phosphor-icons/react';
<CaretLineRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretLineRight size={24} />thin
<CaretLineRight size={24} weight="thin" />light
<CaretLineRight size={24} weight="light" />bold
<CaretLineRight size={24} weight="bold" />fill
<CaretLineRight size={24} weight="fill" />duotone
<CaretLineRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *new*chevrondirectionalpointerpointingarrowheadtrianglearrowscaretlinerightchevron rightarrow rightnext arrowforward icon
FAQ
- What is the caret line right icon used for?
- It's typically used to show direction, like moving forward, or to indicate that an item can be expanded or collapsed.
- How do I use the caret line right icon in React?
- Import it from the library like this: `import { CaretLineRight } from '@phosphor-icons/react'`. Then use it as a React component: `<CaretLineRight />`.
- 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 →