The Tabler chevrons down icon depicts a series of downward-pointing chevrons, commonly used to indicate that content can be expanded or scrolled down.
Common uses
- Expandable content sections
- Scrolling to the bottom of a page
- Indicating more items available below
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChevronsDown } from '@tabler/icons-react';
<IconChevronsDown size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- movebottomchevronsdowndecreasenavigationflowfalldownwardmovementarrowsscroll downexpand moredouble down arrow
FAQ
- What is the purpose of the chevrons down icon?
- It visually suggests that there is more content to see by scrolling down or that a section can be expanded.
- How do I use the chevrons down icon in React?
- Import it using `import { IconChevronsDown } from '@tabler/icons-react';` and then use it as a component: `<IconChevronsDown />`.
- What is the license for the Tabler chevrons down icon?
- The Tabler icon library, including the chevrons 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 →