wechat logo icon
wechat-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- wechat-logo-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the wechat logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.07 186.76a80 80 0 0 0-62.49-114.17a80 80 0 1 0-145.65 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a79 79 0 0 0 25.19 7.35a80 80 0 0 0 108.33 40.65l24.71 7.27a16 16 0 0 0 19.87-19.87ZM132 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m-52 0a80.3 80.3 0 0 0 1.3 14.3a63.5 63.5 0 0 1-15.49-5.85a8 8 0 0 0-6-.63L32 168l8.17-27.76a8 8 0 0 0-.63-6a64 64 0 0 1 112.14-61.81A80.12 80.12 0 0 0 80 152m108 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhWechatLogoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.07 186.76a80 80 0 0 0-62.49-114.17a80 80 0 1 0-145.65 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a79 79 0 0 0 25.19 7.35a80 80 0 0 0 108.33 40.65l24.71 7.27a16 16 0 0 0 19.87-19.87ZM132 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m-52 0a80.3 80.3 0 0 0 1.3 14.3a63.5 63.5 0 0 1-15.49-5.85a8 8 0 0 0-6-.63L32 168l8.17-27.76a8 8 0 0 0-.63-6a64 64 0 0 1 112.14-61.81A80.12 80.12 0 0 0 80 152m108 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.07 186.76a80 80 0 0 0-62.49-114.17a80 80 0 1 0-145.65 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a79 79 0 0 0 25.19 7.35a80 80 0 0 0 108.33 40.65l24.71 7.27a16 16 0 0 0 19.87-19.87ZM132 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m-52 0a80.3 80.3 0 0 0 1.3 14.3a63.5 63.5 0 0 1-15.49-5.85a8 8 0 0 0-6-.63L32 168l8.17-27.76a8 8 0 0 0-.63-6a64 64 0 0 1 112.14-61.81A80.12 80.12 0 0 0 80 152m108 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg> </template>
CSS
.icon-wechat-logo-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232.07%20186.76a80%2080%200%200%200-62.49-114.17a80%2080%200%201%200-145.65%2066.17l-7.27%2024.71a16%2016%200%200%200%2019.87%2019.87l24.71-7.27a79%2079%200%200%200%2025.19%207.35a80%2080%200%200%200%20108.33%2040.65l24.71%207.27a16%2016%200%200%200%2019.87-19.87ZM132%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m-52%200a80.3%2080.3%200%200%200%201.3%2014.3a63.5%2063.5%200%200%201-15.49-5.85a8%208%200%200%200-6-.63L32%20168l8.17-27.76a8%208%200%200%200-.63-6a64%2064%200%200%201%20112.14-61.81A80.12%2080.12%200%200%200%2080%20152m108%200a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232.07%20186.76a80%2080%200%200%200-62.49-114.17a80%2080%200%201%200-145.65%2066.17l-7.27%2024.71a16%2016%200%200%200%2019.87%2019.87l24.71-7.27a79%2079%200%200%200%2025.19%207.35a80%2080%200%200%200%20108.33%2040.65l24.71%207.27a16%2016%200%200%200%2019.87-19.87ZM132%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m-52%200a80.3%2080.3%200%200%200%201.3%2014.3a63.5%2063.5%200%200%201-15.49-5.85a8%208%200%200%200-6-.63L32%20168l8.17-27.76a8%208%200%200%200-.63-6a64%2064%200%200%201%20112.14-61.81A80.12%2080.12%200%200%200%2080%20152m108%200a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wechat-logo-fill.svg?color=%231a73e8&size=48