facebook messenger icon

facebook-messenger from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
facebook-messenger
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

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 2a9.65 9.65 0 0 0-10 9.7a9.5 9.5 0 0 0 3.14 7.18a.8.8 0 0 1 .27.56v1.78a.81.81 0 0 0 1.13.71l2-.87a.75.75 0 0 1 .53 0a11 11 0 0 0 2.9.38A9.7 9.7 0 1 0 12 2m6 7.46l-2.93 4.66a1.5 1.5 0 0 1-2.17.4l-2.34-1.75a.6.6 0 0 0-.72 0l-3.16 2.4a.47.47 0 0 1-.68-.63l2.93-4.66a1.5 1.5 0 0 1 2.17-.4l2.34 1.75a.6.6 0 0 0 .72 0l3.16-2.4a.47.47 0 0 1 .68.63"/></svg>

React

import type { SVGProps } from "react";

export function UilFacebookMessenger(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 2a9.65 9.65 0 0 0-10 9.7a9.5 9.5 0 0 0 3.14 7.18a.8.8 0 0 1 .27.56v1.78a.81.81 0 0 0 1.13.71l2-.87a.75.75 0 0 1 .53 0a11 11 0 0 0 2.9.38A9.7 9.7 0 1 0 12 2m6 7.46l-2.93 4.66a1.5 1.5 0 0 1-2.17.4l-2.34-1.75a.6.6 0 0 0-.72 0l-3.16 2.4a.47.47 0 0 1-.68-.63l2.93-4.66a1.5 1.5 0 0 1 2.17-.4l2.34 1.75a.6.6 0 0 0 .72 0l3.16-2.4a.47.47 0 0 1 .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 2a9.65 9.65 0 0 0-10 9.7a9.5 9.5 0 0 0 3.14 7.18a.8.8 0 0 1 .27.56v1.78a.81.81 0 0 0 1.13.71l2-.87a.75.75 0 0 1 .53 0a11 11 0 0 0 2.9.38A9.7 9.7 0 1 0 12 2m6 7.46l-2.93 4.66a1.5 1.5 0 0 1-2.17.4l-2.34-1.75a.6.6 0 0 0-.72 0l-3.16 2.4a.47.47 0 0 1-.68-.63l2.93-4.66a1.5 1.5 0 0 1 2.17-.4l2.34 1.75a.6.6 0 0 0 .72 0l3.16-2.4a.47.47 0 0 1 .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%202a9.65%209.65%200%200%200-10%209.7a9.5%209.5%200%200%200%203.14%207.18a.8.8%200%200%201%20.27.56v1.78a.81.81%200%200%200%201.13.71l2-.87a.75.75%200%200%201%20.53%200a11%2011%200%200%200%202.9.38A9.7%209.7%200%201%200%2012%202m6%207.46l-2.93%204.66a1.5%201.5%200%200%201-2.17.4l-2.34-1.75a.6.6%200%200%200-.72%200l-3.16%202.4a.47.47%200%200%201-.68-.63l2.93-4.66a1.5%201.5%200%200%201%202.17-.4l2.34%201.75a.6.6%200%200%200%20.72%200l3.16-2.4a.47.47%200%200%201%20.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%202a9.65%209.65%200%200%200-10%209.7a9.5%209.5%200%200%200%203.14%207.18a.8.8%200%200%201%20.27.56v1.78a.81.81%200%200%200%201.13.71l2-.87a.75.75%200%200%201%20.53%200a11%2011%200%200%200%202.9.38A9.7%209.7%200%201%200%2012%202m6%207.46l-2.93%204.66a1.5%201.5%200%200%201-2.17.4l-2.34-1.75a.6.6%200%200%200-.72%200l-3.16%202.4a.47.47%200%200%201-.68-.63l2.93-4.66a1.5%201.5%200%200%201%202.17-.4l2.34%201.75a.6.6%200%200%200%20.72%200l3.16-2.4a.47.47%200%200%201%20.68.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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