Pinterest Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pinterest 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/331280.svg" alt="Pinterest Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331280.svg" alt="Pinterest Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331280.svg" alt="Pinterest Downloader icon" :width="24" :height="24" />
CSS background
.icon-pinterest-downloader {
background-image: url('https://proicons.com/icon/331280.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="m19.3558,34.5s3.5221-14.6663,3.8702-15.5862c-4.1345.3105-2.7108,8.2008,1.5246,9.0679,3.2262.7556,6.8008-2.9832,6.7482-7.1295s-2.4904-6.2161-5.5721-7.0769c-3.0818-.8608-7.9836.2037-9.2847,4.5142-.954,2.6787-.1721,5.6683,1.9713,7.5368"/></svg>
Copied!