wechat logo icon

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

Name
wechat-logo
Set
Phosphor
Style
Regular
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="M144 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m51.34 83.47a16 16 0 0 1-19.87 19.87l-24.71-7.27a80 80 0 0 1-108.33-40.65a79 79 0 0 1-25.19-7.35l-24.71 7.27a16 16 0 0 1-19.87-19.87l7.27-24.71a80 80 0 1 1 145.65-66.17a80 80 0 0 1 62.49 114.17ZM81.3 166.3a79.94 79.94 0 0 1 70.38-93.87a64 64 0 0 0-112.13 61.76a8 8 0 0 1 .63 6L32 168l27.76-8.17a8 8 0 0 1 6 .63a63.5 63.5 0 0 0 15.54 5.84m135.15 15.89a64 64 0 1 0-26.26 26.26a8 8 0 0 1 6-.63L224 216l-8.17-27.76a8 8 0 0 1 .62-6.05"/></svg>

React

import type { SVGProps } from "react";

export function PhWechatLogo(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="M144 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m51.34 83.47a16 16 0 0 1-19.87 19.87l-24.71-7.27a80 80 0 0 1-108.33-40.65a79 79 0 0 1-25.19-7.35l-24.71 7.27a16 16 0 0 1-19.87-19.87l7.27-24.71a80 80 0 1 1 145.65-66.17a80 80 0 0 1 62.49 114.17ZM81.3 166.3a79.94 79.94 0 0 1 70.38-93.87a64 64 0 0 0-112.13 61.76a8 8 0 0 1 .63 6L32 168l27.76-8.17a8 8 0 0 1 6 .63a63.5 63.5 0 0 0 15.54 5.84m135.15 15.89a64 64 0 1 0-26.26 26.26a8 8 0 0 1 6-.63L224 216l-8.17-27.76a8 8 0 0 1 .62-6.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m51.34 83.47a16 16 0 0 1-19.87 19.87l-24.71-7.27a80 80 0 0 1-108.33-40.65a79 79 0 0 1-25.19-7.35l-24.71 7.27a16 16 0 0 1-19.87-19.87l7.27-24.71a80 80 0 1 1 145.65-66.17a80 80 0 0 1 62.49 114.17ZM81.3 166.3a79.94 79.94 0 0 1 70.38-93.87a64 64 0 0 0-112.13 61.76a8 8 0 0 1 .63 6L32 168l27.76-8.17a8 8 0 0 1 6 .63a63.5 63.5 0 0 0 15.54 5.84m135.15 15.89a64 64 0 1 0-26.26 26.26a8 8 0 0 1 6-.63L224 216l-8.17-27.76a8 8 0 0 1 .62-6.05"/></svg>
</template>

CSS

.icon-wechat-logo {
  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%22M144%20140a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m51.34%2083.47a16%2016%200%200%201-19.87%2019.87l-24.71-7.27a80%2080%200%200%201-108.33-40.65a79%2079%200%200%201-25.19-7.35l-24.71%207.27a16%2016%200%200%201-19.87-19.87l7.27-24.71a80%2080%200%201%201%20145.65-66.17a80%2080%200%200%201%2062.49%20114.17ZM81.3%20166.3a79.94%2079.94%200%200%201%2070.38-93.87a64%2064%200%200%200-112.13%2061.76a8%208%200%200%201%20.63%206L32%20168l27.76-8.17a8%208%200%200%201%206%20.63a63.5%2063.5%200%200%200%2015.54%205.84m135.15%2015.89a64%2064%200%201%200-26.26%2026.26a8%208%200%200%201%206-.63L224%20216l-8.17-27.76a8%208%200%200%201%20.62-6.05%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%22M144%20140a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m51.34%2083.47a16%2016%200%200%201-19.87%2019.87l-24.71-7.27a80%2080%200%200%201-108.33-40.65a79%2079%200%200%201-25.19-7.35l-24.71%207.27a16%2016%200%200%201-19.87-19.87l7.27-24.71a80%2080%200%201%201%20145.65-66.17a80%2080%200%200%201%2062.49%20114.17ZM81.3%20166.3a79.94%2079.94%200%200%201%2070.38-93.87a64%2064%200%200%200-112.13%2061.76a8%208%200%200%201%20.63%206L32%20168l27.76-8.17a8%208%200%200%201%206%20.63a63.5%2063.5%200%200%200%2015.54%205.84m135.15%2015.89a64%2064%200%201%200-26.26%2026.26a8%208%200%200%201%206-.63L224%20216l-8.17-27.76a8%208%200%200%201%20.62-6.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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