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

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

Use the payhip logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.695 0A3.696 3.696 0 0 0 0 3.695v12.92A7.384 7.384 0 0 0 7.385 24h12.92A3.696 3.696 0 0 0 24 20.305V0zm11.653 5.604h.166a3.88 3.88 0 0 1 2.677 1.132a3.88 3.88 0 0 1 0 5.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88 3.88 0 0 1 2.635-1.132m-6.627.125a3.88 3.88 0 0 1 2.566 1c2.068 2.062 4.127 4.133 6.192 6.199l-5.481 5.482l-6.19-6.203C3.549 9.7 5.346 5.702 8.722 5.729zm-1.744 1.71a.464.464 0 0 0-.465.465v1.817c0 .256.208.463.465.463h1.816a.464.464 0 0 0 .463-.463l.008-1.817A.464.464 0 0 0 8.8 7.44H6.977z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPayhip(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="M3.695 0A3.696 3.696 0 0 0 0 3.695v12.92A7.384 7.384 0 0 0 7.385 24h12.92A3.696 3.696 0 0 0 24 20.305V0zm11.653 5.604h.166a3.88 3.88 0 0 1 2.677 1.132a3.88 3.88 0 0 1 0 5.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88 3.88 0 0 1 2.635-1.132m-6.627.125a3.88 3.88 0 0 1 2.566 1c2.068 2.062 4.127 4.133 6.192 6.199l-5.481 5.482l-6.19-6.203C3.549 9.7 5.346 5.702 8.722 5.729zm-1.744 1.71a.464.464 0 0 0-.465.465v1.817c0 .256.208.463.465.463h1.816a.464.464 0 0 0 .463-.463l.008-1.817A.464.464 0 0 0 8.8 7.44H6.977z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.695 0A3.696 3.696 0 0 0 0 3.695v12.92A7.384 7.384 0 0 0 7.385 24h12.92A3.696 3.696 0 0 0 24 20.305V0zm11.653 5.604h.166a3.88 3.88 0 0 1 2.677 1.132a3.88 3.88 0 0 1 0 5.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88 3.88 0 0 1 2.635-1.132m-6.627.125a3.88 3.88 0 0 1 2.566 1c2.068 2.062 4.127 4.133 6.192 6.199l-5.481 5.482l-6.19-6.203C3.549 9.7 5.346 5.702 8.722 5.729zm-1.744 1.71a.464.464 0 0 0-.465.465v1.817c0 .256.208.463.465.463h1.816a.464.464 0 0 0 .463-.463l.008-1.817A.464.464 0 0 0 8.8 7.44H6.977z"/></svg>
</template>

CSS

.icon-payhip {
  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%22M3.695%200A3.696%203.696%200%200%200%200%203.695v12.92A7.384%207.384%200%200%200%207.385%2024h12.92A3.696%203.696%200%200%200%2024%2020.305V0zm11.653%205.604h.166a3.88%203.88%200%200%201%202.677%201.132a3.88%203.88%200%200%201%200%205.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88%203.88%200%200%201%202.635-1.132m-6.627.125a3.88%203.88%200%200%201%202.566%201c2.068%202.062%204.127%204.133%206.192%206.199l-5.481%205.482l-6.19-6.203C3.549%209.7%205.346%205.702%208.722%205.729zm-1.744%201.71a.464.464%200%200%200-.465.465v1.817c0%20.256.208.463.465.463h1.816a.464.464%200%200%200%20.463-.463l.008-1.817A.464.464%200%200%200%208.8%207.44H6.977z%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%22M3.695%200A3.696%203.696%200%200%200%200%203.695v12.92A7.384%207.384%200%200%200%207.385%2024h12.92A3.696%203.696%200%200%200%2024%2020.305V0zm11.653%205.604h.166a3.88%203.88%200%200%201%202.677%201.132a3.88%203.88%200%200%201%200%205.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88%203.88%200%200%201%202.635-1.132m-6.627.125a3.88%203.88%200%200%201%202.566%201c2.068%202.062%204.127%204.133%206.192%206.199l-5.481%205.482l-6.19-6.203C3.549%209.7%205.346%205.702%208.722%205.729zm-1.744%201.71a.464.464%200%200%200-.465.465v1.817c0%20.256.208.463.465.463h1.816a.464.464%200%200%200%20.463-.463l.008-1.817A.464.464%200%200%200%208.8%207.44H6.977z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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