messenger icon

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

Name
messenger
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the messenger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.772 2.013A9.7 9.7 0 0 0 4.774 4.89a9.62 9.62 0 0 0-2.77 7.019a9.38 9.38 0 0 0 3.12 6.96a.84.84 0 0 1 .291.65v1.45c0 .487.21 1.032.827 1.032a.9.9 0 0 0 .384-.104l1.863-.824a.9.9 0 0 1 .652 0c5.204 1.415 11.049-1.31 12.469-6.67a9.65 9.65 0 0 0-1.708-8.726a9.7 9.7 0 0 0-3.618-2.816a9.75 9.75 0 0 0-4.512-.847m4.494 9.187c-2.55 4.49-2.561 3.48-5.763 1.346c-.373 0-.559.278-1.805 1.16s-1.455 1.253-1.828.858c-.372-.394.78-1.705 2.329-4.234c1.35-2.227 3.213.859 4.4 1.044a11.3 11.3 0 0 0 2.096-1.508c.816-.626 1.048-.87 1.374-.614c.326.255.047.614-.803 1.948"/></svg>

React

import type { SVGProps } from "react";

export function MageMessenger(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="M11.772 2.013A9.7 9.7 0 0 0 4.774 4.89a9.62 9.62 0 0 0-2.77 7.019a9.38 9.38 0 0 0 3.12 6.96a.84.84 0 0 1 .291.65v1.45c0 .487.21 1.032.827 1.032a.9.9 0 0 0 .384-.104l1.863-.824a.9.9 0 0 1 .652 0c5.204 1.415 11.049-1.31 12.469-6.67a9.65 9.65 0 0 0-1.708-8.726a9.7 9.7 0 0 0-3.618-2.816a9.75 9.75 0 0 0-4.512-.847m4.494 9.187c-2.55 4.49-2.561 3.48-5.763 1.346c-.373 0-.559.278-1.805 1.16s-1.455 1.253-1.828.858c-.372-.394.78-1.705 2.329-4.234c1.35-2.227 3.213.859 4.4 1.044a11.3 11.3 0 0 0 2.096-1.508c.816-.626 1.048-.87 1.374-.614c.326.255.047.614-.803 1.948"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.772 2.013A9.7 9.7 0 0 0 4.774 4.89a9.62 9.62 0 0 0-2.77 7.019a9.38 9.38 0 0 0 3.12 6.96a.84.84 0 0 1 .291.65v1.45c0 .487.21 1.032.827 1.032a.9.9 0 0 0 .384-.104l1.863-.824a.9.9 0 0 1 .652 0c5.204 1.415 11.049-1.31 12.469-6.67a9.65 9.65 0 0 0-1.708-8.726a9.7 9.7 0 0 0-3.618-2.816a9.75 9.75 0 0 0-4.512-.847m4.494 9.187c-2.55 4.49-2.561 3.48-5.763 1.346c-.373 0-.559.278-1.805 1.16s-1.455 1.253-1.828.858c-.372-.394.78-1.705 2.329-4.234c1.35-2.227 3.213.859 4.4 1.044a11.3 11.3 0 0 0 2.096-1.508c.816-.626 1.048-.87 1.374-.614c.326.255.047.614-.803 1.948"/></svg>
</template>

CSS

.icon-messenger {
  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%22M11.772%202.013A9.7%209.7%200%200%200%204.774%204.89a9.62%209.62%200%200%200-2.77%207.019a9.38%209.38%200%200%200%203.12%206.96a.84.84%200%200%201%20.291.65v1.45c0%20.487.21%201.032.827%201.032a.9.9%200%200%200%20.384-.104l1.863-.824a.9.9%200%200%201%20.652%200c5.204%201.415%2011.049-1.31%2012.469-6.67a9.65%209.65%200%200%200-1.708-8.726a9.7%209.7%200%200%200-3.618-2.816a9.75%209.75%200%200%200-4.512-.847m4.494%209.187c-2.55%204.49-2.561%203.48-5.763%201.346c-.373%200-.559.278-1.805%201.16s-1.455%201.253-1.828.858c-.372-.394.78-1.705%202.329-4.234c1.35-2.227%203.213.859%204.4%201.044a11.3%2011.3%200%200%200%202.096-1.508c.816-.626%201.048-.87%201.374-.614c.326.255.047.614-.803%201.948%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%22M11.772%202.013A9.7%209.7%200%200%200%204.774%204.89a9.62%209.62%200%200%200-2.77%207.019a9.38%209.38%200%200%200%203.12%206.96a.84.84%200%200%201%20.291.65v1.45c0%20.487.21%201.032.827%201.032a.9.9%200%200%200%20.384-.104l1.863-.824a.9.9%200%200%201%20.652%200c5.204%201.415%2011.049-1.31%2012.469-6.67a9.65%209.65%200%200%200-1.708-8.726a9.7%209.7%200%200%200-3.618-2.816a9.75%209.75%200%200%200-4.512-.847m4.494%209.187c-2.55%204.49-2.561%203.48-5.763%201.346c-.373%200-.559.278-1.805%201.16s-1.455%201.253-1.828.858c-.372-.394.78-1.705%202.329-4.234c1.35-2.227%203.213.859%204.4%201.044a11.3%2011.3%200%200%200%202.096-1.508c.816-.626%201.048-.87%201.374-.614c.326.255.047.614-.803%201.948%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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