Image Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Image Downloader 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/341907.svg" alt="Image Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341907.svg" alt="Image Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341907.svg" alt="Image Downloader icon" :width="24" :height="24" />
CSS background
.icon-image-downloader {
background-image: url('https://proicons.com/icon/341907.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="38.5" cy="38.4992" r="7"/><path class="c" d="m33.4316,43.3262c-2.8476,1.3923-6.0483,2.1738-9.4316,2.1738-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3829-.7813,6.5833-2.1733,9.4307"/><line class="c" x1="38.5" y1="42.4992" x2="38.5" y2="34.4992"/><polyline class="c" points="35.2034 39.2026 38.5 42.4992 41.7966 39.2026"/><path class="c" d="m27.2581,13.4803c1.7727,0,3.2097,1.437,3.2097,3.2097s-1.437,3.2097-3.2097,3.2097-3.2097-1.437-3.2097-3.2097,1.437-3.2097,3.2097-3.2097h0Zm-8.1284,6.3763l5.1843,5.1843c.1943.1983.5125.2015.7108.0073.0024-.0024.0049-.0048.0073-.0073l.9909-.9909c.1988-.1971.5193-.1971.7181,0l5.608,5.608c.1983.1942.2016.5125.0074.7108-.0963.0983-.2288.1529-.3664.1509H12.0066c-.2776.0022-.5044-.221-.5066-.4986-.0008-.1041.0307-.2058.0901-.2912l6.8215-9.7799c.1652-.2231.4799-.2701.7031-.1049.0051.0038.0101.0076.015.0115Z"/></svg>
Copied!