The Lucide file down icon depicts a document with a downward-pointing arrow, commonly used to represent actions like downloading a file or importing data.
Common uses
- Download button
- Import data action
- Export file option
Use it in React
Install
npm i lucide-reactImport & render
import { FileDown } from 'lucide-react';
<FileDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- downloadimportexportfiledownget file
FAQ
- What does the file down icon represent?
- It visually signifies an action related to bringing a file from an external source into the current context, such as downloading or importing.
- How do I use the file down icon in React?
- You can import it from the 'lucide-react' library using: import { FileDown } from 'lucide-react'
- What is the license for the Lucide file down icon?
- The Lucide icon library, including the file 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 →