facebook messenger icon

facebook-messenger from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
facebook-messenger
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the facebook messenger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.36 2 2 6.13 2 11.7c0 2.91 1.19 5.44 3.14 7.17c.16.13.26.35.27.57l.05 1.78c.04.57.61.94 1.13.71l1.98-.87c.17-.06.36-.09.53-.06c.9.27 1.9.4 2.9.4c5.64 0 10-4.13 10-9.7S17.64 2 12 2m6 7.46l-2.93 4.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6 0 0 0-.72 0l-3.16 2.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73 1.47-.92 2.17-.4l2.34 1.76a.6.6 0 0 0 .72 0l3.16-2.4c.42-.33.97.17.68.63"/></svg>

React

import type { SVGProps } from "react";

export function MdiFacebookMessenger(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="M12 2C6.36 2 2 6.13 2 11.7c0 2.91 1.19 5.44 3.14 7.17c.16.13.26.35.27.57l.05 1.78c.04.57.61.94 1.13.71l1.98-.87c.17-.06.36-.09.53-.06c.9.27 1.9.4 2.9.4c5.64 0 10-4.13 10-9.7S17.64 2 12 2m6 7.46l-2.93 4.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6 0 0 0-.72 0l-3.16 2.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73 1.47-.92 2.17-.4l2.34 1.76a.6.6 0 0 0 .72 0l3.16-2.4c.42-.33.97.17.68.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.36 2 2 6.13 2 11.7c0 2.91 1.19 5.44 3.14 7.17c.16.13.26.35.27.57l.05 1.78c.04.57.61.94 1.13.71l1.98-.87c.17-.06.36-.09.53-.06c.9.27 1.9.4 2.9.4c5.64 0 10-4.13 10-9.7S17.64 2 12 2m6 7.46l-2.93 4.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6 0 0 0-.72 0l-3.16 2.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73 1.47-.92 2.17-.4l2.34 1.76a.6.6 0 0 0 .72 0l3.16-2.4c.42-.33.97.17.68.63"/></svg>
</template>

CSS

.icon-facebook-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%22M12%202C6.36%202%202%206.13%202%2011.7c0%202.91%201.19%205.44%203.14%207.17c.16.13.26.35.27.57l.05%201.78c.04.57.61.94%201.13.71l1.98-.87c.17-.06.36-.09.53-.06c.9.27%201.9.4%202.9.4c5.64%200%2010-4.13%2010-9.7S17.64%202%2012%202m6%207.46l-2.93%204.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6%200%200%200-.72%200l-3.16%202.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73%201.47-.92%202.17-.4l2.34%201.76a.6.6%200%200%200%20.72%200l3.16-2.4c.42-.33.97.17.68.63%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%22M12%202C6.36%202%202%206.13%202%2011.7c0%202.91%201.19%205.44%203.14%207.17c.16.13.26.35.27.57l.05%201.78c.04.57.61.94%201.13.71l1.98-.87c.17-.06.36-.09.53-.06c.9.27%201.9.4%202.9.4c5.64%200%2010-4.13%2010-9.7S17.64%202%2012%202m6%207.46l-2.93%204.67c-.47.73-1.47.92-2.17.37l-2.34-1.73a.6.6%200%200%200-.72%200l-3.16%202.4c-.42.33-.97-.17-.68-.63l2.93-4.67c.47-.73%201.47-.92%202.17-.4l2.34%201.76a.6.6%200%200%200%20.72%200l3.16-2.4c.42-.33.97.17.68.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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