The Tabler caret up icon depicts an upward-pointing triangle, commonly used to indicate an expanded state, a collapsed section, or to signify an increase or upward movement.
Common uses
- Expand/collapse section toggle
- Sort ascending indicator
- Scroll to top button
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCaretUp } from '@tabler/icons-react';
<IconCaretUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCaretUp size={24} stroke={2} />filled
<IconCaretUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- dropdownlessupcarettopincreasenavigationflowriseupwardarrowsarrow upchevron uptriangle up
FAQ
- What is the caret up icon used for?
- It's used to show an expanded state, indicate sorting in ascending order, or as a button to scroll to the top of a page.
- How do I use the caret up icon in React?
- You can import and use it like this: import { IconCaretUp } from '@tabler/icons-react'; <IconCaretUp />.
- What is the license for the Tabler caret up icon?
- The Tabler icon library, including the caret up icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →