Download Icon
Free SVG icon from the Mage Icons 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/310687.svg" alt="Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310687.svg" alt="Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310687.svg" alt="Download icon" :width="24" :height="24" />
CSS background
.icon-download {
background-image: url('https://proicons.com/icon/310687.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 15.2375V3.21252" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M7.375 10.9941L11.3409 14.96C11.5163 15.1337 11.7532 15.2312 12 15.2312C12.2468 15.2312 12.4837 15.1337 12.6591 14.96L16.625 10.9941" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 13.85V18.475C2.75 19.0883 2.99364 19.6765 3.42732 20.1102C3.86099 20.5438 4.44919 20.7875 5.0625 20.7875H18.9374C19.5508 20.7875 20.139 20.5438 20.5727 20.1102C21.0063 19.6765 21.25 19.0883 21.25 18.475V13.85" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Download in other icon packs
Copied!