wechat-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
wechat-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
wechat, wechat-fill, wechat-outline

1 other variant in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the wechat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M690.1 377.4c5.9 0 11.8.2 17.6.5c-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9c-5.5 20.3-14.2 52.8-14.6 54.3c-.7 2.6-1.7 5.2-1.7 7.9c0 5.9 4.8 10.8 10.8 10.8c2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5c3.2 0 6.4.5 9.5 1.4c33.1 9.5 68.8 14.8 105.7 14.8c6 0 11.9-.1 17.8-.4c-7.1-21-10.9-43.1-10.9-66c0-135.8 132.2-245.8 295.3-245.8m-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1m-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1s43.2 19.3 43.2 43.1s-19.4 43.1-43.2 43.1m586.8 415.6c56.9-41.2 93.2-102 93.2-169.7c0-124-120.8-224.5-269.9-224.5c-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3c2.6-.8 5.2-1.2 7.9-1.2c5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6a9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6c-.3-1.2-7.6-28.3-12.2-45.3c-.5-1.9-.9-3.8-.9-5.7c.1-5.9 3.1-11.2 7.6-14.5M600.2 587.2c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9s-16.2 35.9-36 35.9m179.9 0c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignWechatFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M690.1 377.4c5.9 0 11.8.2 17.6.5c-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9c-5.5 20.3-14.2 52.8-14.6 54.3c-.7 2.6-1.7 5.2-1.7 7.9c0 5.9 4.8 10.8 10.8 10.8c2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5c3.2 0 6.4.5 9.5 1.4c33.1 9.5 68.8 14.8 105.7 14.8c6 0 11.9-.1 17.8-.4c-7.1-21-10.9-43.1-10.9-66c0-135.8 132.2-245.8 295.3-245.8m-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1m-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1s43.2 19.3 43.2 43.1s-19.4 43.1-43.2 43.1m586.8 415.6c56.9-41.2 93.2-102 93.2-169.7c0-124-120.8-224.5-269.9-224.5c-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3c2.6-.8 5.2-1.2 7.9-1.2c5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6a9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6c-.3-1.2-7.6-28.3-12.2-45.3c-.5-1.9-.9-3.8-.9-5.7c.1-5.9 3.1-11.2 7.6-14.5M600.2 587.2c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9s-16.2 35.9-36 35.9m179.9 0c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M690.1 377.4c5.9 0 11.8.2 17.6.5c-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9c-5.5 20.3-14.2 52.8-14.6 54.3c-.7 2.6-1.7 5.2-1.7 7.9c0 5.9 4.8 10.8 10.8 10.8c2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5c3.2 0 6.4.5 9.5 1.4c33.1 9.5 68.8 14.8 105.7 14.8c6 0 11.9-.1 17.8-.4c-7.1-21-10.9-43.1-10.9-66c0-135.8 132.2-245.8 295.3-245.8m-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1m-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1s43.2 19.3 43.2 43.1s-19.4 43.1-43.2 43.1m586.8 415.6c56.9-41.2 93.2-102 93.2-169.7c0-124-120.8-224.5-269.9-224.5c-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3c2.6-.8 5.2-1.2 7.9-1.2c5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6a9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6c-.3-1.2-7.6-28.3-12.2-45.3c-.5-1.9-.9-3.8-.9-5.7c.1-5.9 3.1-11.2 7.6-14.5M600.2 587.2c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9s-16.2 35.9-36 35.9m179.9 0c-19.9 0-36-16.1-36-35.9s16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9"/></svg>
</template>

CSS

.icon-wechat-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M690.1%20377.4c5.9%200%2011.8.2%2017.6.5c-24.4-128.7-158.3-227.1-319.9-227.1C209%20150.8%2064%20271.4%2064%20420.2c0%2081.1%2043.6%20154.2%20111.9%20203.6a21.5%2021.5%200%200%201%209.1%2017.6c0%202.4-.5%204.6-1.1%206.9c-5.5%2020.3-14.2%2052.8-14.6%2054.3c-.7%202.6-1.7%205.2-1.7%207.9c0%205.9%204.8%2010.8%2010.8%2010.8c2.3%200%204.2-.9%206.2-2l70.9-40.9c5.3-3.1%2011-5%2017.2-5c3.2%200%206.4.5%209.5%201.4c33.1%209.5%2068.8%2014.8%20105.7%2014.8c6%200%2011.9-.1%2017.8-.4c-7.1-21-10.9-43.1-10.9-66c0-135.8%20132.2-245.8%20295.3-245.8m-194.3-86.5c23.8%200%2043.2%2019.3%2043.2%2043.1s-19.3%2043.1-43.2%2043.1c-23.8%200-43.2-19.3-43.2-43.1s19.4-43.1%2043.2-43.1m-215.9%2086.2c-23.8%200-43.2-19.3-43.2-43.1s19.3-43.1%2043.2-43.1s43.2%2019.3%2043.2%2043.1s-19.4%2043.1-43.2%2043.1m586.8%20415.6c56.9-41.2%2093.2-102%2093.2-169.7c0-124-120.8-224.5-269.9-224.5c-149%200-269.9%20100.5-269.9%20224.5S540.9%20847.5%20690%20847.5c30.8%200%2060.6-4.4%2088.1-12.3c2.6-.8%205.2-1.2%207.9-1.2c5.2%200%209.9%201.6%2014.3%204.1l59.1%2034c1.7%201%203.3%201.7%205.2%201.7a9%209%200%200%200%206.4-2.6a9%209%200%200%200%202.6-6.4c0-2.2-.9-4.4-1.4-6.6c-.3-1.2-7.6-28.3-12.2-45.3c-.5-1.9-.9-3.8-.9-5.7c.1-5.9%203.1-11.2%207.6-14.5M600.2%20587.2c-19.9%200-36-16.1-36-35.9s16.1-35.9%2036-35.9s36%2016.1%2036%2035.9s-16.2%2035.9-36%2035.9m179.9%200c-19.9%200-36-16.1-36-35.9s16.1-35.9%2036-35.9s36%2016.1%2036%2035.9a36.08%2036.08%200%200%201-36%2035.9%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M690.1%20377.4c5.9%200%2011.8.2%2017.6.5c-24.4-128.7-158.3-227.1-319.9-227.1C209%20150.8%2064%20271.4%2064%20420.2c0%2081.1%2043.6%20154.2%20111.9%20203.6a21.5%2021.5%200%200%201%209.1%2017.6c0%202.4-.5%204.6-1.1%206.9c-5.5%2020.3-14.2%2052.8-14.6%2054.3c-.7%202.6-1.7%205.2-1.7%207.9c0%205.9%204.8%2010.8%2010.8%2010.8c2.3%200%204.2-.9%206.2-2l70.9-40.9c5.3-3.1%2011-5%2017.2-5c3.2%200%206.4.5%209.5%201.4c33.1%209.5%2068.8%2014.8%20105.7%2014.8c6%200%2011.9-.1%2017.8-.4c-7.1-21-10.9-43.1-10.9-66c0-135.8%20132.2-245.8%20295.3-245.8m-194.3-86.5c23.8%200%2043.2%2019.3%2043.2%2043.1s-19.3%2043.1-43.2%2043.1c-23.8%200-43.2-19.3-43.2-43.1s19.4-43.1%2043.2-43.1m-215.9%2086.2c-23.8%200-43.2-19.3-43.2-43.1s19.3-43.1%2043.2-43.1s43.2%2019.3%2043.2%2043.1s-19.4%2043.1-43.2%2043.1m586.8%20415.6c56.9-41.2%2093.2-102%2093.2-169.7c0-124-120.8-224.5-269.9-224.5c-149%200-269.9%20100.5-269.9%20224.5S540.9%20847.5%20690%20847.5c30.8%200%2060.6-4.4%2088.1-12.3c2.6-.8%205.2-1.2%207.9-1.2c5.2%200%209.9%201.6%2014.3%204.1l59.1%2034c1.7%201%203.3%201.7%205.2%201.7a9%209%200%200%200%206.4-2.6a9%209%200%200%200%202.6-6.4c0-2.2-.9-4.4-1.4-6.6c-.3-1.2-7.6-28.3-12.2-45.3c-.5-1.9-.9-3.8-.9-5.7c.1-5.9%203.1-11.2%207.6-14.5M600.2%20587.2c-19.9%200-36-16.1-36-35.9s16.1-35.9%2036-35.9s36%2016.1%2036%2035.9s-16.2%2035.9-36%2035.9m179.9%200c-19.9%200-36-16.1-36-35.9s16.1-35.9%2036-35.9s36%2016.1%2036%2035.9a36.08%2036.08%200%200%201-36%2035.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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