The Lucide arrow down icon depicts a downward-pointing arrow, commonly used to indicate actions like downloading, collapsing sections, or moving content lower on a page.
Common uses
- Download button
- Collapse/expand section
- Scroll to bottom
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowDown } from 'lucide-react';
<ArrowDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- backwardsreversedirectionsoutharrowdowndownloadcollapse
FAQ
- What is the arrow-down icon used for?
- It visually represents downward movement or direction, often used for downloads, collapsing content, or indicating a lower position.
- How do I use the arrow-down icon in React?
- You can import it directly from the lucide-react library: import { ArrowDown } from 'lucide-react'. Then use it as a component: <ArrowDown />.
- What is the license for the arrow-down icon?
- The Lucide icon library, including the arrow-down icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →