The Tabler arrow big down icon depicts a large, bold arrow pointing downwards, commonly used to indicate a significant downward movement, a call to scroll down, or to signify a decrease.
Common uses
- Scrolling down a long page
- Indicating a price decrease or negative trend
- Selecting a 'next' or 'continue' action in a downward flow
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBigDown } from '@tabler/icons-react';
<IconArrowBigDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowBigDown size={24} stroke={2} />filled
<IconArrowBigDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionsoutharrowbigdownpointerbottomdecreasenavigationflowarrowsdownload iconscroll downlarge down arrowsouth pointer
FAQ
- What is the arrow-big-down icon used for?
- It's used to visually represent downward direction, scrolling, or a decrease in value. It's a prominent indicator for these actions.
- How do I use the arrow-big-down icon in React?
- You can import and use it directly in your React components like this: import { IconArrowBigDown } from '@tabler/icons-react'.
- What is the license for the Tabler arrow-big-down icon?
- The Tabler icon library, including the arrow-big-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 →