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

Name
wechat-fill
Set
MingCute Icon
Style
Fill
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="currentColor" d="M16 10c3.154 0 6 2.186 6 5.213c0 1.696-.92 3.153-2.26 4.08c-.043.265-.008.532-.008.799a.903.903 0 0 1-.897.908c-.68 0-1.31-.224-1.843-.645a7 7 0 0 1-.992.07c-3.154 0-6-2.185-6-5.212S12.846 10 16 10M9.5 3c3.777 0 7.146 2.536 7.472 6.063A8 8 0 0 0 16 9c-3.533 0-7 2.473-7 6.209q.002.531.09 1.025a9 9 0 0 1-.926-.092c-.67.549-1.443.858-2.31.858c-.517 0-.937-.434-.937-.969c0-.393.069-.8-.033-1.184C3.17 13.665 2 11.793 2 9.623C2 5.807 5.525 3 9.5 3M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2M7 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWechatFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 10c3.154 0 6 2.186 6 5.213c0 1.696-.92 3.153-2.26 4.08c-.043.265-.008.532-.008.799a.903.903 0 0 1-.897.908c-.68 0-1.31-.224-1.843-.645a7 7 0 0 1-.992.07c-3.154 0-6-2.185-6-5.212S12.846 10 16 10M9.5 3c3.777 0 7.146 2.536 7.472 6.063A8 8 0 0 0 16 9c-3.533 0-7 2.473-7 6.209q.002.531.09 1.025a9 9 0 0 1-.926-.092c-.67.549-1.443.858-2.31.858c-.517 0-.937-.434-.937-.969c0-.393.069-.8-.033-1.184C3.17 13.665 2 11.793 2 9.623C2 5.807 5.525 3 9.5 3M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2M7 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 10c3.154 0 6 2.186 6 5.213c0 1.696-.92 3.153-2.26 4.08c-.043.265-.008.532-.008.799a.903.903 0 0 1-.897.908c-.68 0-1.31-.224-1.843-.645a7 7 0 0 1-.992.07c-3.154 0-6-2.185-6-5.212S12.846 10 16 10M9.5 3c3.777 0 7.146 2.536 7.472 6.063A8 8 0 0 0 16 9c-3.533 0-7 2.473-7 6.209q.002.531.09 1.025a9 9 0 0 1-.926-.092c-.67.549-1.443.858-2.31.858c-.517 0-.937-.434-.937-.969c0-.393.069-.8-.033-1.184C3.17 13.665 2 11.793 2 9.623C2 5.807 5.525 3 9.5 3M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2M7 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-wechat-fill {
  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%22currentColor%22%20d%3D%22M16%2010c3.154%200%206%202.186%206%205.213c0%201.696-.92%203.153-2.26%204.08c-.043.265-.008.532-.008.799a.903.903%200%200%201-.897.908c-.68%200-1.31-.224-1.843-.645a7%207%200%200%201-.992.07c-3.154%200-6-2.185-6-5.212S12.846%2010%2016%2010M9.5%203c3.777%200%207.146%202.536%207.472%206.063A8%208%200%200%200%2016%209c-3.533%200-7%202.473-7%206.209q.002.531.09%201.025a9%209%200%200%201-.926-.092c-.67.549-1.443.858-2.31.858c-.517%200-.937-.434-.937-.969c0-.393.069-.8-.033-1.184C3.17%2013.665%202%2011.793%202%209.623C2%205.807%205.525%203%209.5%203M14%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2M7%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22currentColor%22%20d%3D%22M16%2010c3.154%200%206%202.186%206%205.213c0%201.696-.92%203.153-2.26%204.08c-.043.265-.008.532-.008.799a.903.903%200%200%201-.897.908c-.68%200-1.31-.224-1.843-.645a7%207%200%200%201-.992.07c-3.154%200-6-2.185-6-5.212S12.846%2010%2016%2010M9.5%203c3.777%200%207.146%202.536%207.472%206.063A8%208%200%200%200%2016%209c-3.533%200-7%202.473-7%206.209q.002.531.09%201.025a9%209%200%200%201-.926-.092c-.67.549-1.443.858-2.31.858c-.517%200-.937-.434-.937-.969c0-.393.069-.8-.033-1.184C3.17%2013.665%202%2011.793%202%209.623C2%205.807%205.525%203%209.5%203M14%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2M7%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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