The Tabler circle chevrons down icon depicts multiple downward-pointing chevrons within a circle, commonly used to indicate scrolling down, expanding a section to reveal more content, or indicating a decrease in value.
Common uses
- Scroll to bottom of page/content
- Expandable section (show more)
- Decrease value or quantity
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleChevronsDown } from '@tabler/icons-react';
<IconCircleChevronsDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleChevronsDown size={24} stroke={2} />filled
<IconCircleChevronsDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapesouthbottomdirectioncirclechevronsdowndecreasenavigationflowarrowsscroll downexpand morecollapsesouth arrows
FAQ
- What is the purpose of the circle chevrons down icon?
- It visually represents a downward direction or action, often used for scrolling, revealing more content, or indicating a decrease.
- How do I use this icon in React?
- Import it using `import { IconCircleChevronsDown } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- This icon is from the Tabler icon library and 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 →