whatsapp logo icon

whatsapp-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
whatsapp-logo-fill
Set
Phosphor
Style
Fill
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="m152.58 145.23l23 11.48A24 24 0 0 1 152 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 155ZM232 128a104 104 0 0 1-152.88 91.82l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104 104 0 1 1 232 128m-40 24a8 8 0 0 0-4.42-7.16l-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-40"/></svg>

React

import type { SVGProps } from "react";

export function PhWhatsappLogoFill(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="m152.58 145.23l23 11.48A24 24 0 0 1 152 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 155ZM232 128a104 104 0 0 1-152.88 91.82l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104 104 0 1 1 232 128m-40 24a8 8 0 0 0-4.42-7.16l-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-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m152.58 145.23l23 11.48A24 24 0 0 1 152 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 155ZM232 128a104 104 0 0 1-152.88 91.82l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104 104 0 1 1 232 128m-40 24a8 8 0 0 0-4.42-7.16l-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-40"/></svg>
</template>

CSS

.icon-whatsapp-logo-fill {
  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%22m152.58%20145.23l23%2011.48A24%2024%200%200%201%20152%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%20155ZM232%20128a104%20104%200%200%201-152.88%2091.82l-34.05%2011.35a16%2016%200%200%201-20.24-20.24l11.35-34.05A104%20104%200%201%201%20232%20128m-40%2024a8%208%200%200%200-4.42-7.16l-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-40%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%22m152.58%20145.23l23%2011.48A24%2024%200%200%201%20152%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%20155ZM232%20128a104%20104%200%200%201-152.88%2091.82l-34.05%2011.35a16%2016%200%200%201-20.24-20.24l11.35-34.05A104%20104%200%201%201%20232%20128m-40%2024a8%208%200%200%200-4.42-7.16l-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-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/whatsapp-logo-fill.svg?color=%231a73e8&size=48