messenger logo icon
messenger-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- messenger-logo-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the messenger logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.24 107.76a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48 0L112 120.49l-27.76 27.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0L144 135.51l27.76-27.75a6 6 0 0 1 8.48 0M230 128a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 128"/></svg>
React
import type { SVGProps } from "react";
export function PhMessengerLogoLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.24 107.76a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48 0L112 120.49l-27.76 27.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0L144 135.51l27.76-27.75a6 6 0 0 1 8.48 0M230 128a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.24 107.76a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48 0L112 120.49l-27.76 27.75a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0L144 135.51l27.76-27.75a6 6 0 0 1 8.48 0M230 128a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 128"/></svg> </template>
CSS
.icon-messenger-logo-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.24%20107.76a6%206%200%200%201%200%208.48l-32%2032a6%206%200%200%201-8.48%200L112%20120.49l-27.76%2027.75a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200L144%20135.51l27.76-27.75a6%206%200%200%201%208.48%200M230%20128a102%20102%200%200%201-150.69%2089.65l-34.87%2011.62a14%2014%200%200%201-17.71-17.71l11.62-34.87A102%20102%200%201%201%20230%20128m-12%200a90%2090%200%201%200-167.92%2045.06a6%206%200%200%201%20.5%204.91l-12.46%2037.38a2%202%200%200%200%202.53%202.53L78%20205.42a6.2%206.2%200%200%201%201.9-.31a6.1%206.1%200%200%201%203%20.81A90%2090%200%200%200%20218%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.24%20107.76a6%206%200%200%201%200%208.48l-32%2032a6%206%200%200%201-8.48%200L112%20120.49l-27.76%2027.75a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200L144%20135.51l27.76-27.75a6%206%200%200%201%208.48%200M230%20128a102%20102%200%200%201-150.69%2089.65l-34.87%2011.62a14%2014%200%200%201-17.71-17.71l11.62-34.87A102%20102%200%201%201%20230%20128m-12%200a90%2090%200%201%200-167.92%2045.06a6%206%200%200%201%20.5%204.91l-12.46%2037.38a2%202%200%200%200%202.53%202.53L78%20205.42a6.2%206.2%200%200%201%201.9-.31a6.1%206.1%200%200%201%203%20.81A90%2090%200%200%200%20218%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/messenger-logo-light.svg?color=%231a73e8&size=48