The Tabler circle caret up icon depicts a caret symbol within a circle, commonly used to indicate an upward direction, increase, or to navigate to the top of a page or section.
Common uses
- Scroll to top button
- Expand/collapse section indicator
- Increase value or quantity control
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleCaretUp } from '@tabler/icons-react';
<IconCircleCaretUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleCaretUp size={24} stroke={2} />filled
<IconCircleCaretUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionshapenorthtopcirclecaretincreasenavigationflowroundarrowsupscroll to toparrow up circlechevron up circleupward direction
FAQ
- What is the purpose of the circle caret up icon?
- It visually represents upward movement, an increase, or returning to the beginning of content.
- How do I use this icon in React?
- Import it using `import { IconCircleCaretUp } from '@tabler/icons-react'` and use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including this 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 →