wechat icon
wechat from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the wechat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.176 14.429c-2.665 0-4.826-1.8-4.826-4.018c0-2.22 2.159-4.02 4.824-4.02S16 8.191 16 10.411c0 1.21-.65 2.301-1.666 3.036a.32.32 0 0 0-.12.366l.218.81a.6.6 0 0 1 .029.117a.166.166 0 0 1-.162.162a.2.2 0 0 1-.092-.03l-1.057-.61a.5.5 0 0 0-.256-.074a.5.5 0 0 0-.142.021a5.7 5.7 0 0 1-1.576.22M9.064 9.542a.647.647 0 1 0 .557-1a.645.645 0 0 0-.646.647a.6.6 0 0 0 .09.353Zm3.232.001a.646.646 0 1 0 .546-1a.645.645 0 0 0-.644.644a.63.63 0 0 0 .098.356"/><path d="M0 6.826c0 1.455.781 2.765 2.001 3.656a.385.385 0 0 1 .143.439l-.161.6l-.1.373a.5.5 0 0 0-.032.14a.19.19 0 0 0 .193.193q.06 0 .111-.029l1.268-.733a.6.6 0 0 1 .308-.088q.088 0 .171.025a6.8 6.8 0 0 0 1.625.26a4.5 4.5 0 0 1-.177-1.251c0-2.936 2.785-5.02 5.824-5.02l.15.002C10.587 3.429 8.392 2 5.796 2C2.596 2 0 4.16 0 6.826m4.632-1.555a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0m3.875 0a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0"/></g></svg>
React
import type { SVGProps } from "react";
export function BiWechat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.176 14.429c-2.665 0-4.826-1.8-4.826-4.018c0-2.22 2.159-4.02 4.824-4.02S16 8.191 16 10.411c0 1.21-.65 2.301-1.666 3.036a.32.32 0 0 0-.12.366l.218.81a.6.6 0 0 1 .029.117a.166.166 0 0 1-.162.162a.2.2 0 0 1-.092-.03l-1.057-.61a.5.5 0 0 0-.256-.074a.5.5 0 0 0-.142.021a5.7 5.7 0 0 1-1.576.22M9.064 9.542a.647.647 0 1 0 .557-1a.645.645 0 0 0-.646.647a.6.6 0 0 0 .09.353Zm3.232.001a.646.646 0 1 0 .546-1a.645.645 0 0 0-.644.644a.63.63 0 0 0 .098.356"/><path d="M0 6.826c0 1.455.781 2.765 2.001 3.656a.385.385 0 0 1 .143.439l-.161.6l-.1.373a.5.5 0 0 0-.032.14a.19.19 0 0 0 .193.193q.06 0 .111-.029l1.268-.733a.6.6 0 0 1 .308-.088q.088 0 .171.025a6.8 6.8 0 0 0 1.625.26a4.5 4.5 0 0 1-.177-1.251c0-2.936 2.785-5.02 5.824-5.02l.15.002C10.587 3.429 8.392 2 5.796 2C2.596 2 0 4.16 0 6.826m4.632-1.555a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0m3.875 0a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.176 14.429c-2.665 0-4.826-1.8-4.826-4.018c0-2.22 2.159-4.02 4.824-4.02S16 8.191 16 10.411c0 1.21-.65 2.301-1.666 3.036a.32.32 0 0 0-.12.366l.218.81a.6.6 0 0 1 .029.117a.166.166 0 0 1-.162.162a.2.2 0 0 1-.092-.03l-1.057-.61a.5.5 0 0 0-.256-.074a.5.5 0 0 0-.142.021a5.7 5.7 0 0 1-1.576.22M9.064 9.542a.647.647 0 1 0 .557-1a.645.645 0 0 0-.646.647a.6.6 0 0 0 .09.353Zm3.232.001a.646.646 0 1 0 .546-1a.645.645 0 0 0-.644.644a.63.63 0 0 0 .098.356"/><path d="M0 6.826c0 1.455.781 2.765 2.001 3.656a.385.385 0 0 1 .143.439l-.161.6l-.1.373a.5.5 0 0 0-.032.14a.19.19 0 0 0 .193.193q.06 0 .111-.029l1.268-.733a.6.6 0 0 1 .308-.088q.088 0 .171.025a6.8 6.8 0 0 0 1.625.26a4.5 4.5 0 0 1-.177-1.251c0-2.936 2.785-5.02 5.824-5.02l.15.002C10.587 3.429 8.392 2 5.796 2C2.596 2 0 4.16 0 6.826m4.632-1.555a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0m3.875 0a.77.77 0 1 1-1.54 0a.77.77 0 0 1 1.54 0"/></g></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.176%2014.429c-2.665%200-4.826-1.8-4.826-4.018c0-2.22%202.159-4.02%204.824-4.02S16%208.191%2016%2010.411c0%201.21-.65%202.301-1.666%203.036a.32.32%200%200%200-.12.366l.218.81a.6.6%200%200%201%20.029.117a.166.166%200%200%201-.162.162a.2.2%200%200%201-.092-.03l-1.057-.61a.5.5%200%200%200-.256-.074a.5.5%200%200%200-.142.021a5.7%205.7%200%200%201-1.576.22M9.064%209.542a.647.647%200%201%200%20.557-1a.645.645%200%200%200-.646.647a.6.6%200%200%200%20.09.353Zm3.232.001a.646.646%200%201%200%20.546-1a.645.645%200%200%200-.644.644a.63.63%200%200%200%20.098.356%22%2F%3E%3Cpath%20d%3D%22M0%206.826c0%201.455.781%202.765%202.001%203.656a.385.385%200%200%201%20.143.439l-.161.6l-.1.373a.5.5%200%200%200-.032.14a.19.19%200%200%200%20.193.193q.06%200%20.111-.029l1.268-.733a.6.6%200%200%201%20.308-.088q.088%200%20.171.025a6.8%206.8%200%200%200%201.625.26a4.5%204.5%200%200%201-.177-1.251c0-2.936%202.785-5.02%205.824-5.02l.15.002C10.587%203.429%208.392%202%205.796%202C2.596%202%200%204.16%200%206.826m4.632-1.555a.77.77%200%201%201-1.54%200a.77.77%200%200%201%201.54%200m3.875%200a.77.77%200%201%201-1.54%200a.77.77%200%200%201%201.54%200%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.176%2014.429c-2.665%200-4.826-1.8-4.826-4.018c0-2.22%202.159-4.02%204.824-4.02S16%208.191%2016%2010.411c0%201.21-.65%202.301-1.666%203.036a.32.32%200%200%200-.12.366l.218.81a.6.6%200%200%201%20.029.117a.166.166%200%200%201-.162.162a.2.2%200%200%201-.092-.03l-1.057-.61a.5.5%200%200%200-.256-.074a.5.5%200%200%200-.142.021a5.7%205.7%200%200%201-1.576.22M9.064%209.542a.647.647%200%201%200%20.557-1a.645.645%200%200%200-.646.647a.6.6%200%200%200%20.09.353Zm3.232.001a.646.646%200%201%200%20.546-1a.645.645%200%200%200-.644.644a.63.63%200%200%200%20.098.356%22%2F%3E%3Cpath%20d%3D%22M0%206.826c0%201.455.781%202.765%202.001%203.656a.385.385%200%200%201%20.143.439l-.161.6l-.1.373a.5.5%200%200%200-.032.14a.19.19%200%200%200%20.193.193q.06%200%20.111-.029l1.268-.733a.6.6%200%200%201%20.308-.088q.088%200%20.171.025a6.8%206.8%200%200%200%201.625.26a4.5%204.5%200%200%201-.177-1.251c0-2.936%202.785-5.02%205.824-5.02l.15.002C10.587%203.429%208.392%202%205.796%202C2.596%202%200%204.16%200%206.826m4.632-1.555a.77.77%200%201%201-1.54%200a.77.77%200%200%201%201.54%200m3.875%200a.77.77%200%201%201-1.54%200a.77.77%200%200%201%201.54%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/wechat.svg?color=%231a73e8&size=48