wechat-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
wechat-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the wechat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 8h.002M12 8h.002m1.618 6h.002M17 14h.002m-7.241 1.663a4 4 0 0 1-.136-1.034c0-2.618 2.546-4.74 5.688-4.74c.584 0 1.149.074 1.68.21c2.32.597 4.007 2.4 4.007 4.53c0 1.526-.866 2.885-2.212 3.751c-.43.278-.316 1.304-.316 1.62c-1.264 0-1.58-.81-1.896-.75a7 7 0 0 1-1.264.118c-2.714 0-4.984-1.585-5.551-3.705m7.232-5.564Q17 9.967 17 9.833C17 6.612 13.866 4 10 4S3 6.612 3 9.833c0 1.88 1.066 3.551 2.722 4.618c.53.342.39 1.605.39 1.993c1.555 0 1.944-.995 2.332-.922q.64.121 1.317.141"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWechatLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8 8h.002M12 8h.002m1.618 6h.002M17 14h.002m-7.241 1.663a4 4 0 0 1-.136-1.034c0-2.618 2.546-4.74 5.688-4.74c.584 0 1.149.074 1.68.21c2.32.597 4.007 2.4 4.007 4.53c0 1.526-.866 2.885-2.212 3.751c-.43.278-.316 1.304-.316 1.62c-1.264 0-1.58-.81-1.896-.75a7 7 0 0 1-1.264.118c-2.714 0-4.984-1.585-5.551-3.705m7.232-5.564Q17 9.967 17 9.833C17 6.612 13.866 4 10 4S3 6.612 3 9.833c0 1.88 1.066 3.551 2.722 4.618c.53.342.39 1.605.39 1.993c1.555 0 1.944-.995 2.332-.922q.64.121 1.317.141"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 8h.002M12 8h.002m1.618 6h.002M17 14h.002m-7.241 1.663a4 4 0 0 1-.136-1.034c0-2.618 2.546-4.74 5.688-4.74c.584 0 1.149.074 1.68.21c2.32.597 4.007 2.4 4.007 4.53c0 1.526-.866 2.885-2.212 3.751c-.43.278-.316 1.304-.316 1.62c-1.264 0-1.58-.81-1.896-.75a7 7 0 0 1-1.264.118c-2.714 0-4.984-1.585-5.551-3.705m7.232-5.564Q17 9.967 17 9.833C17 6.612 13.866 4 10 4S3 6.612 3 9.833c0 1.88 1.066 3.551 2.722 4.618c.53.342.39 1.605.39 1.993c1.555 0 1.944-.995 2.332-.922q.64.121 1.317.141"/></svg>
</template>

CSS

.icon-wechat-line {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%208h.002M12%208h.002m1.618%206h.002M17%2014h.002m-7.241%201.663a4%204%200%200%201-.136-1.034c0-2.618%202.546-4.74%205.688-4.74c.584%200%201.149.074%201.68.21c2.32.597%204.007%202.4%204.007%204.53c0%201.526-.866%202.885-2.212%203.751c-.43.278-.316%201.304-.316%201.62c-1.264%200-1.58-.81-1.896-.75a7%207%200%200%201-1.264.118c-2.714%200-4.984-1.585-5.551-3.705m7.232-5.564Q17%209.967%2017%209.833C17%206.612%2013.866%204%2010%204S3%206.612%203%209.833c0%201.88%201.066%203.551%202.722%204.618c.53.342.39%201.605.39%201.993c1.555%200%201.944-.995%202.332-.922q.64.121%201.317.141%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%208h.002M12%208h.002m1.618%206h.002M17%2014h.002m-7.241%201.663a4%204%200%200%201-.136-1.034c0-2.618%202.546-4.74%205.688-4.74c.584%200%201.149.074%201.68.21c2.32.597%204.007%202.4%204.007%204.53c0%201.526-.866%202.885-2.212%203.751c-.43.278-.316%201.304-.316%201.62c-1.264%200-1.58-.81-1.896-.75a7%207%200%200%201-1.264.118c-2.714%200-4.984-1.585-5.551-3.705m7.232-5.564Q17%209.967%2017%209.833C17%206.612%2013.866%204%2010%204S3%206.612%203%209.833c0%201.88%201.066%203.551%202.722%204.618c.53.342.39%201.605.39%201.993c1.555%200%201.944-.995%202.332-.922q.64.121%201.317.141%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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