Image Download Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Image Download icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310772.svg" alt="Image Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310772.svg" alt="Image Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310772.svg" alt="Image Download icon" :width="24" :height="24" />
CSS background
.icon-image-download {
background-image: url('https://proicons.com/icon/310772.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="M21.25 13V8.5C21.25 7.84339 21.1207 7.19321 20.8694 6.58658C20.6181 5.97995 20.2498 5.42876 19.7855 4.96447C19.3212 4.50017 18.77 4.13188 18.1634 3.8806C17.5568 3.62933 16.9066 3.5 16.25 3.5H7.75C6.42392 3.5 5.15215 4.02678 4.21447 4.96447C3.27678 5.90215 2.75 7.17392 2.75 8.5V15.5C2.75 16.1566 2.87933 16.8068 3.1306 17.4134C3.38188 18.02 3.75017 18.5712 4.21447 19.0355C5.15215 19.9732 6.42392 20.5 7.75 20.5H14.01" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.01001 17L5.75001 13.8C6.10985 13.4426 6.58212 13.2205 7.08689 13.1713C7.59166 13.1221 8.09793 13.2488 8.52001 13.53C8.94209 13.8112 9.44836 13.9379 9.95313 13.8887C10.4579 13.8395 10.9302 13.6174 11.29 13.26L13.62 10.93C14.2895 10.2582 15.1759 9.84619 16.121 9.76742C17.0662 9.68866 18.0086 9.94829 18.78 10.5L21.25 12.41" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.01003 10.17C8.33791 10.168 8.65787 10.069 8.92953 9.8854C9.2012 9.7018 9.41241 9.44186 9.53652 9.13836C9.66063 8.83487 9.69208 8.50142 9.6269 8.18007C9.56173 7.85872 9.40284 7.56388 9.17029 7.33272C8.93775 7.10156 8.64195 6.94446 8.32022 6.88121C7.99848 6.81796 7.66523 6.85142 7.36248 6.97735C7.05974 7.10328 6.80107 7.31604 6.61911 7.58881C6.43714 7.86157 6.34003 8.18212 6.34003 8.51001C6.34002 8.72885 6.38329 8.94552 6.46734 9.14758C6.55138 9.34963 6.67455 9.53308 6.82976 9.68735C6.98497 9.84163 7.16915 9.9637 7.3717 10.0465C7.57426 10.1294 7.79119 10.1713 8.01003 10.17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.7072 20L18.7072 15" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M16.4142 17.895L18.3815 19.8624C18.4241 19.9053 18.4749 19.9395 18.5307 19.9627C18.5866 19.986 18.6466 19.998 18.7071 19.998C18.7676 19.998 18.8276 19.986 18.8835 19.9627C18.9394 19.9395 18.9901 19.9053 19.0327 19.8624L21 17.895" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Image Download in other icon packs
Copied!