The Phosphor caret up icon depicts an upward-pointing triangle, commonly used to indicate an increase, a collapsed state, or to scroll to the top of a page.
Common uses
- Indicate a collapsed section
- Scroll to top button
- Sort ascending indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CaretUp } from '@phosphor-icons/react';
<CaretUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CaretUp size={24} />thin
<CaretUp size={24} weight="thin" />light
<CaretUp size={24} weight="light" />bold
<CaretUp size={24} weight="bold" />fill
<CaretUp size={24} weight="fill" />duotone
<CaretUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- chevrondirectionalpointerpointingarrowheadtrianglearrowscaretupchevron uparrowhead uptriangle up
FAQ
- What is the caret up icon used for?
- It typically signifies an increase, a collapsed state, or navigation to the top of content.
- How do I use the caret up icon in React?
- Import it using `import { CaretUp } from '@phosphor-icons/react'` and render it as a 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 →