The Tabler circle chevrons up icon depicts multiple upward-pointing chevrons within a circle, commonly used to indicate moving to the top of a page or a list.
Common uses
- Scroll to top button
- Expand section indicator
- Navigate to first item
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleChevronsUp } from '@tabler/icons-react';
<IconCircleChevronsUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleChevronsUp size={24} stroke={2} />filled
<IconCircleChevronsUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionnorthtopcirclechevronsincreasenavigationflowroundarrowsupscroll to toparrow up circledouble chevron up
FAQ
- What is the purpose of the circle chevrons up icon?
- It visually represents an action to navigate upwards, often to the beginning of content or a higher level in a hierarchy.
- How do I use this icon in React?
- You can import and use it directly with: import { IconCircleChevronsUp } from '@tabler/icons-react'
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.