whatsapp logo icon
whatsapp-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- whatsapp-logo
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the whatsapp logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.58 144.84l-32-16a8 8 0 0 0-8 .5l-14.69 9.8a40.55 40.55 0 0 1-16-16l9.8-14.69a8 8 0 0 0 .5-8l-16-32A8 8 0 0 0 104 64a40 40 0 0 0-40 40a88.1 88.1 0 0 0 88 88a40 40 0 0 0 40-40a8 8 0 0 0-4.42-7.16M152 176a72.08 72.08 0 0 1-72-72a24 24 0 0 1 19.29-23.54l11.48 23L101 118a8 8 0 0 0-.73 7.51a56.47 56.47 0 0 0 30.15 30.15A8 8 0 0 0 138 155l14.61-9.74l23 11.48A24 24 0 0 1 152 176M128 24a104 104 0 0 0-91.82 152.88l-11.35 34.05a16 16 0 0 0 20.24 20.24l34.05-11.35A104 104 0 1 0 128 24m0 192a87.87 87.87 0 0 1-44.06-11.81a8 8 0 0 0-6.54-.67L40 216l12.47-37.4a8 8 0 0 0-.66-6.54A88 88 0 1 1 128 216"/></svg>
React
import type { SVGProps } from "react";
export function PhWhatsappLogo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.58 144.84l-32-16a8 8 0 0 0-8 .5l-14.69 9.8a40.55 40.55 0 0 1-16-16l9.8-14.69a8 8 0 0 0 .5-8l-16-32A8 8 0 0 0 104 64a40 40 0 0 0-40 40a88.1 88.1 0 0 0 88 88a40 40 0 0 0 40-40a8 8 0 0 0-4.42-7.16M152 176a72.08 72.08 0 0 1-72-72a24 24 0 0 1 19.29-23.54l11.48 23L101 118a8 8 0 0 0-.73 7.51a56.47 56.47 0 0 0 30.15 30.15A8 8 0 0 0 138 155l14.61-9.74l23 11.48A24 24 0 0 1 152 176M128 24a104 104 0 0 0-91.82 152.88l-11.35 34.05a16 16 0 0 0 20.24 20.24l34.05-11.35A104 104 0 1 0 128 24m0 192a87.87 87.87 0 0 1-44.06-11.81a8 8 0 0 0-6.54-.67L40 216l12.47-37.4a8 8 0 0 0-.66-6.54A88 88 0 1 1 128 216"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.58 144.84l-32-16a8 8 0 0 0-8 .5l-14.69 9.8a40.55 40.55 0 0 1-16-16l9.8-14.69a8 8 0 0 0 .5-8l-16-32A8 8 0 0 0 104 64a40 40 0 0 0-40 40a88.1 88.1 0 0 0 88 88a40 40 0 0 0 40-40a8 8 0 0 0-4.42-7.16M152 176a72.08 72.08 0 0 1-72-72a24 24 0 0 1 19.29-23.54l11.48 23L101 118a8 8 0 0 0-.73 7.51a56.47 56.47 0 0 0 30.15 30.15A8 8 0 0 0 138 155l14.61-9.74l23 11.48A24 24 0 0 1 152 176M128 24a104 104 0 0 0-91.82 152.88l-11.35 34.05a16 16 0 0 0 20.24 20.24l34.05-11.35A104 104 0 1 0 128 24m0 192a87.87 87.87 0 0 1-44.06-11.81a8 8 0 0 0-6.54-.67L40 216l12.47-37.4a8 8 0 0 0-.66-6.54A88 88 0 1 1 128 216"/></svg> </template>
CSS
.icon-whatsapp-logo {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m187.58%20144.84l-32-16a8%208%200%200%200-8%20.5l-14.69%209.8a40.55%2040.55%200%200%201-16-16l9.8-14.69a8%208%200%200%200%20.5-8l-16-32A8%208%200%200%200%20104%2064a40%2040%200%200%200-40%2040a88.1%2088.1%200%200%200%2088%2088a40%2040%200%200%200%2040-40a8%208%200%200%200-4.42-7.16M152%20176a72.08%2072.08%200%200%201-72-72a24%2024%200%200%201%2019.29-23.54l11.48%2023L101%20118a8%208%200%200%200-.73%207.51a56.47%2056.47%200%200%200%2030.15%2030.15A8%208%200%200%200%20138%20155l14.61-9.74l23%2011.48A24%2024%200%200%201%20152%20176M128%2024a104%20104%200%200%200-91.82%20152.88l-11.35%2034.05a16%2016%200%200%200%2020.24%2020.24l34.05-11.35A104%20104%200%201%200%20128%2024m0%20192a87.87%2087.87%200%200%201-44.06-11.81a8%208%200%200%200-6.54-.67L40%20216l12.47-37.4a8%208%200%200%200-.66-6.54A88%2088%200%201%201%20128%20216%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m187.58%20144.84l-32-16a8%208%200%200%200-8%20.5l-14.69%209.8a40.55%2040.55%200%200%201-16-16l9.8-14.69a8%208%200%200%200%20.5-8l-16-32A8%208%200%200%200%20104%2064a40%2040%200%200%200-40%2040a88.1%2088.1%200%200%200%2088%2088a40%2040%200%200%200%2040-40a8%208%200%200%200-4.42-7.16M152%20176a72.08%2072.08%200%200%201-72-72a24%2024%200%200%201%2019.29-23.54l11.48%2023L101%20118a8%208%200%200%200-.73%207.51a56.47%2056.47%200%200%200%2030.15%2030.15A8%208%200%200%200%20138%20155l14.61-9.74l23%2011.48A24%2024%200%200%201%20152%20176M128%2024a104%20104%200%200%200-91.82%20152.88l-11.35%2034.05a16%2016%200%200%200%2020.24%2020.24l34.05-11.35A104%20104%200%201%200%20128%2024m0%20192a87.87%2087.87%200%200%201-44.06-11.81a8%208%200%200%200-6.54-.67L40%20216l12.47-37.4a8%208%200%200%200-.66-6.54A88%2088%200%201%201%20128%20216%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/whatsapp-logo.svg?color=%231a73e8&size=48