facebook messenger alt icon
facebook-messenger-alt from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- facebook-messenger-alt
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons Monochrome
Use the facebook messenger alt 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.175a.8.8 0 0 1 .27.57l.055 1.779a.8.8 0 0 0 1.122.708l1.984-.875a.8.8 0 0 1 .534-.04A11 11 0 0 0 12 21.4A9.705 9.705 0 1 0 12 2" opacity=".5"/><path fill="currentColor" d="M6.499 14.772a1 1 0 0 1-.765-1.642l3.052-3.636a.996.996 0 0 1 1.29-.21l3.346 2.056l2.312-2.755a1 1 0 1 1 1.532 1.285l-2.867 3.416a1 1 0 0 1-1.289.21L9.764 11.44l-2.498 2.975a1 1 0 0 1-.767.357"/></svg>
React
import type { SVGProps } from "react";
export function UimFacebookMessengerAlt(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.175a.8.8 0 0 1 .27.57l.055 1.779a.8.8 0 0 0 1.122.708l1.984-.875a.8.8 0 0 1 .534-.04A11 11 0 0 0 12 21.4A9.705 9.705 0 1 0 12 2" opacity=".5"/><path fill="currentColor" d="M6.499 14.772a1 1 0 0 1-.765-1.642l3.052-3.636a.996.996 0 0 1 1.29-.21l3.346 2.056l2.312-2.755a1 1 0 1 1 1.532 1.285l-2.867 3.416a1 1 0 0 1-1.289.21L9.764 11.44l-2.498 2.975a1 1 0 0 1-.767.357"/></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.175a.8.8 0 0 1 .27.57l.055 1.779a.8.8 0 0 0 1.122.708l1.984-.875a.8.8 0 0 1 .534-.04A11 11 0 0 0 12 21.4A9.705 9.705 0 1 0 12 2" opacity=".5"/><path fill="currentColor" d="M6.499 14.772a1 1 0 0 1-.765-1.642l3.052-3.636a.996.996 0 0 1 1.29-.21l3.346 2.056l2.312-2.755a1 1 0 1 1 1.532 1.285l-2.867 3.416a1 1 0 0 1-1.289.21L9.764 11.44l-2.498 2.975a1 1 0 0 1-.767.357"/></svg> </template>
CSS
.icon-facebook-messenger-alt {
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.175a.8.8%200%200%201%20.27.57l.055%201.779a.8.8%200%200%200%201.122.708l1.984-.875a.8.8%200%200%201%20.534-.04A11%2011%200%200%200%2012%2021.4A9.705%209.705%200%201%200%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.499%2014.772a1%201%200%200%201-.765-1.642l3.052-3.636a.996.996%200%200%201%201.29-.21l3.346%202.056l2.312-2.755a1%201%200%201%201%201.532%201.285l-2.867%203.416a1%201%200%200%201-1.289.21L9.764%2011.44l-2.498%202.975a1%201%200%200%201-.767.357%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.175a.8.8%200%200%201%20.27.57l.055%201.779a.8.8%200%200%200%201.122.708l1.984-.875a.8.8%200%200%201%20.534-.04A11%2011%200%200%200%2012%2021.4A9.705%209.705%200%201%200%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.499%2014.772a1%201%200%200%201-.765-1.642l3.052-3.636a.996.996%200%200%201%201.29-.21l3.346%202.056l2.312-2.755a1%201%200%201%201%201.532%201.285l-2.867%203.416a1%201%200%200%201-1.289.21L9.764%2011.44l-2.498%202.975a1%201%200%200%201-.767.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/facebook-messenger-alt.svg?color=%231a73e8&size=48