wechat pay icon

wechat-pay-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
wechat-pay-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the wechat pay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.271 14.669a.66.66 0 0 1-.88-.269l-.043-.095l-1.818-3.998a.5.5 0 0 1 0-.146a.327.327 0 0 1 .335-.327a.3.3 0 0 1 .196.066l2.18 1.527a1 1 0 0 0 .546.167a.9.9 0 0 0 .342-.066l10.047-4.5a10.73 10.73 0 0 0-8.171-3.526C6.479 3.502 2 7.232 2 11.87a7.83 7.83 0 0 0 3.46 6.296a.66.66 0 0 1 .24.727l-.45 1.701a1 1 0 0 0-.051.24a.327.327 0 0 0 .334.334a.4.4 0 0 0 .19-.058l2.18-1.265c.16-.098.343-.151.53-.152q.15 0 .292.043c1.062.3 2.16.452 3.264.45c5.525 0 10.011-3.729 10.011-8.33a7.23 7.23 0 0 0-1.098-3.883L9.351 14.625z"/></svg>

React

import type { SVGProps } from "react";

export function RiWechatPayFill(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="M9.271 14.669a.66.66 0 0 1-.88-.269l-.043-.095l-1.818-3.998a.5.5 0 0 1 0-.146a.327.327 0 0 1 .335-.327a.3.3 0 0 1 .196.066l2.18 1.527a1 1 0 0 0 .546.167a.9.9 0 0 0 .342-.066l10.047-4.5a10.73 10.73 0 0 0-8.171-3.526C6.479 3.502 2 7.232 2 11.87a7.83 7.83 0 0 0 3.46 6.296a.66.66 0 0 1 .24.727l-.45 1.701a1 1 0 0 0-.051.24a.327.327 0 0 0 .334.334a.4.4 0 0 0 .19-.058l2.18-1.265c.16-.098.343-.151.53-.152q.15 0 .292.043c1.062.3 2.16.452 3.264.45c5.525 0 10.011-3.729 10.011-8.33a7.23 7.23 0 0 0-1.098-3.883L9.351 14.625z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.271 14.669a.66.66 0 0 1-.88-.269l-.043-.095l-1.818-3.998a.5.5 0 0 1 0-.146a.327.327 0 0 1 .335-.327a.3.3 0 0 1 .196.066l2.18 1.527a1 1 0 0 0 .546.167a.9.9 0 0 0 .342-.066l10.047-4.5a10.73 10.73 0 0 0-8.171-3.526C6.479 3.502 2 7.232 2 11.87a7.83 7.83 0 0 0 3.46 6.296a.66.66 0 0 1 .24.727l-.45 1.701a1 1 0 0 0-.051.24a.327.327 0 0 0 .334.334a.4.4 0 0 0 .19-.058l2.18-1.265c.16-.098.343-.151.53-.152q.15 0 .292.043c1.062.3 2.16.452 3.264.45c5.525 0 10.011-3.729 10.011-8.33a7.23 7.23 0 0 0-1.098-3.883L9.351 14.625z"/></svg>
</template>

CSS

.icon-wechat-pay-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.271%2014.669a.66.66%200%200%201-.88-.269l-.043-.095l-1.818-3.998a.5.5%200%200%201%200-.146a.327.327%200%200%201%20.335-.327a.3.3%200%200%201%20.196.066l2.18%201.527a1%201%200%200%200%20.546.167a.9.9%200%200%200%20.342-.066l10.047-4.5a10.73%2010.73%200%200%200-8.171-3.526C6.479%203.502%202%207.232%202%2011.87a7.83%207.83%200%200%200%203.46%206.296a.66.66%200%200%201%20.24.727l-.45%201.701a1%201%200%200%200-.051.24a.327.327%200%200%200%20.334.334a.4.4%200%200%200%20.19-.058l2.18-1.265c.16-.098.343-.151.53-.152q.15%200%20.292.043c1.062.3%202.16.452%203.264.45c5.525%200%2010.011-3.729%2010.011-8.33a7.23%207.23%200%200%200-1.098-3.883L9.351%2014.625z%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%22M9.271%2014.669a.66.66%200%200%201-.88-.269l-.043-.095l-1.818-3.998a.5.5%200%200%201%200-.146a.327.327%200%200%201%20.335-.327a.3.3%200%200%201%20.196.066l2.18%201.527a1%201%200%200%200%20.546.167a.9.9%200%200%200%20.342-.066l10.047-4.5a10.73%2010.73%200%200%200-8.171-3.526C6.479%203.502%202%207.232%202%2011.87a7.83%207.83%200%200%200%203.46%206.296a.66.66%200%200%201%20.24.727l-.45%201.701a1%201%200%200%200-.051.24a.327.327%200%200%200%20.334.334a.4.4%200%200%200%20.19-.058l2.18-1.265c.16-.098.343-.151.53-.152q.15%200%20.292.043c1.062.3%202.16.452%203.264.45c5.525%200%2010.011-3.729%2010.011-8.33a7.23%207.23%200%200%200-1.098-3.883L9.351%2014.625z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/wechat-pay-fill.svg?color=%231a73e8&size=48