Download Icon
Free SVG icon from the IcoFont 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/305542.svg" alt="Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305542.svg" alt="Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305542.svg" alt="Download icon" :width="24" :height="24" />
CSS background
.icon-download {
background-image: url('https://proicons.com/icon/305542.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M483 719c9 10 25 10 35 0l294-285c9-10 9-25 0-34l-59-57c-9-10-25-10-35 0L579 478V114c0-13-11-24-25-24h-98c-14 0-25 11-25 24v374L282 343c-10-10-25-10-35 0l-59 57c-9 9-9 24 0 34l295 285zm333-137v206H184V582H63v267c0 34 27 61 60 61h754c33 0 60-27 60-61V582H816z"/></svg>
Download in other icon packs
Copied!