The Tabler arrow big down line icon visually represents a large downward-pointing arrow, commonly used to indicate a direction towards the bottom of a page or a decrease in value.
Common uses
- Scrolling down to more content
- Indicating a price decrease
- Selecting a lower option in a list
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBigDownLine } from '@tabler/icons-react';
<IconArrowBigDownLine size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowBigDownLine size={24} stroke={2} />filled
<IconArrowBigDownLineFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionsoutharrowbigdownlinepointerbottomdecreasenavigationarrowsdownload arrowsouth arrowdown pointerdecrease symbol
FAQ
- What is the purpose of the arrow-big-down-line icon?
- This icon signifies a downward direction or a decrease. It's useful for navigation, indicating lower values, or prompting users to scroll down.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconArrowBigDownLine } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including arrow-big-down-line, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.