The Lucide image down icon depicts a downward-pointing arrow within a rectangle, commonly used to signify downloading or saving an image file.
Common uses
- Download image button
- Save photo action
- Export picture option
Use it in React
Install
npm i lucide-reactImport & render
import { ImageDown } from 'lucide-react';
<ImageDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- picturephotodownloadsaveexportimagedownsave imageexport imagepicture download
FAQ
- What does the image down icon represent?
- It represents the action of downloading or saving an image. The visual cue is an arrow pointing downwards, often within a shape representing a file or image.
- How do I use the image down icon in React?
- You can import it directly from the 'lucide-react' library like this: import { ImageDown } from 'lucide-react'. Then, you can use it as a component: <ImageDown />.
- What is the license for the Lucide image down icon?
- The Lucide icon library, including the image 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 →