ppay from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ppay
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ppay logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 10.982l-.017-.04L12 13.126c-3.156-.754-8.68-2.104-8.983-2.182L3 10.999C3.506 6.499 7.342 3 12 3c4.657 0 8.494 3.487 9 7.982m-.096 2.666L12 14.531l-8.904-.889a9.5 9.5 0 0 0 .495 1.71l8.409.585l8.381-.523a9 9 0 0 0 .523-1.766m-1.423 3.426q-3.736.249-7.481.27c-2.419-.023-5.794-.265-7.571-.405q.438.666.995 1.248h13.152q.496-.52.905-1.113m-2.2 2.238H6.713A9.06 9.06 0 0 0 12 21a9.05 9.05 0 0 0 5.282-1.688"/></svg>

React

import type { SVGProps } from "react";

export function TokenPpay(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="m21 10.982l-.017-.04L12 13.126c-3.156-.754-8.68-2.104-8.983-2.182L3 10.999C3.506 6.499 7.342 3 12 3c4.657 0 8.494 3.487 9 7.982m-.096 2.666L12 14.531l-8.904-.889a9.5 9.5 0 0 0 .495 1.71l8.409.585l8.381-.523a9 9 0 0 0 .523-1.766m-1.423 3.426q-3.736.249-7.481.27c-2.419-.023-5.794-.265-7.571-.405q.438.666.995 1.248h13.152q.496-.52.905-1.113m-2.2 2.238H6.713A9.06 9.06 0 0 0 12 21a9.05 9.05 0 0 0 5.282-1.688"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 10.982l-.017-.04L12 13.126c-3.156-.754-8.68-2.104-8.983-2.182L3 10.999C3.506 6.499 7.342 3 12 3c4.657 0 8.494 3.487 9 7.982m-.096 2.666L12 14.531l-8.904-.889a9.5 9.5 0 0 0 .495 1.71l8.409.585l8.381-.523a9 9 0 0 0 .523-1.766m-1.423 3.426q-3.736.249-7.481.27c-2.419-.023-5.794-.265-7.571-.405q.438.666.995 1.248h13.152q.496-.52.905-1.113m-2.2 2.238H6.713A9.06 9.06 0 0 0 12 21a9.05 9.05 0 0 0 5.282-1.688"/></svg>
</template>

CSS

.icon-ppay {
  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%22m21%2010.982l-.017-.04L12%2013.126c-3.156-.754-8.68-2.104-8.983-2.182L3%2010.999C3.506%206.499%207.342%203%2012%203c4.657%200%208.494%203.487%209%207.982m-.096%202.666L12%2014.531l-8.904-.889a9.5%209.5%200%200%200%20.495%201.71l8.409.585l8.381-.523a9%209%200%200%200%20.523-1.766m-1.423%203.426q-3.736.249-7.481.27c-2.419-.023-5.794-.265-7.571-.405q.438.666.995%201.248h13.152q.496-.52.905-1.113m-2.2%202.238H6.713A9.06%209.06%200%200%200%2012%2021a9.05%209.05%200%200%200%205.282-1.688%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%22m21%2010.982l-.017-.04L12%2013.126c-3.156-.754-8.68-2.104-8.983-2.182L3%2010.999C3.506%206.499%207.342%203%2012%203c4.657%200%208.494%203.487%209%207.982m-.096%202.666L12%2014.531l-8.904-.889a9.5%209.5%200%200%200%20.495%201.71l8.409.585l8.381-.523a9%209%200%200%200%20.523-1.766m-1.423%203.426q-3.736.249-7.481.27c-2.419-.023-5.794-.265-7.571-.405q.438.666.995%201.248h13.152q.496-.52.905-1.113m-2.2%202.238H6.713A9.06%209.06%200%200%200%2012%2021a9.05%209.05%200%200%200%205.282-1.688%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ppay.svg?color=%231a73e8&size=48