Whatsapp Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whatsapp 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/349674.svg" alt="Whatsapp Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349674.svg" alt="Whatsapp Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349674.svg" alt="Whatsapp Downloader icon" :width="24" :height="24" />
CSS background
.icon-whatsapp-downloader {
background-image: url('https://proicons.com/icon/349674.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><path class="c" d="m24,2.502c-11.8841.0128-21.5076,9.657-21.4949,21.5411.0039,3.6061.914,7.1534,2.6466,10.3159l-1.6498,10.139,10.139-1.6498c10.4096,5.7104,23.4774,1.9009,29.1878-8.5087,5.7104-10.4096,1.9009-23.4774-8.5087-29.1878-3.1632-1.7352-6.7123-2.6465-10.3202-2.6497Z"/><polyline class="c" points="14.704 25.204 24 34.5 33.296 25.204"/><line class="c" x1="24" y1="34.5" x2="24" y2="13.5"/></svg>
Copied!