The Tabler arrow bar down icon depicts a horizontal bar with an arrow pointing downwards, commonly used to indicate downloading, moving content down, or collapsing an element.
Common uses
- Download button
- Collapse/expand section
- Move item down in a list
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBarDown } from '@tabler/icons-react';
<IconArrowBarDown size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- dragmovearrowbardowndirectionpointerbottomdecreasenavigationarrowsdownload iconmove down iconcollapse iconarrow down bar
FAQ
- What is the arrow bar down icon used for?
- It's typically used to signify actions like downloading a file, moving something downwards, or collapsing a section.
- How do I use this icon in React?
- You can import and use it like this: import { IconArrowBarDown } from '@tabler/icons-react'; <IconArrowBarDown />.
- What is the license for this icon?
- The Tabler icon library, including the arrow bar 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 →