wechat-work-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
wechat-work-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

Use the wechat work icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M909.784 729.585a135.9 135.9 0 0 0-47.042 19.049a114.24 114.24 0 0 1-51.41 31.075c2.613-17.554 11.313-33.577 24.455-45.418a169.3 169.3 0 0 0 23.409-55.017c-.061-27.838 22.44-50.459 50.265-50.534c27.827-.076 50.45 22.423 50.539 50.26c.089 27.839-22.39 50.482-50.215 50.585zM817.568 608.83a168.8 168.8 0 0 0-54.808-23.68c-27.836 0-50.402-22.575-50.402-50.423s22.566-50.423 50.402-50.423s50.402 22.575 50.402 50.423a137.5 137.5 0 0 0 18.817 47.211a114.8 114.8 0 0 1 30.764 51.656a76.08 76.08 0 0 1-45.026-24.763h-.186zm-83.033-177.713C719.34 303.789 587.548 204.026 428.09 204.026c-169.874 0-308.088 113.097-308.088 252.19c2.72 78.1 43.941 149.778 110.063 191.385a311 311 0 0 0 33.602 21.588l-13.664 54.569c4.928 2.316 9.706 4.78 14.746 6.91l68.996-34.512c10.08 2.615 20.683 4.295 31.21 6.088c6.721 1.195 13.442 2.428 20.35 3.25a354.8 354.8 0 0 0 128.805-7.396a249 249 0 0 0 10.154 55.055a425.6 425.6 0 0 1-96.175 11.242a418 418 0 0 1-86.392-9.524l-125.186 62.526a27.62 27.62 0 0 1-29.98-3.137a28.02 28.02 0 0 1-9.67-28.611l22.401-90.239C117.176 643.186 66.463 553.506 64 456.216C64 285.973 227.004 148 428.09 148c190.93 0 347.29 124.527 362.521 282.818a245 245 0 0 0-26.47-2.614c-9.893.374-19.787 1.307-29.607 2.876zM618.237 629.934c16.764-3.362 32.706-9.786 47.042-19.049a114.24 114.24 0 0 1 51.447-31.001a76.47 76.47 0 0 1-24.491 45.344c-11.014 16.807-18.929 35.483-23.409 55.054c.041 27.833-22.468 50.435-50.29 50.497s-50.43-22.44-50.514-50.273c-.082-27.833 22.393-50.469 50.215-50.572m90.798 121.314c16.652 11.168 35.17 19.236 54.659 23.904c20.386 0 38.764 12.286 46.565 31.127s3.49 40.53-10.926 54.95a50.38 50.38 0 0 1-54.927 10.931c-18.834-7.804-31.114-26.19-31.114-46.585a136.7 136.7 0 0 0-18.668-47.285a114.7 114.7 0 0 1-30.54-51.805a76 76 0 0 1 44.951 25.062z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignWechatWorkOutlined(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" fillRule="evenodd" d="M909.784 729.585a135.9 135.9 0 0 0-47.042 19.049a114.24 114.24 0 0 1-51.41 31.075c2.613-17.554 11.313-33.577 24.455-45.418a169.3 169.3 0 0 0 23.409-55.017c-.061-27.838 22.44-50.459 50.265-50.534c27.827-.076 50.45 22.423 50.539 50.26c.089 27.839-22.39 50.482-50.215 50.585zM817.568 608.83a168.8 168.8 0 0 0-54.808-23.68c-27.836 0-50.402-22.575-50.402-50.423s22.566-50.423 50.402-50.423s50.402 22.575 50.402 50.423a137.5 137.5 0 0 0 18.817 47.211a114.8 114.8 0 0 1 30.764 51.656a76.08 76.08 0 0 1-45.026-24.763h-.186zm-83.033-177.713C719.34 303.789 587.548 204.026 428.09 204.026c-169.874 0-308.088 113.097-308.088 252.19c2.72 78.1 43.941 149.778 110.063 191.385a311 311 0 0 0 33.602 21.588l-13.664 54.569c4.928 2.316 9.706 4.78 14.746 6.91l68.996-34.512c10.08 2.615 20.683 4.295 31.21 6.088c6.721 1.195 13.442 2.428 20.35 3.25a354.8 354.8 0 0 0 128.805-7.396a249 249 0 0 0 10.154 55.055a425.6 425.6 0 0 1-96.175 11.242a418 418 0 0 1-86.392-9.524l-125.186 62.526a27.62 27.62 0 0 1-29.98-3.137a28.02 28.02 0 0 1-9.67-28.611l22.401-90.239C117.176 643.186 66.463 553.506 64 456.216C64 285.973 227.004 148 428.09 148c190.93 0 347.29 124.527 362.521 282.818a245 245 0 0 0-26.47-2.614c-9.893.374-19.787 1.307-29.607 2.876zM618.237 629.934c16.764-3.362 32.706-9.786 47.042-19.049a114.24 114.24 0 0 1 51.447-31.001a76.47 76.47 0 0 1-24.491 45.344c-11.014 16.807-18.929 35.483-23.409 55.054c.041 27.833-22.468 50.435-50.29 50.497s-50.43-22.44-50.514-50.273c-.082-27.833 22.393-50.469 50.215-50.572m90.798 121.314c16.652 11.168 35.17 19.236 54.659 23.904c20.386 0 38.764 12.286 46.565 31.127s3.49 40.53-10.926 54.95a50.38 50.38 0 0 1-54.927 10.931c-18.834-7.804-31.114-26.19-31.114-46.585a136.7 136.7 0 0 0-18.668-47.285a114.7 114.7 0 0 1-30.54-51.805a76 76 0 0 1 44.951 25.062z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M909.784 729.585a135.9 135.9 0 0 0-47.042 19.049a114.24 114.24 0 0 1-51.41 31.075c2.613-17.554 11.313-33.577 24.455-45.418a169.3 169.3 0 0 0 23.409-55.017c-.061-27.838 22.44-50.459 50.265-50.534c27.827-.076 50.45 22.423 50.539 50.26c.089 27.839-22.39 50.482-50.215 50.585zM817.568 608.83a168.8 168.8 0 0 0-54.808-23.68c-27.836 0-50.402-22.575-50.402-50.423s22.566-50.423 50.402-50.423s50.402 22.575 50.402 50.423a137.5 137.5 0 0 0 18.817 47.211a114.8 114.8 0 0 1 30.764 51.656a76.08 76.08 0 0 1-45.026-24.763h-.186zm-83.033-177.713C719.34 303.789 587.548 204.026 428.09 204.026c-169.874 0-308.088 113.097-308.088 252.19c2.72 78.1 43.941 149.778 110.063 191.385a311 311 0 0 0 33.602 21.588l-13.664 54.569c4.928 2.316 9.706 4.78 14.746 6.91l68.996-34.512c10.08 2.615 20.683 4.295 31.21 6.088c6.721 1.195 13.442 2.428 20.35 3.25a354.8 354.8 0 0 0 128.805-7.396a249 249 0 0 0 10.154 55.055a425.6 425.6 0 0 1-96.175 11.242a418 418 0 0 1-86.392-9.524l-125.186 62.526a27.62 27.62 0 0 1-29.98-3.137a28.02 28.02 0 0 1-9.67-28.611l22.401-90.239C117.176 643.186 66.463 553.506 64 456.216C64 285.973 227.004 148 428.09 148c190.93 0 347.29 124.527 362.521 282.818a245 245 0 0 0-26.47-2.614c-9.893.374-19.787 1.307-29.607 2.876zM618.237 629.934c16.764-3.362 32.706-9.786 47.042-19.049a114.24 114.24 0 0 1 51.447-31.001a76.47 76.47 0 0 1-24.491 45.344c-11.014 16.807-18.929 35.483-23.409 55.054c.041 27.833-22.468 50.435-50.29 50.497s-50.43-22.44-50.514-50.273c-.082-27.833 22.393-50.469 50.215-50.572m90.798 121.314c16.652 11.168 35.17 19.236 54.659 23.904c20.386 0 38.764 12.286 46.565 31.127s3.49 40.53-10.926 54.95a50.38 50.38 0 0 1-54.927 10.931c-18.834-7.804-31.114-26.19-31.114-46.585a136.7 136.7 0 0 0-18.668-47.285a114.7 114.7 0 0 1-30.54-51.805a76 76 0 0 1 44.951 25.062z"/></svg>
</template>

CSS

.icon-wechat-work-outlined {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M909.784%20729.585a135.9%20135.9%200%200%200-47.042%2019.049a114.24%20114.24%200%200%201-51.41%2031.075c2.613-17.554%2011.313-33.577%2024.455-45.418a169.3%20169.3%200%200%200%2023.409-55.017c-.061-27.838%2022.44-50.459%2050.265-50.534c27.827-.076%2050.45%2022.423%2050.539%2050.26c.089%2027.839-22.39%2050.482-50.215%2050.585zM817.568%20608.83a168.8%20168.8%200%200%200-54.808-23.68c-27.836%200-50.402-22.575-50.402-50.423s22.566-50.423%2050.402-50.423s50.402%2022.575%2050.402%2050.423a137.5%20137.5%200%200%200%2018.817%2047.211a114.8%20114.8%200%200%201%2030.764%2051.656a76.08%2076.08%200%200%201-45.026-24.763h-.186zm-83.033-177.713C719.34%20303.789%20587.548%20204.026%20428.09%20204.026c-169.874%200-308.088%20113.097-308.088%20252.19c2.72%2078.1%2043.941%20149.778%20110.063%20191.385a311%20311%200%200%200%2033.602%2021.588l-13.664%2054.569c4.928%202.316%209.706%204.78%2014.746%206.91l68.996-34.512c10.08%202.615%2020.683%204.295%2031.21%206.088c6.721%201.195%2013.442%202.428%2020.35%203.25a354.8%20354.8%200%200%200%20128.805-7.396a249%20249%200%200%200%2010.154%2055.055a425.6%20425.6%200%200%201-96.175%2011.242a418%20418%200%200%201-86.392-9.524l-125.186%2062.526a27.62%2027.62%200%200%201-29.98-3.137a28.02%2028.02%200%200%201-9.67-28.611l22.401-90.239C117.176%20643.186%2066.463%20553.506%2064%20456.216C64%20285.973%20227.004%20148%20428.09%20148c190.93%200%20347.29%20124.527%20362.521%20282.818a245%20245%200%200%200-26.47-2.614c-9.893.374-19.787%201.307-29.607%202.876zM618.237%20629.934c16.764-3.362%2032.706-9.786%2047.042-19.049a114.24%20114.24%200%200%201%2051.447-31.001a76.47%2076.47%200%200%201-24.491%2045.344c-11.014%2016.807-18.929%2035.483-23.409%2055.054c.041%2027.833-22.468%2050.435-50.29%2050.497s-50.43-22.44-50.514-50.273c-.082-27.833%2022.393-50.469%2050.215-50.572m90.798%20121.314c16.652%2011.168%2035.17%2019.236%2054.659%2023.904c20.386%200%2038.764%2012.286%2046.565%2031.127s3.49%2040.53-10.926%2054.95a50.38%2050.38%200%200%201-54.927%2010.931c-18.834-7.804-31.114-26.19-31.114-46.585a136.7%20136.7%200%200%200-18.668-47.285a114.7%20114.7%200%200%201-30.54-51.805a76%2076%200%200%201%2044.951%2025.062z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M909.784%20729.585a135.9%20135.9%200%200%200-47.042%2019.049a114.24%20114.24%200%200%201-51.41%2031.075c2.613-17.554%2011.313-33.577%2024.455-45.418a169.3%20169.3%200%200%200%2023.409-55.017c-.061-27.838%2022.44-50.459%2050.265-50.534c27.827-.076%2050.45%2022.423%2050.539%2050.26c.089%2027.839-22.39%2050.482-50.215%2050.585zM817.568%20608.83a168.8%20168.8%200%200%200-54.808-23.68c-27.836%200-50.402-22.575-50.402-50.423s22.566-50.423%2050.402-50.423s50.402%2022.575%2050.402%2050.423a137.5%20137.5%200%200%200%2018.817%2047.211a114.8%20114.8%200%200%201%2030.764%2051.656a76.08%2076.08%200%200%201-45.026-24.763h-.186zm-83.033-177.713C719.34%20303.789%20587.548%20204.026%20428.09%20204.026c-169.874%200-308.088%20113.097-308.088%20252.19c2.72%2078.1%2043.941%20149.778%20110.063%20191.385a311%20311%200%200%200%2033.602%2021.588l-13.664%2054.569c4.928%202.316%209.706%204.78%2014.746%206.91l68.996-34.512c10.08%202.615%2020.683%204.295%2031.21%206.088c6.721%201.195%2013.442%202.428%2020.35%203.25a354.8%20354.8%200%200%200%20128.805-7.396a249%20249%200%200%200%2010.154%2055.055a425.6%20425.6%200%200%201-96.175%2011.242a418%20418%200%200%201-86.392-9.524l-125.186%2062.526a27.62%2027.62%200%200%201-29.98-3.137a28.02%2028.02%200%200%201-9.67-28.611l22.401-90.239C117.176%20643.186%2066.463%20553.506%2064%20456.216C64%20285.973%20227.004%20148%20428.09%20148c190.93%200%20347.29%20124.527%20362.521%20282.818a245%20245%200%200%200-26.47-2.614c-9.893.374-19.787%201.307-29.607%202.876zM618.237%20629.934c16.764-3.362%2032.706-9.786%2047.042-19.049a114.24%20114.24%200%200%201%2051.447-31.001a76.47%2076.47%200%200%201-24.491%2045.344c-11.014%2016.807-18.929%2035.483-23.409%2055.054c.041%2027.833-22.468%2050.435-50.29%2050.497s-50.43-22.44-50.514-50.273c-.082-27.833%2022.393-50.469%2050.215-50.572m90.798%20121.314c16.652%2011.168%2035.17%2019.236%2054.659%2023.904c20.386%200%2038.764%2012.286%2046.565%2031.127s3.49%2040.53-10.926%2054.95a50.38%2050.38%200%200%201-54.927%2010.931c-18.834-7.804-31.114-26.19-31.114-46.585a136.7%20136.7%200%200%200-18.668-47.285a114.7%20114.7%200%200%201-30.54-51.805a76%2076%200%200%201%2044.951%2025.062z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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