wechat logo icon

wechat-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
wechat-logo-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the wechat logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m59.18 82.35a20 20 0 0 1-24.83 24.83l-23.26-6.84a84 84 0 0 1-111.37-41.23a83.2 83.2 0 0 1-22.82-6.77l-23.25 6.84A20.2 20.2 0 0 1 32 188a20 20 0 0 1-19.19-25.64l6.84-23.26a84 84 0 0 1 152.68-70.19a84 84 0 0 1 64 118.18Zm-166.72-49.6A83.94 83.94 0 0 1 145 69.37A60 60 0 0 0 43.08 132.3a12 12 0 0 1 .93 9.06l-6.09 20.72L58.64 156a12 12 0 0 1 9.06.93a60 60 0 0 0 8.76 3.82M220 152a60 60 0 1 0-31.7 52.92a12 12 0 0 1 9.06-.93l20.72 6.09l-6.08-20.72a12 12 0 0 1 .93-9.06A60.1 60.1 0 0 0 220 152"/></svg>

React

import type { SVGProps } from "react";

export function PhWechatLogoBold(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="M152 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m59.18 82.35a20 20 0 0 1-24.83 24.83l-23.26-6.84a84 84 0 0 1-111.37-41.23a83.2 83.2 0 0 1-22.82-6.77l-23.25 6.84A20.2 20.2 0 0 1 32 188a20 20 0 0 1-19.19-25.64l6.84-23.26a84 84 0 0 1 152.68-70.19a84 84 0 0 1 64 118.18Zm-166.72-49.6A83.94 83.94 0 0 1 145 69.37A60 60 0 0 0 43.08 132.3a12 12 0 0 1 .93 9.06l-6.09 20.72L58.64 156a12 12 0 0 1 9.06.93a60 60 0 0 0 8.76 3.82M220 152a60 60 0 1 0-31.7 52.92a12 12 0 0 1 9.06-.93l20.72 6.09l-6.08-20.72a12 12 0 0 1 .93-9.06A60.1 60.1 0 0 0 220 152"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m59.18 82.35a20 20 0 0 1-24.83 24.83l-23.26-6.84a84 84 0 0 1-111.37-41.23a83.2 83.2 0 0 1-22.82-6.77l-23.25 6.84A20.2 20.2 0 0 1 32 188a20 20 0 0 1-19.19-25.64l6.84-23.26a84 84 0 0 1 152.68-70.19a84 84 0 0 1 64 118.18Zm-166.72-49.6A83.94 83.94 0 0 1 145 69.37A60 60 0 0 0 43.08 132.3a12 12 0 0 1 .93 9.06l-6.09 20.72L58.64 156a12 12 0 0 1 9.06.93a60 60 0 0 0 8.76 3.82M220 152a60 60 0 1 0-31.7 52.92a12 12 0 0 1 9.06-.93l20.72 6.09l-6.08-20.72a12 12 0 0 1 .93-9.06A60.1 60.1 0 0 0 220 152"/></svg>
</template>

CSS

.icon-wechat-logo-bold {
  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%22M152%20144a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m59.18%2082.35a20%2020%200%200%201-24.83%2024.83l-23.26-6.84a84%2084%200%200%201-111.37-41.23a83.2%2083.2%200%200%201-22.82-6.77l-23.25%206.84A20.2%2020.2%200%200%201%2032%20188a20%2020%200%200%201-19.19-25.64l6.84-23.26a84%2084%200%200%201%20152.68-70.19a84%2084%200%200%201%2064%20118.18Zm-166.72-49.6A83.94%2083.94%200%200%201%20145%2069.37A60%2060%200%200%200%2043.08%20132.3a12%2012%200%200%201%20.93%209.06l-6.09%2020.72L58.64%20156a12%2012%200%200%201%209.06.93a60%2060%200%200%200%208.76%203.82M220%20152a60%2060%200%201%200-31.7%2052.92a12%2012%200%200%201%209.06-.93l20.72%206.09l-6.08-20.72a12%2012%200%200%201%20.93-9.06A60.1%2060.1%200%200%200%20220%20152%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%22M152%20144a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m59.18%2082.35a20%2020%200%200%201-24.83%2024.83l-23.26-6.84a84%2084%200%200%201-111.37-41.23a83.2%2083.2%200%200%201-22.82-6.77l-23.25%206.84A20.2%2020.2%200%200%201%2032%20188a20%2020%200%200%201-19.19-25.64l6.84-23.26a84%2084%200%200%201%20152.68-70.19a84%2084%200%200%201%2064%20118.18Zm-166.72-49.6A83.94%2083.94%200%200%201%20145%2069.37A60%2060%200%200%200%2043.08%20132.3a12%2012%200%200%201%20.93%209.06l-6.09%2020.72L58.64%20156a12%2012%200%200%201%209.06.93a60%2060%200%200%200%208.76%203.82M220%20152a60%2060%200%201%200-31.7%2052.92a12%2012%200%200%201%209.06-.93l20.72%206.09l-6.08-20.72a12%2012%200%200%201%20.93-9.06A60.1%2060.1%200%200%200%20220%20152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wechat-logo-bold.svg?color=%231a73e8&size=48