wechat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wechat
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the wechat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.375 7H7.25m.25 0A.25.25 0 1 1 7 7a.25.25 0 0 1 .5 0m5.375 0h-.125M13 7a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.875 8h-.125m4.625 0h-.125M14 15a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.5 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10 16c0 2.761 2.686 5 6 5c.907 0 1.767-.168 2.538-.468c.189-.073.393-.1.592-.063L22 21l-.652-2.03a1.13 1.13 0 0 1 .11-.89A4.3 4.3 0 0 0 22 16c0-2.761-2.686-5-6-5s-6 2.239-6 5Z"/><path d="M17.873 11.249Q18 10.639 18 10c0-3.866-3.582-7-8-7s-8 3.134-8 7c0 1.112.297 2.164.824 3.098c.147.26.196.567.108.853L2 17l3.914-.76c.208-.041.422-.013.617.07a9 9 0 0 0 3.589.69"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWechat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M7.375 7H7.25m.25 0A.25.25 0 1 1 7 7a.25.25 0 0 1 .5 0m5.375 0h-.125M13 7a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.875 8h-.125m4.625 0h-.125M14 15a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.5 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10 16c0 2.761 2.686 5 6 5c.907 0 1.767-.168 2.538-.468c.189-.073.393-.1.592-.063L22 21l-.652-2.03a1.13 1.13 0 0 1 .11-.89A4.3 4.3 0 0 0 22 16c0-2.761-2.686-5-6-5s-6 2.239-6 5Z"/><path d="M17.873 11.249Q18 10.639 18 10c0-3.866-3.582-7-8-7s-8 3.134-8 7c0 1.112.297 2.164.824 3.098c.147.26.196.567.108.853L2 17l3.914-.76c.208-.041.422-.013.617.07a9 9 0 0 0 3.589.69"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.375 7H7.25m.25 0A.25.25 0 1 1 7 7a.25.25 0 0 1 .5 0m5.375 0h-.125M13 7a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.875 8h-.125m4.625 0h-.125M14 15a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.5 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10 16c0 2.761 2.686 5 6 5c.907 0 1.767-.168 2.538-.468c.189-.073.393-.1.592-.063L22 21l-.652-2.03a1.13 1.13 0 0 1 .11-.89A4.3 4.3 0 0 0 22 16c0-2.761-2.686-5-6-5s-6 2.239-6 5Z"/><path d="M17.873 11.249Q18 10.639 18 10c0-3.866-3.582-7-8-7s-8 3.134-8 7c0 1.112.297 2.164.824 3.098c.147.26.196.567.108.853L2 17l3.914-.76c.208-.041.422-.013.617.07a9 9 0 0 0 3.589.69"/></g></svg>
</template>

CSS

.icon-wechat {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.375%207H7.25m.25%200A.25.25%200%201%201%207%207a.25.25%200%200%201%20.5%200m5.375%200h-.125M13%207a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m.875%208h-.125m4.625%200h-.125M14%2015a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.5%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M10%2016c0%202.761%202.686%205%206%205c.907%200%201.767-.168%202.538-.468c.189-.073.393-.1.592-.063L22%2021l-.652-2.03a1.13%201.13%200%200%201%20.11-.89A4.3%204.3%200%200%200%2022%2016c0-2.761-2.686-5-6-5s-6%202.239-6%205Z%22%2F%3E%3Cpath%20d%3D%22M17.873%2011.249Q18%2010.639%2018%2010c0-3.866-3.582-7-8-7s-8%203.134-8%207c0%201.112.297%202.164.824%203.098c.147.26.196.567.108.853L2%2017l3.914-.76c.208-.041.422-.013.617.07a9%209%200%200%200%203.589.69%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.375%207H7.25m.25%200A.25.25%200%201%201%207%207a.25.25%200%200%201%20.5%200m5.375%200h-.125M13%207a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m.875%208h-.125m4.625%200h-.125M14%2015a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.5%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M10%2016c0%202.761%202.686%205%206%205c.907%200%201.767-.168%202.538-.468c.189-.073.393-.1.592-.063L22%2021l-.652-2.03a1.13%201.13%200%200%201%20.11-.89A4.3%204.3%200%200%200%2022%2016c0-2.761-2.686-5-6-5s-6%202.239-6%205Z%22%2F%3E%3Cpath%20d%3D%22M17.873%2011.249Q18%2010.639%2018%2010c0-3.866-3.582-7-8-7s-8%203.134-8%207c0%201.112.297%202.164.824%203.098c.147.26.196.567.108.853L2%2017l3.914-.76c.208-.041.422-.013.617.07a9%209%200%200%200%203.589.69%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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