square whatsapp logo

square-whatsapp from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
square-whatsapp
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the square whatsapp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M188.1 318.6c0 24.9 7 49.2 20.2 70.1l3.1 5l-13.3 48.6l49.9-13.1l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8M370.8 394c-12.6 1.9-22.4.9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3.5-.5.7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6.1h.8c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3.3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8.4 1.5.7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9.9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8M544 160c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM244.1 457.9L160 480l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3c.1-87.4 71.2-158.5 158.6-158.5c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSquareWhatsapp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M188.1 318.6c0 24.9 7 49.2 20.2 70.1l3.1 5l-13.3 48.6l49.9-13.1l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8M370.8 394c-12.6 1.9-22.4.9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3.5-.5.7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6.1h.8c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3.3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8.4 1.5.7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9.9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8M544 160c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM244.1 457.9L160 480l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3c.1-87.4 71.2-158.5 158.6-158.5c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M188.1 318.6c0 24.9 7 49.2 20.2 70.1l3.1 5l-13.3 48.6l49.9-13.1l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8M370.8 394c-12.6 1.9-22.4.9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3.5-.5.7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6.1h.8c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3.3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8.4 1.5.7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9.9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8M544 160c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM244.1 457.9L160 480l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3c.1-87.4 71.2-158.5 158.6-158.5c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3"/></svg>
</template>

CSS

.icon-square-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.1%20318.6c0%2024.9%207%2049.2%2020.2%2070.1l3.1%205l-13.3%2048.6l49.9-13.1l4.8%202.9c20.2%2012%2043.4%2018.4%2067.1%2018.4h.1c72.6%200%20133.3-59.1%20133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7%200-131.8%2059.1-131.9%20131.8M370.8%20394c-12.6%201.9-22.4.9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4%209-27.9%2013.2-32.3c.3-.3.5-.5.7-.8c3.6-4%207.9-5%2010.6-5c2.6%200%205.3%200%207.6.1h.8c2.3%200%205.2%200%208.1%206.8c1.2%202.9%203%207.3%204.9%2011.8c3.3%208%206.7%2016.3%207.3%2017.6c1%202%201.7%204.3.3%206.9c-3.4%206.8-6.9%2010.4-9.3%2013c-3.1%203.2-4.5%204.7-2.3%208.6c15.3%2026.3%2030.6%2035.4%2053.9%2047.1c4%202%206.3%201.7%208.6-1c2.3-2.6%209.9-11.6%2012.5-15.5c2.6-4%205.3-3.3%208.9-2s23.1%2010.9%2027.1%2012.9c.8.4%201.5.7%202.1%201c2.8%201.4%204.7%202.3%205.5%203.6c.9%201.9.9%209.9-2.4%2019.1c-3.3%209.3-19.1%2017.7-26.7%2018.8M544%20160c0-35.3-28.7-64-64-64H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM244.1%20457.9L160%20480l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3c.1-87.4%2071.2-158.5%20158.6-158.5c42.4%200%2082.2%2016.5%20112.2%2046.5c29.9%2030%2047.9%2069.8%2047.9%20112.2c0%2087.4-72.7%20158.5-160.1%20158.5c-26.6%200-52.7-6.7-75.8-19.3%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.1%20318.6c0%2024.9%207%2049.2%2020.2%2070.1l3.1%205l-13.3%2048.6l49.9-13.1l4.8%202.9c20.2%2012%2043.4%2018.4%2067.1%2018.4h.1c72.6%200%20133.3-59.1%20133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7%200-131.8%2059.1-131.9%20131.8M370.8%20394c-12.6%201.9-22.4.9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4%209-27.9%2013.2-32.3c.3-.3.5-.5.7-.8c3.6-4%207.9-5%2010.6-5c2.6%200%205.3%200%207.6.1h.8c2.3%200%205.2%200%208.1%206.8c1.2%202.9%203%207.3%204.9%2011.8c3.3%208%206.7%2016.3%207.3%2017.6c1%202%201.7%204.3.3%206.9c-3.4%206.8-6.9%2010.4-9.3%2013c-3.1%203.2-4.5%204.7-2.3%208.6c15.3%2026.3%2030.6%2035.4%2053.9%2047.1c4%202%206.3%201.7%208.6-1c2.3-2.6%209.9-11.6%2012.5-15.5c2.6-4%205.3-3.3%208.9-2s23.1%2010.9%2027.1%2012.9c.8.4%201.5.7%202.1%201c2.8%201.4%204.7%202.3%205.5%203.6c.9%201.9.9%209.9-2.4%2019.1c-3.3%209.3-19.1%2017.7-26.7%2018.8M544%20160c0-35.3-28.7-64-64-64H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM244.1%20457.9L160%20480l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3c.1-87.4%2071.2-158.5%20158.6-158.5c42.4%200%2082.2%2016.5%20112.2%2046.5c29.9%2030%2047.9%2069.8%2047.9%20112.2c0%2087.4-72.7%20158.5-160.1%20158.5c-26.6%200-52.7-6.7-75.8-19.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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