messenger logo icon

messenger-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
messenger-logo-thin
Set
Phosphor
Style
Thin
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="M178.83 109.17a4 4 0 0 1 0 5.66l-32 32a4 4 0 0 1-5.66 0L112 117.66l-29.17 29.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0L144 138.34l29.17-29.17a4 4 0 0 1 5.66 0M228 128a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128"/></svg>

React

import type { SVGProps } from "react";

export function PhMessengerLogoThin(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="M178.83 109.17a4 4 0 0 1 0 5.66l-32 32a4 4 0 0 1-5.66 0L112 117.66l-29.17 29.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0L144 138.34l29.17-29.17a4 4 0 0 1 5.66 0M228 128a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 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="M178.83 109.17a4 4 0 0 1 0 5.66l-32 32a4 4 0 0 1-5.66 0L112 117.66l-29.17 29.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0L144 138.34l29.17-29.17a4 4 0 0 1 5.66 0M228 128a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128"/></svg>
</template>

CSS

.icon-messenger-logo-thin {
  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%22M178.83%20109.17a4%204%200%200%201%200%205.66l-32%2032a4%204%200%200%201-5.66%200L112%20117.66l-29.17%2029.17a4%204%200%200%201-5.66-5.66l32-32a4%204%200%200%201%205.66%200L144%20138.34l29.17-29.17a4%204%200%200%201%205.66%200M228%20128a100%20100%200%200%201-148.5%2087.47l-35.69%2011.9a12%2012%200%200%201-15.18-15.18l11.9-35.69A100%20100%200%201%201%20228%20128m-8%200a92%2092%200%201%200-171.65%2046.07a4%204%200%200%201%20.33%203.27l-12.46%2037.38a4%204%200%200%200%205.06%205.06l37.38-12.46a4%204%200%200%201%201.27-.21a4.05%204.05%200%200%201%202%20.54A92%2092%200%200%200%20220%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%22M178.83%20109.17a4%204%200%200%201%200%205.66l-32%2032a4%204%200%200%201-5.66%200L112%20117.66l-29.17%2029.17a4%204%200%200%201-5.66-5.66l32-32a4%204%200%200%201%205.66%200L144%20138.34l29.17-29.17a4%204%200%200%201%205.66%200M228%20128a100%20100%200%200%201-148.5%2087.47l-35.69%2011.9a12%2012%200%200%201-15.18-15.18l11.9-35.69A100%20100%200%201%201%20228%20128m-8%200a92%2092%200%201%200-171.65%2046.07a4%204%200%200%201%20.33%203.27l-12.46%2037.38a4%204%200%200%200%205.06%205.06l37.38-12.46a4%204%200%200%201%201.27-.21a4.05%204.05%200%200%201%202%20.54A92%2092%200%200%200%20220%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-thin.svg?color=%231a73e8&size=48