The Tabler circle caret down icon depicts a downward-pointing caret enclosed within a circle, commonly used to indicate actions like collapsing a section, selecting a lower option, or indicating a downward direction in navigation.
Common uses
- Collapse/expand content sections
- Dropdown menu indicator
- Scroll to bottom action
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleCaretDown } from '@tabler/icons-react';
<IconCircleCaretDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleCaretDown size={24} stroke={2} />filled
<IconCircleCaretDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionshapesouthbottomcirclecaretdowndecreasenavigationflowarrowsdown arrow circlecollapse icondropdown arrowsouth caret
FAQ
- What is the purpose of the circle caret down icon?
- It visually represents a downward direction or action, often used for collapsing elements, indicating dropdowns, or signifying a 'scroll to bottom' function.
- How do I use this icon in React?
- You can import and use it directly with the following statement: import { IconCircleCaretDown } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed 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 →