whatsapp filled icon

whatsapp-filled from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
whatsapp-filled
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Use the whatsapp filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVG2EtlbetS)"><path fill="currentColor" d="m13.79 2.64l-.57-.08a9.13 9.13 0 0 0-8.92 4a9.1 9.1 0 0 0-.71 9.66a1.3 1.3 0 0 1 .1 1c-.41 1.41-.79 2.83-1.19 4.32l.5-.15c1.35-.36 2.7-.72 4.05-1.05a1.45 1.45 0 0 1 .85.08a9.45 9.45 0 1 0 5.89-17.78m2.52 13.12a2.76 2.76 0 0 1-2.72.56a9.2 9.2 0 0 1-5.13-3.71a8.5 8.5 0 0 1-1.11-2.08a2.49 2.49 0 0 1 .55-2.52a1.23 1.23 0 0 1 1.32-.42c.2.05.34.34.52.56q.22.62.51 1.21a.94.94 0 0 1-.2 1.31c-.45.4-.38.73-.06 1.18a6.7 6.7 0 0 0 2.82 2.32c.32.14.56.17.77-.16c.09-.13.21-.24.31-.36c.58-.73.4-.72 1.32-.32q.44.185.85.43c.27.16.68.33.74.57a1.45 1.45 0 0 1-.49 1.43"/></g><defs><clipPath id="SVG2EtlbetS"><path fill="#fff" d="M2.5 2.5h19v19h-19z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function MageWhatsappFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVG2EtlbetS)"><path fill="currentColor" d="m13.79 2.64l-.57-.08a9.13 9.13 0 0 0-8.92 4a9.1 9.1 0 0 0-.71 9.66a1.3 1.3 0 0 1 .1 1c-.41 1.41-.79 2.83-1.19 4.32l.5-.15c1.35-.36 2.7-.72 4.05-1.05a1.45 1.45 0 0 1 .85.08a9.45 9.45 0 1 0 5.89-17.78m2.52 13.12a2.76 2.76 0 0 1-2.72.56a9.2 9.2 0 0 1-5.13-3.71a8.5 8.5 0 0 1-1.11-2.08a2.49 2.49 0 0 1 .55-2.52a1.23 1.23 0 0 1 1.32-.42c.2.05.34.34.52.56q.22.62.51 1.21a.94.94 0 0 1-.2 1.31c-.45.4-.38.73-.06 1.18a6.7 6.7 0 0 0 2.82 2.32c.32.14.56.17.77-.16c.09-.13.21-.24.31-.36c.58-.73.4-.72 1.32-.32q.44.185.85.43c.27.16.68.33.74.57a1.45 1.45 0 0 1-.49 1.43"/></g><defs><clipPath id="SVG2EtlbetS"><path fill="#fff" d="M2.5 2.5h19v19h-19z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVG2EtlbetS)"><path fill="currentColor" d="m13.79 2.64l-.57-.08a9.13 9.13 0 0 0-8.92 4a9.1 9.1 0 0 0-.71 9.66a1.3 1.3 0 0 1 .1 1c-.41 1.41-.79 2.83-1.19 4.32l.5-.15c1.35-.36 2.7-.72 4.05-1.05a1.45 1.45 0 0 1 .85.08a9.45 9.45 0 1 0 5.89-17.78m2.52 13.12a2.76 2.76 0 0 1-2.72.56a9.2 9.2 0 0 1-5.13-3.71a8.5 8.5 0 0 1-1.11-2.08a2.49 2.49 0 0 1 .55-2.52a1.23 1.23 0 0 1 1.32-.42c.2.05.34.34.52.56q.22.62.51 1.21a.94.94 0 0 1-.2 1.31c-.45.4-.38.73-.06 1.18a6.7 6.7 0 0 0 2.82 2.32c.32.14.56.17.77-.16c.09-.13.21-.24.31-.36c.58-.73.4-.72 1.32-.32q.44.185.85.43c.27.16.68.33.74.57a1.45 1.45 0 0 1-.49 1.43"/></g><defs><clipPath id="SVG2EtlbetS"><path fill="#fff" d="M2.5 2.5h19v19h-19z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-whatsapp-filled {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVG2EtlbetS)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.79%202.64l-.57-.08a9.13%209.13%200%200%200-8.92%204a9.1%209.1%200%200%200-.71%209.66a1.3%201.3%200%200%201%20.1%201c-.41%201.41-.79%202.83-1.19%204.32l.5-.15c1.35-.36%202.7-.72%204.05-1.05a1.45%201.45%200%200%201%20.85.08a9.45%209.45%200%201%200%205.89-17.78m2.52%2013.12a2.76%202.76%200%200%201-2.72.56a9.2%209.2%200%200%201-5.13-3.71a8.5%208.5%200%200%201-1.11-2.08a2.49%202.49%200%200%201%20.55-2.52a1.23%201.23%200%200%201%201.32-.42c.2.05.34.34.52.56q.22.62.51%201.21a.94.94%200%200%201-.2%201.31c-.45.4-.38.73-.06%201.18a6.7%206.7%200%200%200%202.82%202.32c.32.14.56.17.77-.16c.09-.13.21-.24.31-.36c.58-.73.4-.72%201.32-.32q.44.185.85.43c.27.16.68.33.74.57a1.45%201.45%200%200%201-.49%201.43%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG2EtlbetS%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.5%202.5h19v19h-19z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVG2EtlbetS)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.79%202.64l-.57-.08a9.13%209.13%200%200%200-8.92%204a9.1%209.1%200%200%200-.71%209.66a1.3%201.3%200%200%201%20.1%201c-.41%201.41-.79%202.83-1.19%204.32l.5-.15c1.35-.36%202.7-.72%204.05-1.05a1.45%201.45%200%200%201%20.85.08a9.45%209.45%200%201%200%205.89-17.78m2.52%2013.12a2.76%202.76%200%200%201-2.72.56a9.2%209.2%200%200%201-5.13-3.71a8.5%208.5%200%200%201-1.11-2.08a2.49%202.49%200%200%201%20.55-2.52a1.23%201.23%200%200%201%201.32-.42c.2.05.34.34.52.56q.22.62.51%201.21a.94.94%200%200%201-.2%201.31c-.45.4-.38.73-.06%201.18a6.7%206.7%200%200%200%202.82%202.32c.32.14.56.17.77-.16c.09-.13.21-.24.31-.36c.58-.73.4-.72%201.32-.32q.44.185.85.43c.27.16.68.33.74.57a1.45%201.45%200%200%201-.49%201.43%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVG2EtlbetS%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.5%202.5h19v19h-19z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Whatsapp Filled outline icon — Mage Icons · IconsDB