payback from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
payback
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the payback logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.18 11.477a3.66 3.66 0 0 1-3.658-3.655c0-2.015 1.64-3.657 3.658-3.657s3.654 1.64 3.654 3.657a3.66 3.66 0 0 1-3.654 3.654m-.002 8.359a3.66 3.66 0 0 1-3.656-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.934 2.934 0 0 0-2.931 2.932a2.934 2.934 0 0 0 2.931 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.932-2.932m-8.36 6.588a3.66 3.66 0 0 1-3.655-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.935 2.935 0 0 0-2.93 2.932a2.934 2.934 0 0 0 2.93 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.931-2.932m0-1.772A3.66 3.66 0 0 1 4.164 7.82A3.66 3.66 0 0 1 7.82 4.164a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.587A2.935 2.935 0 0 0 4.89 7.82a2.935 2.935 0 0 0 2.93 2.932a2.934 2.934 0 0 0 2.93-2.932a2.934 2.934 0 0 0-2.93-2.93M3.002 0A3.004 3.004 0 0 0 0 3v18c0 1.654 1.346 3 3.001 3h17.994a3.006 3.006 0 0 0 3.003-3V3c0-1.653-1.346-3-3.003-3Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPayback(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="M16.18 11.477a3.66 3.66 0 0 1-3.658-3.655c0-2.015 1.64-3.657 3.658-3.657s3.654 1.64 3.654 3.657a3.66 3.66 0 0 1-3.654 3.654m-.002 8.359a3.66 3.66 0 0 1-3.656-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.934 2.934 0 0 0-2.931 2.932a2.934 2.934 0 0 0 2.931 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.932-2.932m-8.36 6.588a3.66 3.66 0 0 1-3.655-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.935 2.935 0 0 0-2.93 2.932a2.934 2.934 0 0 0 2.93 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.931-2.932m0-1.772A3.66 3.66 0 0 1 4.164 7.82A3.66 3.66 0 0 1 7.82 4.164a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.587A2.935 2.935 0 0 0 4.89 7.82a2.935 2.935 0 0 0 2.93 2.932a2.934 2.934 0 0 0 2.93-2.932a2.934 2.934 0 0 0-2.93-2.93M3.002 0A3.004 3.004 0 0 0 0 3v18c0 1.654 1.346 3 3.001 3h17.994a3.006 3.006 0 0 0 3.003-3V3c0-1.653-1.346-3-3.003-3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.18 11.477a3.66 3.66 0 0 1-3.658-3.655c0-2.015 1.64-3.657 3.658-3.657s3.654 1.64 3.654 3.657a3.66 3.66 0 0 1-3.654 3.654m-.002 8.359a3.66 3.66 0 0 1-3.656-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.934 2.934 0 0 0-2.931 2.932a2.934 2.934 0 0 0 2.931 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.932-2.932m-8.36 6.588a3.66 3.66 0 0 1-3.655-3.656a3.66 3.66 0 0 1 3.656-3.656a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.588a2.935 2.935 0 0 0-2.93 2.932a2.934 2.934 0 0 0 2.93 2.931a2.934 2.934 0 0 0 2.932-2.931a2.934 2.934 0 0 0-2.931-2.932m0-1.772A3.66 3.66 0 0 1 4.164 7.82A3.66 3.66 0 0 1 7.82 4.164a3.66 3.66 0 0 1 3.656 3.656a3.66 3.66 0 0 1-3.656 3.656m0-6.587A2.935 2.935 0 0 0 4.89 7.82a2.935 2.935 0 0 0 2.93 2.932a2.934 2.934 0 0 0 2.93-2.932a2.934 2.934 0 0 0-2.93-2.93M3.002 0A3.004 3.004 0 0 0 0 3v18c0 1.654 1.346 3 3.001 3h17.994a3.006 3.006 0 0 0 3.003-3V3c0-1.653-1.346-3-3.003-3Z"/></svg>
</template>

CSS

.icon-payback {
  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%22M16.18%2011.477a3.66%203.66%200%200%201-3.658-3.655c0-2.015%201.64-3.657%203.658-3.657s3.654%201.64%203.654%203.657a3.66%203.66%200%200%201-3.654%203.654m-.002%208.359a3.66%203.66%200%200%201-3.656-3.656a3.66%203.66%200%200%201%203.656-3.656a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.588a2.934%202.934%200%200%200-2.931%202.932a2.934%202.934%200%200%200%202.931%202.931a2.934%202.934%200%200%200%202.932-2.931a2.934%202.934%200%200%200-2.932-2.932m-8.36%206.588a3.66%203.66%200%200%201-3.655-3.656a3.66%203.66%200%200%201%203.656-3.656a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.588a2.935%202.935%200%200%200-2.93%202.932a2.934%202.934%200%200%200%202.93%202.931a2.934%202.934%200%200%200%202.932-2.931a2.934%202.934%200%200%200-2.931-2.932m0-1.772A3.66%203.66%200%200%201%204.164%207.82A3.66%203.66%200%200%201%207.82%204.164a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.587A2.935%202.935%200%200%200%204.89%207.82a2.935%202.935%200%200%200%202.93%202.932a2.934%202.934%200%200%200%202.93-2.932a2.934%202.934%200%200%200-2.93-2.93M3.002%200A3.004%203.004%200%200%200%200%203v18c0%201.654%201.346%203%203.001%203h17.994a3.006%203.006%200%200%200%203.003-3V3c0-1.653-1.346-3-3.003-3Z%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%22M16.18%2011.477a3.66%203.66%200%200%201-3.658-3.655c0-2.015%201.64-3.657%203.658-3.657s3.654%201.64%203.654%203.657a3.66%203.66%200%200%201-3.654%203.654m-.002%208.359a3.66%203.66%200%200%201-3.656-3.656a3.66%203.66%200%200%201%203.656-3.656a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.588a2.934%202.934%200%200%200-2.931%202.932a2.934%202.934%200%200%200%202.931%202.931a2.934%202.934%200%200%200%202.932-2.931a2.934%202.934%200%200%200-2.932-2.932m-8.36%206.588a3.66%203.66%200%200%201-3.655-3.656a3.66%203.66%200%200%201%203.656-3.656a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.588a2.935%202.935%200%200%200-2.93%202.932a2.934%202.934%200%200%200%202.93%202.931a2.934%202.934%200%200%200%202.932-2.931a2.934%202.934%200%200%200-2.931-2.932m0-1.772A3.66%203.66%200%200%201%204.164%207.82A3.66%203.66%200%200%201%207.82%204.164a3.66%203.66%200%200%201%203.656%203.656a3.66%203.66%200%200%201-3.656%203.656m0-6.587A2.935%202.935%200%200%200%204.89%207.82a2.935%202.935%200%200%200%202.93%202.932a2.934%202.934%200%200%200%202.93-2.932a2.934%202.934%200%200%200-2.93-2.93M3.002%200A3.004%203.004%200%200%200%200%203v18c0%201.654%201.346%203%203.001%203h17.994a3.006%203.006%200%200%200%203.003-3V3c0-1.653-1.346-3-3.003-3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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