The HugeIcons image download icon visually represents the action of saving an image from a digital source to a local device.
Common uses
- Download button for images on a webpage
- Save icon within a media editing tool
- Export option in a gallery application
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ImageDownloadIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ImageDownloadIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- downloadsave imageexport imageget image
FAQ
- What does the image download icon signify?
- It signifies the action of downloading or saving an image. It's commonly used to allow users to save content.
- How do I use the ImageDownloadIcon in React?
- Import both HugeiconsIcon and ImageDownloadIcon, then render <HugeiconsIcon icon={ImageDownloadIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →