facebook messenger alt icon
facebook-messenger-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- facebook-messenger-alt
- 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 alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.991 1a10.614 10.614 0 0 0-11 10.7a10.46 10.46 0 0 0 3.414 7.866l.052 1.69A1.8 1.8 0 0 0 6.256 23a1.8 1.8 0 0 0 .726-.152L8.903 22a12 12 0 0 0 3.088.4a10.615 10.615 0 0 0 11.001-10.7a10.615 10.615 0 0 0-11-10.7m0 19.4a10 10 0 0 1-2.635-.35a1.8 1.8 0 0 0-1.196.092l-1.714.756l-.045-1.493A1.8 1.8 0 0 0 5.8 18.13a8.5 8.5 0 0 1-2.81-6.43a8.66 8.66 0 0 1 9-8.7a8.705 8.705 0 1 1 0 17.4m3.735-11.815l-2.313 2.755l-3.347-2.056a1 1 0 0 0-1.289.21l-3.05 3.636a1 1 0 1 0 1.53 1.285l2.499-2.975l3.347 2.056a1 1 0 0 0 1.289-.21l2.866-3.415a1 1 0 1 0-1.531-1.286"/></svg>
React
import type { SVGProps } from "react";
export function UilFacebookMessengerAlt(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.991 1a10.614 10.614 0 0 0-11 10.7a10.46 10.46 0 0 0 3.414 7.866l.052 1.69A1.8 1.8 0 0 0 6.256 23a1.8 1.8 0 0 0 .726-.152L8.903 22a12 12 0 0 0 3.088.4a10.615 10.615 0 0 0 11.001-10.7a10.615 10.615 0 0 0-11-10.7m0 19.4a10 10 0 0 1-2.635-.35a1.8 1.8 0 0 0-1.196.092l-1.714.756l-.045-1.493A1.8 1.8 0 0 0 5.8 18.13a8.5 8.5 0 0 1-2.81-6.43a8.66 8.66 0 0 1 9-8.7a8.705 8.705 0 1 1 0 17.4m3.735-11.815l-2.313 2.755l-3.347-2.056a1 1 0 0 0-1.289.21l-3.05 3.636a1 1 0 1 0 1.53 1.285l2.499-2.975l3.347 2.056a1 1 0 0 0 1.289-.21l2.866-3.415a1 1 0 1 0-1.531-1.286"/></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.991 1a10.614 10.614 0 0 0-11 10.7a10.46 10.46 0 0 0 3.414 7.866l.052 1.69A1.8 1.8 0 0 0 6.256 23a1.8 1.8 0 0 0 .726-.152L8.903 22a12 12 0 0 0 3.088.4a10.615 10.615 0 0 0 11.001-10.7a10.615 10.615 0 0 0-11-10.7m0 19.4a10 10 0 0 1-2.635-.35a1.8 1.8 0 0 0-1.196.092l-1.714.756l-.045-1.493A1.8 1.8 0 0 0 5.8 18.13a8.5 8.5 0 0 1-2.81-6.43a8.66 8.66 0 0 1 9-8.7a8.705 8.705 0 1 1 0 17.4m3.735-11.815l-2.313 2.755l-3.347-2.056a1 1 0 0 0-1.289.21l-3.05 3.636a1 1 0 1 0 1.53 1.285l2.499-2.975l3.347 2.056a1 1 0 0 0 1.289-.21l2.866-3.415a1 1 0 1 0-1.531-1.286"/></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%22M11.991%201a10.614%2010.614%200%200%200-11%2010.7a10.46%2010.46%200%200%200%203.414%207.866l.052%201.69A1.8%201.8%200%200%200%206.256%2023a1.8%201.8%200%200%200%20.726-.152L8.903%2022a12%2012%200%200%200%203.088.4a10.615%2010.615%200%200%200%2011.001-10.7a10.615%2010.615%200%200%200-11-10.7m0%2019.4a10%2010%200%200%201-2.635-.35a1.8%201.8%200%200%200-1.196.092l-1.714.756l-.045-1.493A1.8%201.8%200%200%200%205.8%2018.13a8.5%208.5%200%200%201-2.81-6.43a8.66%208.66%200%200%201%209-8.7a8.705%208.705%200%201%201%200%2017.4m3.735-11.815l-2.313%202.755l-3.347-2.056a1%201%200%200%200-1.289.21l-3.05%203.636a1%201%200%201%200%201.53%201.285l2.499-2.975l3.347%202.056a1%201%200%200%200%201.289-.21l2.866-3.415a1%201%200%201%200-1.531-1.286%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.991%201a10.614%2010.614%200%200%200-11%2010.7a10.46%2010.46%200%200%200%203.414%207.866l.052%201.69A1.8%201.8%200%200%200%206.256%2023a1.8%201.8%200%200%200%20.726-.152L8.903%2022a12%2012%200%200%200%203.088.4a10.615%2010.615%200%200%200%2011.001-10.7a10.615%2010.615%200%200%200-11-10.7m0%2019.4a10%2010%200%200%201-2.635-.35a1.8%201.8%200%200%200-1.196.092l-1.714.756l-.045-1.493A1.8%201.8%200%200%200%205.8%2018.13a8.5%208.5%200%200%201-2.81-6.43a8.66%208.66%200%200%201%209-8.7a8.705%208.705%200%201%201%200%2017.4m3.735-11.815l-2.313%202.755l-3.347-2.056a1%201%200%200%200-1.289.21l-3.05%203.636a1%201%200%201%200%201.53%201.285l2.499-2.975l3.347%202.056a1%201%200%200%200%201.289-.21l2.866-3.415a1%201%200%201%200-1.531-1.286%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/facebook-messenger-alt.svg?color=%231a73e8&size=48