messenger from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
messenger
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><path fill="currentColor" d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76s-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459l-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z"/></svg>

React

import type { SVGProps } from "react";

export function BiMessenger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76s-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459l-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76s-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459l-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%207.76C0%203.301%203.493%200%208%200s8%203.301%208%207.76s-3.493%207.76-8%207.76c-.81%200-1.586-.107-2.316-.307a.64.64%200%200%200-.427.03l-1.588.702a.64.64%200%200%201-.898-.566l-.044-1.423a.64.64%200%200%200-.215-.456C.956%2012.108%200%2010.092%200%207.76m5.546-1.459l-2.35%203.728c-.225.358.214.761.551.506l2.525-1.916a.48.48%200%200%201%20.578-.002l1.869%201.402a1.2%201.2%200%200%200%201.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728%207.381a.48.48%200%200%201-.578.002L7.281%205.98a1.2%201.2%200%200%200-1.735.32z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%207.76C0%203.301%203.493%200%208%200s8%203.301%208%207.76s-3.493%207.76-8%207.76c-.81%200-1.586-.107-2.316-.307a.64.64%200%200%200-.427.03l-1.588.702a.64.64%200%200%201-.898-.566l-.044-1.423a.64.64%200%200%200-.215-.456C.956%2012.108%200%2010.092%200%207.76m5.546-1.459l-2.35%203.728c-.225.358.214.761.551.506l2.525-1.916a.48.48%200%200%201%20.578-.002l1.869%201.402a1.2%201.2%200%200%200%201.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728%207.381a.48.48%200%200%201-.578.002L7.281%205.98a1.2%201.2%200%200%200-1.735.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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