Download Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Download icon is commonly used in file managers, asset libraries and download pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312898.svg" alt="Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312898.svg" alt="Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312898.svg" alt="Download icon" :width="24" :height="24" />
CSS background
.icon-download {
background-image: url('https://proicons.com/icon/312898.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M21 15v4h-2v-4zm-2 4v2H5v-2zM5 15v4H3v-4zm8-12v14h-2V3z"/> <path d="M7 11v2h10v-2zm2 2v2h2v-2zm4 0v2h2v-2z"/> <path d="M15 11v2h2v-2z"/> </svg>
Download in other icon packs
Copied!