whatsapp icon
whatsapp from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
whatsapp-fillAkar IconswhatsappBootstrap IconswhatsappBoxicons BrandswhatsappCoreUI BrandswhatsappFont Awesome 6 BrandswhatsappFont Awesome Brandswhatsapp-solidFlowbite IconswhatsappHuge IconswhatsappIconoirwhatsappJam IconswhatsappLine AwesomewhatsappSVG LogoswhatsappMage IconswhatsappMaterial Design Iconswhatsapp-fillMingCute IconwhatsappPixelarticonswhatsappPrime Iconswhatsapp-fillRemix IconwhatsappSimple Iconswhatsapp-outlineTeenyiconswhatsappUnicons
More brand logos icons from Unicons Monochrome
Use the whatsapp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.99 6.547a11 11 0 0 0-.103-1.282a4.3 4.3 0 0 0-.363-1.09A3.85 3.85 0 0 0 19.83 2.48a4.3 4.3 0 0 0-1.083-.362a11 11 0 0 0-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077 2c-.11 0-.347.003-.53.01a11 11 0 0 0-1.282.103a4.3 4.3 0 0 0-1.09.363A3.85 3.85 0 0 0 2.48 4.17a4.3 4.3 0 0 0-.362 1.083a11 11 0 0 0-.106 1.292c-.006.183-.01.42-.01.53L2 16.923c0 .11.003.347.01.53a11 11 0 0 0 .103 1.282a4.3 4.3 0 0 0 .363 1.09A3.85 3.85 0 0 0 4.17 21.52a4.3 4.3 0 0 0 1.083.362a11 11 0 0 0 1.292.105c.183.007.42.01.53.01l9.848.002c.11 0 .347-.003.53-.01a11 11 0 0 0 1.282-.103a4.3 4.3 0 0 0 1.09-.363a3.85 3.85 0 0 0 1.696-1.694a4.3 4.3 0 0 0 .362-1.083a11 11 0 0 0 .106-1.292c.006-.183.01-.42.01-.53L22 7.077c0-.11-.003-.347-.01-.53m-9.773 12.41h-.003a7.1 7.1 0 0 1-3.407-.868l-3.78.991l1.012-3.693a7.13 7.13 0 1 1 6.178 3.57"/><path fill="currentColor" d="M12.22 5.901a5.927 5.927 0 0 0-5.023 9.076l.141.224l-.599 2.186l2.243-.588l.216.128a5.9 5.9 0 0 0 3.016.826h.003A5.926 5.926 0 0 0 12.219 5.9Zm3.484 8.47a1.83 1.83 0 0 1-1.202.847a2.44 2.44 0 0 1-1.122-.07a10 10 0 0 1-1.015-.376a7.94 7.94 0 0 1-3.043-2.689a3.46 3.46 0 0 1-.728-1.842a2 2 0 0 1 .624-1.485a.66.66 0 0 1 .475-.223c.118 0 .237 0 .341.006c.11.005.256-.042.4.306c.15.356.506 1.233.55 1.322a.33.33 0 0 1 .015.312a1.2 1.2 0 0 1-.178.297c-.09.104-.187.232-.267.312c-.09.089-.182.185-.079.363a5.4 5.4 0 0 0 .991 1.234a4.9 4.9 0 0 0 1.433.884c.178.09.282.074.386-.045s.445-.52.564-.698s.237-.148.4-.089s1.04.49 1.218.58s.297.133.341.207a1.5 1.5 0 0 1-.104.847"/></svg>
React
import type { SVGProps } from "react";
export function UimWhatsapp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.99 6.547a11 11 0 0 0-.103-1.282a4.3 4.3 0 0 0-.363-1.09A3.85 3.85 0 0 0 19.83 2.48a4.3 4.3 0 0 0-1.083-.362a11 11 0 0 0-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077 2c-.11 0-.347.003-.53.01a11 11 0 0 0-1.282.103a4.3 4.3 0 0 0-1.09.363A3.85 3.85 0 0 0 2.48 4.17a4.3 4.3 0 0 0-.362 1.083a11 11 0 0 0-.106 1.292c-.006.183-.01.42-.01.53L2 16.923c0 .11.003.347.01.53a11 11 0 0 0 .103 1.282a4.3 4.3 0 0 0 .363 1.09A3.85 3.85 0 0 0 4.17 21.52a4.3 4.3 0 0 0 1.083.362a11 11 0 0 0 1.292.105c.183.007.42.01.53.01l9.848.002c.11 0 .347-.003.53-.01a11 11 0 0 0 1.282-.103a4.3 4.3 0 0 0 1.09-.363a3.85 3.85 0 0 0 1.696-1.694a4.3 4.3 0 0 0 .362-1.083a11 11 0 0 0 .106-1.292c.006-.183.01-.42.01-.53L22 7.077c0-.11-.003-.347-.01-.53m-9.773 12.41h-.003a7.1 7.1 0 0 1-3.407-.868l-3.78.991l1.012-3.693a7.13 7.13 0 1 1 6.178 3.57"/><path fill="currentColor" d="M12.22 5.901a5.927 5.927 0 0 0-5.023 9.076l.141.224l-.599 2.186l2.243-.588l.216.128a5.9 5.9 0 0 0 3.016.826h.003A5.926 5.926 0 0 0 12.219 5.9Zm3.484 8.47a1.83 1.83 0 0 1-1.202.847a2.44 2.44 0 0 1-1.122-.07a10 10 0 0 1-1.015-.376a7.94 7.94 0 0 1-3.043-2.689a3.46 3.46 0 0 1-.728-1.842a2 2 0 0 1 .624-1.485a.66.66 0 0 1 .475-.223c.118 0 .237 0 .341.006c.11.005.256-.042.4.306c.15.356.506 1.233.55 1.322a.33.33 0 0 1 .015.312a1.2 1.2 0 0 1-.178.297c-.09.104-.187.232-.267.312c-.09.089-.182.185-.079.363a5.4 5.4 0 0 0 .991 1.234a4.9 4.9 0 0 0 1.433.884c.178.09.282.074.386-.045s.445-.52.564-.698s.237-.148.4-.089s1.04.49 1.218.58s.297.133.341.207a1.5 1.5 0 0 1-.104.847"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.99 6.547a11 11 0 0 0-.103-1.282a4.3 4.3 0 0 0-.363-1.09A3.85 3.85 0 0 0 19.83 2.48a4.3 4.3 0 0 0-1.083-.362a11 11 0 0 0-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077 2c-.11 0-.347.003-.53.01a11 11 0 0 0-1.282.103a4.3 4.3 0 0 0-1.09.363A3.85 3.85 0 0 0 2.48 4.17a4.3 4.3 0 0 0-.362 1.083a11 11 0 0 0-.106 1.292c-.006.183-.01.42-.01.53L2 16.923c0 .11.003.347.01.53a11 11 0 0 0 .103 1.282a4.3 4.3 0 0 0 .363 1.09A3.85 3.85 0 0 0 4.17 21.52a4.3 4.3 0 0 0 1.083.362a11 11 0 0 0 1.292.105c.183.007.42.01.53.01l9.848.002c.11 0 .347-.003.53-.01a11 11 0 0 0 1.282-.103a4.3 4.3 0 0 0 1.09-.363a3.85 3.85 0 0 0 1.696-1.694a4.3 4.3 0 0 0 .362-1.083a11 11 0 0 0 .106-1.292c.006-.183.01-.42.01-.53L22 7.077c0-.11-.003-.347-.01-.53m-9.773 12.41h-.003a7.1 7.1 0 0 1-3.407-.868l-3.78.991l1.012-3.693a7.13 7.13 0 1 1 6.178 3.57"/><path fill="currentColor" d="M12.22 5.901a5.927 5.927 0 0 0-5.023 9.076l.141.224l-.599 2.186l2.243-.588l.216.128a5.9 5.9 0 0 0 3.016.826h.003A5.926 5.926 0 0 0 12.219 5.9Zm3.484 8.47a1.83 1.83 0 0 1-1.202.847a2.44 2.44 0 0 1-1.122-.07a10 10 0 0 1-1.015-.376a7.94 7.94 0 0 1-3.043-2.689a3.46 3.46 0 0 1-.728-1.842a2 2 0 0 1 .624-1.485a.66.66 0 0 1 .475-.223c.118 0 .237 0 .341.006c.11.005.256-.042.4.306c.15.356.506 1.233.55 1.322a.33.33 0 0 1 .015.312a1.2 1.2 0 0 1-.178.297c-.09.104-.187.232-.267.312c-.09.089-.182.185-.079.363a5.4 5.4 0 0 0 .991 1.234a4.9 4.9 0 0 0 1.433.884c.178.09.282.074.386-.045s.445-.52.564-.698s.237-.148.4-.089s1.04.49 1.218.58s.297.133.341.207a1.5 1.5 0 0 1-.104.847"/></svg> </template>
CSS
.icon-whatsapp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.99%206.547a11%2011%200%200%200-.103-1.282a4.3%204.3%200%200%200-.363-1.09A3.85%203.85%200%200%200%2019.83%202.48a4.3%204.3%200%200%200-1.083-.362a11%2011%200%200%200-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077%202c-.11%200-.347.003-.53.01a11%2011%200%200%200-1.282.103a4.3%204.3%200%200%200-1.09.363A3.85%203.85%200%200%200%202.48%204.17a4.3%204.3%200%200%200-.362%201.083a11%2011%200%200%200-.106%201.292c-.006.183-.01.42-.01.53L2%2016.923c0%20.11.003.347.01.53a11%2011%200%200%200%20.103%201.282a4.3%204.3%200%200%200%20.363%201.09A3.85%203.85%200%200%200%204.17%2021.52a4.3%204.3%200%200%200%201.083.362a11%2011%200%200%200%201.292.105c.183.007.42.01.53.01l9.848.002c.11%200%20.347-.003.53-.01a11%2011%200%200%200%201.282-.103a4.3%204.3%200%200%200%201.09-.363a3.85%203.85%200%200%200%201.696-1.694a4.3%204.3%200%200%200%20.362-1.083a11%2011%200%200%200%20.106-1.292c.006-.183.01-.42.01-.53L22%207.077c0-.11-.003-.347-.01-.53m-9.773%2012.41h-.003a7.1%207.1%200%200%201-3.407-.868l-3.78.991l1.012-3.693a7.13%207.13%200%201%201%206.178%203.57%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%205.901a5.927%205.927%200%200%200-5.023%209.076l.141.224l-.599%202.186l2.243-.588l.216.128a5.9%205.9%200%200%200%203.016.826h.003A5.926%205.926%200%200%200%2012.219%205.9Zm3.484%208.47a1.83%201.83%200%200%201-1.202.847a2.44%202.44%200%200%201-1.122-.07a10%2010%200%200%201-1.015-.376a7.94%207.94%200%200%201-3.043-2.689a3.46%203.46%200%200%201-.728-1.842a2%202%200%200%201%20.624-1.485a.66.66%200%200%201%20.475-.223c.118%200%20.237%200%20.341.006c.11.005.256-.042.4.306c.15.356.506%201.233.55%201.322a.33.33%200%200%201%20.015.312a1.2%201.2%200%200%201-.178.297c-.09.104-.187.232-.267.312c-.09.089-.182.185-.079.363a5.4%205.4%200%200%200%20.991%201.234a4.9%204.9%200%200%200%201.433.884c.178.09.282.074.386-.045s.445-.52.564-.698s.237-.148.4-.089s1.04.49%201.218.58s.297.133.341.207a1.5%201.5%200%200%201-.104.847%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.99%206.547a11%2011%200%200%200-.103-1.282a4.3%204.3%200%200%200-.363-1.09A3.85%203.85%200%200%200%2019.83%202.48a4.3%204.3%200%200%200-1.083-.362a11%2011%200%200%200-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077%202c-.11%200-.347.003-.53.01a11%2011%200%200%200-1.282.103a4.3%204.3%200%200%200-1.09.363A3.85%203.85%200%200%200%202.48%204.17a4.3%204.3%200%200%200-.362%201.083a11%2011%200%200%200-.106%201.292c-.006.183-.01.42-.01.53L2%2016.923c0%20.11.003.347.01.53a11%2011%200%200%200%20.103%201.282a4.3%204.3%200%200%200%20.363%201.09A3.85%203.85%200%200%200%204.17%2021.52a4.3%204.3%200%200%200%201.083.362a11%2011%200%200%200%201.292.105c.183.007.42.01.53.01l9.848.002c.11%200%20.347-.003.53-.01a11%2011%200%200%200%201.282-.103a4.3%204.3%200%200%200%201.09-.363a3.85%203.85%200%200%200%201.696-1.694a4.3%204.3%200%200%200%20.362-1.083a11%2011%200%200%200%20.106-1.292c.006-.183.01-.42.01-.53L22%207.077c0-.11-.003-.347-.01-.53m-9.773%2012.41h-.003a7.1%207.1%200%200%201-3.407-.868l-3.78.991l1.012-3.693a7.13%207.13%200%201%201%206.178%203.57%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%205.901a5.927%205.927%200%200%200-5.023%209.076l.141.224l-.599%202.186l2.243-.588l.216.128a5.9%205.9%200%200%200%203.016.826h.003A5.926%205.926%200%200%200%2012.219%205.9Zm3.484%208.47a1.83%201.83%200%200%201-1.202.847a2.44%202.44%200%200%201-1.122-.07a10%2010%200%200%201-1.015-.376a7.94%207.94%200%200%201-3.043-2.689a3.46%203.46%200%200%201-.728-1.842a2%202%200%200%201%20.624-1.485a.66.66%200%200%201%20.475-.223c.118%200%20.237%200%20.341.006c.11.005.256-.042.4.306c.15.356.506%201.233.55%201.322a.33.33%200%200%201%20.015.312a1.2%201.2%200%200%201-.178.297c-.09.104-.187.232-.267.312c-.09.089-.182.185-.079.363a5.4%205.4%200%200%200%20.991%201.234a4.9%204.9%200%200%200%201.433.884c.178.09.282.074.386-.045s.445-.52.564-.698s.237-.148.4-.089s1.04.49%201.218.58s.297.133.341.207a1.5%201.5%200%200%201-.104.847%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/whatsapp.svg?color=%231a73e8&size=48