Whatsapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whatsapp 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/335112.svg" alt="Whatsapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335112.svg" alt="Whatsapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335112.svg" alt="Whatsapp icon" :width="24" :height="24" />
CSS background
.icon-whatsapp {
background-image: url('https://proicons.com/icon/335112.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><path class="c" d="m24,2.5c-11.8852.0128-21.5096,9.6579-21.4969,21.5431.0039,3.6064.914,7.154,2.6469,10.3169l-1.65,10.14,10.14-1.65c10.4106,5.7109,23.4796,1.9011,29.1906-8.5094s1.9011-23.4796-8.5094-29.1906c-3.1635-1.7354-6.7129-2.6467-10.3211-2.65Zm-10.75,9.77h5.86c.5523,0,1,.4477,1,1-.0328,1.3336.1913,2.6611.66,3.91.4173.8643.1361,1.9039-.66,2.44l-2.05,2c.909,1.775,2.0975,3.3924,3.52,4.79,1.3863,1.4457,2.9971,2.658,4.77,3.59l2-2.05c1-1,1.46-1,2.44-.66,1.2489.4687,2.5764.6928,3.91.66.5415.0252.9748.4585,1,1v5.86c-.0252.5415-.4585.9748-1,1-5.8824-.2563-11.4583-2.6949-15.64-6.84-4.1516-4.1772-6.5914-9.7558-6.84-15.64.0049-.5718.4586-1.0386,1.03-1.06Z"/></svg>
Whatsapp in other icon packs
Copied!