Whatsapp Filled Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Whatsapp Filled 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/310445.svg" alt="Whatsapp Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310445.svg" alt="Whatsapp Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310445.svg" alt="Whatsapp Filled icon" :width="24" :height="24" />
CSS background
.icon-whatsapp-filled {
background-image: url('https://proicons.com/icon/310445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_965_135)"> <path d="M13.79 2.63999L13.22 2.55999C11.5069 2.31265 9.75885 2.55734 8.17954 3.26555C6.60023 3.97376 5.25476 5.11631 4.3 6.55999C3.28416 7.93997 2.67859 9.57873 2.55298 11.2877C2.42737 12.9966 2.78684 14.7063 3.59 16.22C3.6722 16.3717 3.72337 16.5382 3.74054 16.7099C3.75771 16.8816 3.74053 17.055 3.69 17.22C3.28 18.63 2.9 20.05 2.5 21.54L3 21.39C4.35 21.03 5.7 20.67 7.05 20.34C7.33494 20.2807 7.63112 20.3086 7.9 20.42C9.1112 21.0111 10.4348 21.3363 11.782 21.3738C13.1293 21.4112 14.4689 21.1601 15.7111 20.6372C16.9533 20.1143 18.0692 19.3318 18.9841 18.3421C19.899 17.3524 20.5915 16.1785 21.0153 14.8991C21.4392 13.6198 21.5844 12.2645 21.4414 10.9244C21.2983 9.58426 20.8703 8.29023 20.1859 7.12914C19.5016 5.96806 18.5769 4.96678 17.4737 4.19251C16.3706 3.41824 15.1146 2.88889 13.79 2.63999ZM16.31 15.76C15.9466 16.0854 15.5034 16.3086 15.0256 16.407C14.5478 16.5054 14.0524 16.4753 13.59 16.32C11.4946 15.73 9.67661 14.4152 8.46 12.61C7.99529 11.9715 7.6217 11.2715 7.35 10.53C7.20285 10.0998 7.17632 9.63746 7.27327 9.19322C7.37023 8.74899 7.58698 8.33978 7.9 8.00999C8.05239 7.8155 8.25981 7.67142 8.49526 7.5965C8.7307 7.52159 8.98325 7.51932 9.22 7.58999C9.42 7.63999 9.56 7.92999 9.74 8.14999C9.88636 8.56288 10.0566 8.9669 10.25 9.35999C10.3964 9.56049 10.4576 9.81079 10.4201 10.0562C10.3826 10.3017 10.2496 10.5223 10.05 10.67C9.6 11.07 9.67 11.4 9.99 11.85C10.6974 12.8692 11.6736 13.6722 12.81 14.17C13.13 14.31 13.37 14.34 13.58 14.01C13.67 13.88 13.79 13.77 13.89 13.65C14.47 12.92 14.29 12.93 15.21 13.33C15.5031 13.4532 15.7871 13.5969 16.06 13.76C16.33 13.92 16.74 14.09 16.8 14.33C16.8577 14.5904 16.8425 14.8616 16.7561 15.1139C16.6696 15.3662 16.5153 15.5897 16.31 15.76Z" fill="black"/> </g> <defs> <clipPath id="clip0_965_135"> <rect width="19" height="19" fill="white" transform="translate(2.5 2.5)"/> </clipPath> </defs> </svg>
Copied!