Instagram Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instagram Downloader icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/327462.svg" alt="Instagram Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327462.svg" alt="Instagram Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327462.svg" alt="Instagram Downloader icon" :width="24" :height="24" />
CSS background
.icon-instagram-downloader {
background-image: url('https://proicons.com/icon/327462.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:#000;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="m35.38,10.46c-1.2094-.0165-2.2031.9506-2.2196,2.16s.9506,2.2031,2.16,2.2196c1.2092.0165,2.2029-.9504,2.2196-2.1596v-.06c-.0109-1.1884-.9716-2.1491-2.16-2.16Z"/><path class="c" d="m24,15.72c-4.5729,0-8.28,3.7071-8.28,8.28s3.7071,8.28,8.28,8.28,8.28-3.7071,8.28-8.28h0c0-4.5729-3.7071-8.28-8.28-8.28Z"/></svg>
Copied!