logo wechat icon
logo-wechat from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-wechat
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Related icons in IonIcons
logo-alipaylogo-amazonlogo-amplifylogo-androidlogo-angularlogo-appflowlogo-applelogo-apple-appstorelogo-apple-arlogo-behancelogo-bitbucketlogo-bitcoinlogo-bufferlogo-capacitorlogo-chromelogo-closed-captioninglogo-codepenlogo-css3logo-designernewslogo-deviantartlogo-discordlogo-dockerlogo-dribbblelogo-dropbox
Use the logo wechat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408.67 298.53a21 21 0 1 1 20.9-21a20.85 20.85 0 0 1-20.9 21m-102.17 0a21 21 0 1 1 20.9-21a20.84 20.84 0 0 1-20.9 21m152.09 118.86C491.1 394.08 512 359.13 512 319.51c0-71.08-68.5-129.35-154.41-129.35s-154.42 58.27-154.42 129.35s68.5 129.34 154.42 129.34c17.41 0 34.83-2.33 49.92-7c2.49-.86 3.48-1.17 4.64-1.17a16.67 16.67 0 0 1 8.13 2.34L454 462.83a11.6 11.6 0 0 0 3.48 1.17a5 5 0 0 0 4.65-4.66a14.3 14.3 0 0 0-.77-3.86c-.41-1.46-5-16-7.36-25.27a19 19 0 0 1-.33-3.47a11.4 11.4 0 0 1 5-9.35"/><path fill="currentColor" d="M246.13 178.51a24.47 24.47 0 0 1 0-48.94c12.77 0 24.38 11.65 24.38 24.47c1.16 12.82-10.45 24.47-24.38 24.47m-123.06 0A24.47 24.47 0 1 1 147.45 154a24.57 24.57 0 0 1-24.38 24.47M184.6 48C82.43 48 0 116.75 0 203c0 46.61 24.38 88.56 63.85 116.53C67.34 321.84 68 327 68 329a11.4 11.4 0 0 1-.66 4.49C63.85 345.14 59.4 364 59.21 365s-1.16 3.5-1.16 4.66a5.49 5.49 0 0 0 5.8 5.83a7.15 7.15 0 0 0 3.49-1.17L108 351c3.49-2.33 5.81-2.33 9.29-2.33a16.3 16.3 0 0 1 5.81 1.16c18.57 5.83 39.47 8.16 60.37 8.16h10.45a133.2 133.2 0 0 1-5.81-38.45c0-78.08 75.47-141 168.35-141h10.45C354.1 105.1 277.48 48 184.6 48"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoWechat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408.67 298.53a21 21 0 1 1 20.9-21a20.85 20.85 0 0 1-20.9 21m-102.17 0a21 21 0 1 1 20.9-21a20.84 20.84 0 0 1-20.9 21m152.09 118.86C491.1 394.08 512 359.13 512 319.51c0-71.08-68.5-129.35-154.41-129.35s-154.42 58.27-154.42 129.35s68.5 129.34 154.42 129.34c17.41 0 34.83-2.33 49.92-7c2.49-.86 3.48-1.17 4.64-1.17a16.67 16.67 0 0 1 8.13 2.34L454 462.83a11.6 11.6 0 0 0 3.48 1.17a5 5 0 0 0 4.65-4.66a14.3 14.3 0 0 0-.77-3.86c-.41-1.46-5-16-7.36-25.27a19 19 0 0 1-.33-3.47a11.4 11.4 0 0 1 5-9.35"/><path fill="currentColor" d="M246.13 178.51a24.47 24.47 0 0 1 0-48.94c12.77 0 24.38 11.65 24.38 24.47c1.16 12.82-10.45 24.47-24.38 24.47m-123.06 0A24.47 24.47 0 1 1 147.45 154a24.57 24.57 0 0 1-24.38 24.47M184.6 48C82.43 48 0 116.75 0 203c0 46.61 24.38 88.56 63.85 116.53C67.34 321.84 68 327 68 329a11.4 11.4 0 0 1-.66 4.49C63.85 345.14 59.4 364 59.21 365s-1.16 3.5-1.16 4.66a5.49 5.49 0 0 0 5.8 5.83a7.15 7.15 0 0 0 3.49-1.17L108 351c3.49-2.33 5.81-2.33 9.29-2.33a16.3 16.3 0 0 1 5.81 1.16c18.57 5.83 39.47 8.16 60.37 8.16h10.45a133.2 133.2 0 0 1-5.81-38.45c0-78.08 75.47-141 168.35-141h10.45C354.1 105.1 277.48 48 184.6 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408.67 298.53a21 21 0 1 1 20.9-21a20.85 20.85 0 0 1-20.9 21m-102.17 0a21 21 0 1 1 20.9-21a20.84 20.84 0 0 1-20.9 21m152.09 118.86C491.1 394.08 512 359.13 512 319.51c0-71.08-68.5-129.35-154.41-129.35s-154.42 58.27-154.42 129.35s68.5 129.34 154.42 129.34c17.41 0 34.83-2.33 49.92-7c2.49-.86 3.48-1.17 4.64-1.17a16.67 16.67 0 0 1 8.13 2.34L454 462.83a11.6 11.6 0 0 0 3.48 1.17a5 5 0 0 0 4.65-4.66a14.3 14.3 0 0 0-.77-3.86c-.41-1.46-5-16-7.36-25.27a19 19 0 0 1-.33-3.47a11.4 11.4 0 0 1 5-9.35"/><path fill="currentColor" d="M246.13 178.51a24.47 24.47 0 0 1 0-48.94c12.77 0 24.38 11.65 24.38 24.47c1.16 12.82-10.45 24.47-24.38 24.47m-123.06 0A24.47 24.47 0 1 1 147.45 154a24.57 24.57 0 0 1-24.38 24.47M184.6 48C82.43 48 0 116.75 0 203c0 46.61 24.38 88.56 63.85 116.53C67.34 321.84 68 327 68 329a11.4 11.4 0 0 1-.66 4.49C63.85 345.14 59.4 364 59.21 365s-1.16 3.5-1.16 4.66a5.49 5.49 0 0 0 5.8 5.83a7.15 7.15 0 0 0 3.49-1.17L108 351c3.49-2.33 5.81-2.33 9.29-2.33a16.3 16.3 0 0 1 5.81 1.16c18.57 5.83 39.47 8.16 60.37 8.16h10.45a133.2 133.2 0 0 1-5.81-38.45c0-78.08 75.47-141 168.35-141h10.45C354.1 105.1 277.48 48 184.6 48"/></svg> </template>
CSS
.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408.67%20298.53a21%2021%200%201%201%2020.9-21a20.85%2020.85%200%200%201-20.9%2021m-102.17%200a21%2021%200%201%201%2020.9-21a20.84%2020.84%200%200%201-20.9%2021m152.09%20118.86C491.1%20394.08%20512%20359.13%20512%20319.51c0-71.08-68.5-129.35-154.41-129.35s-154.42%2058.27-154.42%20129.35s68.5%20129.34%20154.42%20129.34c17.41%200%2034.83-2.33%2049.92-7c2.49-.86%203.48-1.17%204.64-1.17a16.67%2016.67%200%200%201%208.13%202.34L454%20462.83a11.6%2011.6%200%200%200%203.48%201.17a5%205%200%200%200%204.65-4.66a14.3%2014.3%200%200%200-.77-3.86c-.41-1.46-5-16-7.36-25.27a19%2019%200%200%201-.33-3.47a11.4%2011.4%200%200%201%205-9.35%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246.13%20178.51a24.47%2024.47%200%200%201%200-48.94c12.77%200%2024.38%2011.65%2024.38%2024.47c1.16%2012.82-10.45%2024.47-24.38%2024.47m-123.06%200A24.47%2024.47%200%201%201%20147.45%20154a24.57%2024.57%200%200%201-24.38%2024.47M184.6%2048C82.43%2048%200%20116.75%200%20203c0%2046.61%2024.38%2088.56%2063.85%20116.53C67.34%20321.84%2068%20327%2068%20329a11.4%2011.4%200%200%201-.66%204.49C63.85%20345.14%2059.4%20364%2059.21%20365s-1.16%203.5-1.16%204.66a5.49%205.49%200%200%200%205.8%205.83a7.15%207.15%200%200%200%203.49-1.17L108%20351c3.49-2.33%205.81-2.33%209.29-2.33a16.3%2016.3%200%200%201%205.81%201.16c18.57%205.83%2039.47%208.16%2060.37%208.16h10.45a133.2%20133.2%200%200%201-5.81-38.45c0-78.08%2075.47-141%20168.35-141h10.45C354.1%20105.1%20277.48%2048%20184.6%2048%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408.67%20298.53a21%2021%200%201%201%2020.9-21a20.85%2020.85%200%200%201-20.9%2021m-102.17%200a21%2021%200%201%201%2020.9-21a20.84%2020.84%200%200%201-20.9%2021m152.09%20118.86C491.1%20394.08%20512%20359.13%20512%20319.51c0-71.08-68.5-129.35-154.41-129.35s-154.42%2058.27-154.42%20129.35s68.5%20129.34%20154.42%20129.34c17.41%200%2034.83-2.33%2049.92-7c2.49-.86%203.48-1.17%204.64-1.17a16.67%2016.67%200%200%201%208.13%202.34L454%20462.83a11.6%2011.6%200%200%200%203.48%201.17a5%205%200%200%200%204.65-4.66a14.3%2014.3%200%200%200-.77-3.86c-.41-1.46-5-16-7.36-25.27a19%2019%200%200%201-.33-3.47a11.4%2011.4%200%200%201%205-9.35%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246.13%20178.51a24.47%2024.47%200%200%201%200-48.94c12.77%200%2024.38%2011.65%2024.38%2024.47c1.16%2012.82-10.45%2024.47-24.38%2024.47m-123.06%200A24.47%2024.47%200%201%201%20147.45%20154a24.57%2024.57%200%200%201-24.38%2024.47M184.6%2048C82.43%2048%200%20116.75%200%20203c0%2046.61%2024.38%2088.56%2063.85%20116.53C67.34%20321.84%2068%20327%2068%20329a11.4%2011.4%200%200%201-.66%204.49C63.85%20345.14%2059.4%20364%2059.21%20365s-1.16%203.5-1.16%204.66a5.49%205.49%200%200%200%205.8%205.83a7.15%207.15%200%200%200%203.49-1.17L108%20351c3.49-2.33%205.81-2.33%209.29-2.33a16.3%2016.3%200%200%201%205.81%201.16c18.57%205.83%2039.47%208.16%2060.37%208.16h10.45a133.2%20133.2%200%200%201-5.81-38.45c0-78.08%2075.47-141%20168.35-141h10.45C354.1%20105.1%20277.48%2048%20184.6%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-wechat.svg?color=%231a73e8&size=48