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