whatsapp-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
whatsapp-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the whatsapp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.5 20.5l-.96-.282a1 1 0 0 0 1.242 1.241zm3.26-.959l.283.96zm.422.062l.536-.844zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-9 9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm1.397 4.818l.844-.536A7.96 7.96 0 0 1 4 12H2c0 1.968.57 3.805 1.553 5.354zM3.5 20.5l.96.282l.958-3.26l-.96-.282l-.958-.283l-.96 3.26zm3.26-.959l-.282-.96l-3.26.96l.282.959l.282.96l3.26-.96zM12 21v-1a7.96 7.96 0 0 1-4.282-1.241l-.536.844l-.536.844A9.96 9.96 0 0 0 12 22zm-5.24-1.459l.283.96a.48.48 0 0 1-.397-.054l.536-.844l.536-.844a1.52 1.52 0 0 0-1.24-.177zm-2.363-2.723l-.844.536a.48.48 0 0 1-.053-.397l.959.283l.96.282a1.52 1.52 0 0 0-.178-1.24z"/><path fill="currentColor" fill-rule="evenodd" d="M14.374 16.576c-.682-.025-2.613-.291-4.636-2.314c-2.022-2.022-2.289-3.954-2.314-4.636a2 2 0 0 1 .063-.526l.008-.03a2.79 2.79 0 0 1 1.607-1.886a.7.7 0 0 1 .684.075c.682.497 1.174 1.225 1.593 1.844l.135.199a.71.71 0 0 1-.121.94l-.924.685a.23.23 0 0 0-.067.292c.21.38.581.946 1.007 1.372c.427.427 1.02.823 1.426 1.055c.105.06.238.026.304-.076l.601-.915a.71.71 0 0 1 .973-.157l.128.088c.636.439 1.351.932 1.885 1.615a.7.7 0 0 1 .089.703a2.78 2.78 0 0 1-1.88 1.6l-.035.01a2 2 0 0 1-.526.062" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWhatsappLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.5 20.5l-.96-.282a1 1 0 0 0 1.242 1.241zm3.26-.959l.283.96zm.422.062l.536-.844zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-9 9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm1.397 4.818l.844-.536A7.96 7.96 0 0 1 4 12H2c0 1.968.57 3.805 1.553 5.354zM3.5 20.5l.96.282l.958-3.26l-.96-.282l-.958-.283l-.96 3.26zm3.26-.959l-.282-.96l-3.26.96l.282.959l.282.96l3.26-.96zM12 21v-1a7.96 7.96 0 0 1-4.282-1.241l-.536.844l-.536.844A9.96 9.96 0 0 0 12 22zm-5.24-1.459l.283.96a.48.48 0 0 1-.397-.054l.536-.844l.536-.844a1.52 1.52 0 0 0-1.24-.177zm-2.363-2.723l-.844.536a.48.48 0 0 1-.053-.397l.959.283l.96.282a1.52 1.52 0 0 0-.178-1.24z"/><path fill="currentColor" fillRule="evenodd" d="M14.374 16.576c-.682-.025-2.613-.291-4.636-2.314c-2.022-2.022-2.289-3.954-2.314-4.636a2 2 0 0 1 .063-.526l.008-.03a2.79 2.79 0 0 1 1.607-1.886a.7.7 0 0 1 .684.075c.682.497 1.174 1.225 1.593 1.844l.135.199a.71.71 0 0 1-.121.94l-.924.685a.23.23 0 0 0-.067.292c.21.38.581.946 1.007 1.372c.427.427 1.02.823 1.426 1.055c.105.06.238.026.304-.076l.601-.915a.71.71 0 0 1 .973-.157l.128.088c.636.439 1.351.932 1.885 1.615a.7.7 0 0 1 .089.703a2.78 2.78 0 0 1-1.88 1.6l-.035.01a2 2 0 0 1-.526.062" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.5 20.5l-.96-.282a1 1 0 0 0 1.242 1.241zm3.26-.959l.283.96zm.422.062l.536-.844zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-9 9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm1.397 4.818l.844-.536A7.96 7.96 0 0 1 4 12H2c0 1.968.57 3.805 1.553 5.354zM3.5 20.5l.96.282l.958-3.26l-.96-.282l-.958-.283l-.96 3.26zm3.26-.959l-.282-.96l-3.26.96l.282.959l.282.96l3.26-.96zM12 21v-1a7.96 7.96 0 0 1-4.282-1.241l-.536.844l-.536.844A9.96 9.96 0 0 0 12 22zm-5.24-1.459l.283.96a.48.48 0 0 1-.397-.054l.536-.844l.536-.844a1.52 1.52 0 0 0-1.24-.177zm-2.363-2.723l-.844.536a.48.48 0 0 1-.053-.397l.959.283l.96.282a1.52 1.52 0 0 0-.178-1.24z"/><path fill="currentColor" fill-rule="evenodd" d="M14.374 16.576c-.682-.025-2.613-.291-4.636-2.314c-2.022-2.022-2.289-3.954-2.314-4.636a2 2 0 0 1 .063-.526l.008-.03a2.79 2.79 0 0 1 1.607-1.886a.7.7 0 0 1 .684.075c.682.497 1.174 1.225 1.593 1.844l.135.199a.71.71 0 0 1-.121.94l-.924.685a.23.23 0 0 0-.067.292c.21.38.581.946 1.007 1.372c.427.427 1.02.823 1.426 1.055c.105.06.238.026.304-.076l.601-.915a.71.71 0 0 1 .973-.157l.128.088c.636.439 1.351.932 1.885 1.615a.7.7 0 0 1 .089.703a2.78 2.78 0 0 1-1.88 1.6l-.035.01a2 2 0 0 1-.526.062" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-whatsapp-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.5%2020.5l-.96-.282a1%201%200%200%200%201.242%201.241zm3.26-.959l.283.96zm.422.062l.536-.844zM21%2012h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm-9%209h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm1.397%204.818l.844-.536A7.96%207.96%200%200%201%204%2012H2c0%201.968.57%203.805%201.553%205.354zM3.5%2020.5l.96.282l.958-3.26l-.96-.282l-.958-.283l-.96%203.26zm3.26-.959l-.282-.96l-3.26.96l.282.959l.282.96l3.26-.96zM12%2021v-1a7.96%207.96%200%200%201-4.282-1.241l-.536.844l-.536.844A9.96%209.96%200%200%200%2012%2022zm-5.24-1.459l.283.96a.48.48%200%200%201-.397-.054l.536-.844l.536-.844a1.52%201.52%200%200%200-1.24-.177zm-2.363-2.723l-.844.536a.48.48%200%200%201-.053-.397l.959.283l.96.282a1.52%201.52%200%200%200-.178-1.24z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.374%2016.576c-.682-.025-2.613-.291-4.636-2.314c-2.022-2.022-2.289-3.954-2.314-4.636a2%202%200%200%201%20.063-.526l.008-.03a2.79%202.79%200%200%201%201.607-1.886a.7.7%200%200%201%20.684.075c.682.497%201.174%201.225%201.593%201.844l.135.199a.71.71%200%200%201-.121.94l-.924.685a.23.23%200%200%200-.067.292c.21.38.581.946%201.007%201.372c.427.427%201.02.823%201.426%201.055c.105.06.238.026.304-.076l.601-.915a.71.71%200%200%201%20.973-.157l.128.088c.636.439%201.351.932%201.885%201.615a.7.7%200%200%201%20.089.703a2.78%202.78%200%200%201-1.88%201.6l-.035.01a2%202%200%200%201-.526.062%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.5%2020.5l-.96-.282a1%201%200%200%200%201.242%201.241zm3.26-.959l.283.96zm.422.062l.536-.844zM21%2012h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm-9%209h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm1.397%204.818l.844-.536A7.96%207.96%200%200%201%204%2012H2c0%201.968.57%203.805%201.553%205.354zM3.5%2020.5l.96.282l.958-3.26l-.96-.282l-.958-.283l-.96%203.26zm3.26-.959l-.282-.96l-3.26.96l.282.959l.282.96l3.26-.96zM12%2021v-1a7.96%207.96%200%200%201-4.282-1.241l-.536.844l-.536.844A9.96%209.96%200%200%200%2012%2022zm-5.24-1.459l.283.96a.48.48%200%200%201-.397-.054l.536-.844l.536-.844a1.52%201.52%200%200%200-1.24-.177zm-2.363-2.723l-.844.536a.48.48%200%200%201-.053-.397l.959.283l.96.282a1.52%201.52%200%200%200-.178-1.24z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.374%2016.576c-.682-.025-2.613-.291-4.636-2.314c-2.022-2.022-2.289-3.954-2.314-4.636a2%202%200%200%201%20.063-.526l.008-.03a2.79%202.79%200%200%201%201.607-1.886a.7.7%200%200%201%20.684.075c.682.497%201.174%201.225%201.593%201.844l.135.199a.71.71%200%200%201-.121.94l-.924.685a.23.23%200%200%200-.067.292c.21.38.581.946%201.007%201.372c.427.427%201.02.823%201.426%201.055c.105.06.238.026.304-.076l.601-.915a.71.71%200%200%201%20.973-.157l.128.088c.636.439%201.351.932%201.885%201.615a.7.7%200%200%201%20.089.703a2.78%202.78%200%200%201-1.88%201.6l-.035.01a2%202%200%200%201-.526.062%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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