The Tabler circle chevron down icon depicts a downward-pointing chevron enclosed in a circle, commonly used to indicate actions like collapsing content, scrolling down, or selecting a lower option.
Common uses
- Collapse/expand content sections
- Scroll to the bottom of a page or list
- Indicate a dropdown menu or selection
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleChevronDown } from '@tabler/icons-react';
<IconCircleChevronDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleChevronDown size={24} stroke={2} />filled
<IconCircleChevronDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapesouthbottomdirectioncirclechevrondowndecreasenavigationflowarrowscollapse icondropdown arrowscroll downsouth arrow
FAQ
- What is the purpose of the circle chevron down icon?
- It visually represents a downward direction or action, often used for collapsing elements, scrolling, or indicating a selection to move lower.
- How do I use this icon in React?
- You can import and use it like this: import { IconCircleChevronDown } from '@tabler/icons-react'; <IconCircleChevronDown />.
- What is the license for this icon?
- The Tabler icon library, including the circle chevron down 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 →