sharp wechat icon
sharp-wechat from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-wechat
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the sharp wechat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/><path fill="currentColor" d="M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpWechat(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="M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/><path fill="currentColor" d="M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/><path fill="currentColor" d="M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92"/></svg> </template>
CSS
.icon-sharp-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.85%208.14c.39%200%20.77.03%201.14.08C16.31%205.25%2013.19%203%209.44%203c-4.25%200-7.7%202.88-7.7%206.43c0%202.05%201.15%203.86%202.94%205.04L3.67%2016.5l2.76-1.19c.59.21%201.21.38%201.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54%203.44-6.43%207.69-6.43M12%205.89a.96.96%200%201%201%200%201.92a.96.96%200%200%201%200-1.92M6.87%207.82a.96.96%200%201%201%200-1.92a.96.96%200%200%201%200%201.92%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.26%2014.57c0-2.84-2.87-5.14-6.41-5.14s-6.41%202.3-6.41%205.14s2.87%205.14%206.41%205.14c.58%200%201.14-.08%201.67-.2L20.98%2021l-1.2-2.4c1.5-.94%202.48-2.38%202.48-4.03m-8.34-.32a.96.96%200%201%201%20.96-.96c.01.53-.43.96-.96.96m3.85%200a.96.96%200%201%201%200-1.92a.96.96%200%200%201%200%201.92%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%22M15.85%208.14c.39%200%20.77.03%201.14.08C16.31%205.25%2013.19%203%209.44%203c-4.25%200-7.7%202.88-7.7%206.43c0%202.05%201.15%203.86%202.94%205.04L3.67%2016.5l2.76-1.19c.59.21%201.21.38%201.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54%203.44-6.43%207.69-6.43M12%205.89a.96.96%200%201%201%200%201.92a.96.96%200%200%201%200-1.92M6.87%207.82a.96.96%200%201%201%200-1.92a.96.96%200%200%201%200%201.92%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.26%2014.57c0-2.84-2.87-5.14-6.41-5.14s-6.41%202.3-6.41%205.14s2.87%205.14%206.41%205.14c.58%200%201.14-.08%201.67-.2L20.98%2021l-1.2-2.4c1.5-.94%202.48-2.38%202.48-4.03m-8.34-.32a.96.96%200%201%201%20.96-.96c.01.53-.43.96-.96.96m3.85%200a.96.96%200%201%201%200-1.92a.96.96%200%200%201%200%201.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-wechat.svg?color=%231a73e8&size=48