weixin icon
weixin from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- weixin
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the weixin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 5C8.578 5 4 8.71 4 13.5c0 1.617.594 3.102 1.5 4.375l-.375 2.906l-.219 1.75l1.594-.687L9 20.812a11.4 11.4 0 0 0 4.156 1.125C13.886 24.892 16.976 27 20.5 27c1.453 0 2.781-.41 3.938-1.031l1.187.687l1.719.938l-.25-1.938l-.219-1.812C27.539 22.89 28 21.8 28 20.594c0-2.559-1.707-4.703-4.125-5.75c.086-.438.125-.875.125-1.344C24 8.71 19.422 5 14 5m0 2c4.52 0 8 3.008 8 6.5q0 .4-.063.781a8.3 8.3 0 0 0-1.437-.125c-3.8 0-7.09 2.461-7.469 5.781c-1.32-.132-2.531-.511-3.562-1.093l-.438-.219l-.437.188l-1.281.53l.218-1.53l.032-.438l-.25-.313C6.473 16.023 6 14.806 6 13.5C6 10.008 9.48 7 14 7m-3.438 2.156c-.777 0-1.406.63-1.406 1.406c0 .778.63 1.438 1.406 1.438c.778 0 1.407-.66 1.407-1.438s-.63-1.406-1.406-1.406zm6.688 0c-.777 0-1.438.63-1.438 1.406c0 .778.66 1.438 1.438 1.438s1.406-.66 1.406-1.438s-.629-1.406-1.406-1.406m3.25 7c3.14 0 5.5 2.094 5.5 4.438c0 .886-.32 1.691-.906 2.406l-.282.344l.063.406l.031.188l-.468-.25l-.5.343c-.934.606-2.125.969-3.438.969c-3.14 0-5.5-2.063-5.5-4.406c0-2.344 2.36-4.438 5.5-4.438M18 17.438c-.59 0-1.094.472-1.094 1.062s.504 1.063 1.094 1.063c.586 0 1.063-.473 1.063-1.063S18.59 17.437 18 17.437zm5.031 0a1.06 1.06 0 0 0-1.062 1.062c0 .59.472 1.063 1.062 1.063s1.063-.473 1.063-1.063s-.473-1.063-1.063-1.063z"/></svg>
React
import type { SVGProps } from "react";
export function LaWeixin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 5C8.578 5 4 8.71 4 13.5c0 1.617.594 3.102 1.5 4.375l-.375 2.906l-.219 1.75l1.594-.687L9 20.812a11.4 11.4 0 0 0 4.156 1.125C13.886 24.892 16.976 27 20.5 27c1.453 0 2.781-.41 3.938-1.031l1.187.687l1.719.938l-.25-1.938l-.219-1.812C27.539 22.89 28 21.8 28 20.594c0-2.559-1.707-4.703-4.125-5.75c.086-.438.125-.875.125-1.344C24 8.71 19.422 5 14 5m0 2c4.52 0 8 3.008 8 6.5q0 .4-.063.781a8.3 8.3 0 0 0-1.437-.125c-3.8 0-7.09 2.461-7.469 5.781c-1.32-.132-2.531-.511-3.562-1.093l-.438-.219l-.437.188l-1.281.53l.218-1.53l.032-.438l-.25-.313C6.473 16.023 6 14.806 6 13.5C6 10.008 9.48 7 14 7m-3.438 2.156c-.777 0-1.406.63-1.406 1.406c0 .778.63 1.438 1.406 1.438c.778 0 1.407-.66 1.407-1.438s-.63-1.406-1.406-1.406zm6.688 0c-.777 0-1.438.63-1.438 1.406c0 .778.66 1.438 1.438 1.438s1.406-.66 1.406-1.438s-.629-1.406-1.406-1.406m3.25 7c3.14 0 5.5 2.094 5.5 4.438c0 .886-.32 1.691-.906 2.406l-.282.344l.063.406l.031.188l-.468-.25l-.5.343c-.934.606-2.125.969-3.438.969c-3.14 0-5.5-2.063-5.5-4.406c0-2.344 2.36-4.438 5.5-4.438M18 17.438c-.59 0-1.094.472-1.094 1.062s.504 1.063 1.094 1.063c.586 0 1.063-.473 1.063-1.063S18.59 17.437 18 17.437zm5.031 0a1.06 1.06 0 0 0-1.062 1.062c0 .59.472 1.063 1.062 1.063s1.063-.473 1.063-1.063s-.473-1.063-1.063-1.063z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 5C8.578 5 4 8.71 4 13.5c0 1.617.594 3.102 1.5 4.375l-.375 2.906l-.219 1.75l1.594-.687L9 20.812a11.4 11.4 0 0 0 4.156 1.125C13.886 24.892 16.976 27 20.5 27c1.453 0 2.781-.41 3.938-1.031l1.187.687l1.719.938l-.25-1.938l-.219-1.812C27.539 22.89 28 21.8 28 20.594c0-2.559-1.707-4.703-4.125-5.75c.086-.438.125-.875.125-1.344C24 8.71 19.422 5 14 5m0 2c4.52 0 8 3.008 8 6.5q0 .4-.063.781a8.3 8.3 0 0 0-1.437-.125c-3.8 0-7.09 2.461-7.469 5.781c-1.32-.132-2.531-.511-3.562-1.093l-.438-.219l-.437.188l-1.281.53l.218-1.53l.032-.438l-.25-.313C6.473 16.023 6 14.806 6 13.5C6 10.008 9.48 7 14 7m-3.438 2.156c-.777 0-1.406.63-1.406 1.406c0 .778.63 1.438 1.406 1.438c.778 0 1.407-.66 1.407-1.438s-.63-1.406-1.406-1.406zm6.688 0c-.777 0-1.438.63-1.438 1.406c0 .778.66 1.438 1.438 1.438s1.406-.66 1.406-1.438s-.629-1.406-1.406-1.406m3.25 7c3.14 0 5.5 2.094 5.5 4.438c0 .886-.32 1.691-.906 2.406l-.282.344l.063.406l.031.188l-.468-.25l-.5.343c-.934.606-2.125.969-3.438.969c-3.14 0-5.5-2.063-5.5-4.406c0-2.344 2.36-4.438 5.5-4.438M18 17.438c-.59 0-1.094.472-1.094 1.062s.504 1.063 1.094 1.063c.586 0 1.063-.473 1.063-1.063S18.59 17.437 18 17.437zm5.031 0a1.06 1.06 0 0 0-1.062 1.062c0 .59.472 1.063 1.062 1.063s1.063-.473 1.063-1.063s-.473-1.063-1.063-1.063z"/></svg> </template>
CSS
.icon-weixin {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205C8.578%205%204%208.71%204%2013.5c0%201.617.594%203.102%201.5%204.375l-.375%202.906l-.219%201.75l1.594-.687L9%2020.812a11.4%2011.4%200%200%200%204.156%201.125C13.886%2024.892%2016.976%2027%2020.5%2027c1.453%200%202.781-.41%203.938-1.031l1.187.687l1.719.938l-.25-1.938l-.219-1.812C27.539%2022.89%2028%2021.8%2028%2020.594c0-2.559-1.707-4.703-4.125-5.75c.086-.438.125-.875.125-1.344C24%208.71%2019.422%205%2014%205m0%202c4.52%200%208%203.008%208%206.5q0%20.4-.063.781a8.3%208.3%200%200%200-1.437-.125c-3.8%200-7.09%202.461-7.469%205.781c-1.32-.132-2.531-.511-3.562-1.093l-.438-.219l-.437.188l-1.281.53l.218-1.53l.032-.438l-.25-.313C6.473%2016.023%206%2014.806%206%2013.5C6%2010.008%209.48%207%2014%207m-3.438%202.156c-.777%200-1.406.63-1.406%201.406c0%20.778.63%201.438%201.406%201.438c.778%200%201.407-.66%201.407-1.438s-.63-1.406-1.406-1.406zm6.688%200c-.777%200-1.438.63-1.438%201.406c0%20.778.66%201.438%201.438%201.438s1.406-.66%201.406-1.438s-.629-1.406-1.406-1.406m3.25%207c3.14%200%205.5%202.094%205.5%204.438c0%20.886-.32%201.691-.906%202.406l-.282.344l.063.406l.031.188l-.468-.25l-.5.343c-.934.606-2.125.969-3.438.969c-3.14%200-5.5-2.063-5.5-4.406c0-2.344%202.36-4.438%205.5-4.438M18%2017.438c-.59%200-1.094.472-1.094%201.062s.504%201.063%201.094%201.063c.586%200%201.063-.473%201.063-1.063S18.59%2017.437%2018%2017.437zm5.031%200a1.06%201.06%200%200%200-1.062%201.062c0%20.59.472%201.063%201.062%201.063s1.063-.473%201.063-1.063s-.473-1.063-1.063-1.063z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%205C8.578%205%204%208.71%204%2013.5c0%201.617.594%203.102%201.5%204.375l-.375%202.906l-.219%201.75l1.594-.687L9%2020.812a11.4%2011.4%200%200%200%204.156%201.125C13.886%2024.892%2016.976%2027%2020.5%2027c1.453%200%202.781-.41%203.938-1.031l1.187.687l1.719.938l-.25-1.938l-.219-1.812C27.539%2022.89%2028%2021.8%2028%2020.594c0-2.559-1.707-4.703-4.125-5.75c.086-.438.125-.875.125-1.344C24%208.71%2019.422%205%2014%205m0%202c4.52%200%208%203.008%208%206.5q0%20.4-.063.781a8.3%208.3%200%200%200-1.437-.125c-3.8%200-7.09%202.461-7.469%205.781c-1.32-.132-2.531-.511-3.562-1.093l-.438-.219l-.437.188l-1.281.53l.218-1.53l.032-.438l-.25-.313C6.473%2016.023%206%2014.806%206%2013.5C6%2010.008%209.48%207%2014%207m-3.438%202.156c-.777%200-1.406.63-1.406%201.406c0%20.778.63%201.438%201.406%201.438c.778%200%201.407-.66%201.407-1.438s-.63-1.406-1.406-1.406zm6.688%200c-.777%200-1.438.63-1.438%201.406c0%20.778.66%201.438%201.438%201.438s1.406-.66%201.406-1.438s-.629-1.406-1.406-1.406m3.25%207c3.14%200%205.5%202.094%205.5%204.438c0%20.886-.32%201.691-.906%202.406l-.282.344l.063.406l.031.188l-.468-.25l-.5.343c-.934.606-2.125.969-3.438.969c-3.14%200-5.5-2.063-5.5-4.406c0-2.344%202.36-4.438%205.5-4.438M18%2017.438c-.59%200-1.094.472-1.094%201.062s.504%201.063%201.094%201.063c.586%200%201.063-.473%201.063-1.063S18.59%2017.437%2018%2017.437zm5.031%200a1.06%201.06%200%200%200-1.062%201.062c0%20.59.472%201.063%201.062%201.063s1.063-.473%201.063-1.063s-.473-1.063-1.063-1.063z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/weixin.svg?color=%231a73e8&size=48