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

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

The same logo in other sets

Use the ppc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.688 3c11.798.45 16.342 7.7 14.05 14.18a6.95 6.95 0 0 1-2.78 3.82c.06-.26.127-.52.167-.79c.858-5.05-.761-11.13-8.678-14.49c6.298 3.85 8.843 10.7 5.898 15.12c-5.001.8-8.657-3.58-8.657-8.63z"/></svg>

React

import type { SVGProps } from "react";

export function TokenPpc(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="M4.688 3c11.798.45 16.342 7.7 14.05 14.18a6.95 6.95 0 0 1-2.78 3.82c.06-.26.127-.52.167-.79c.858-5.05-.761-11.13-8.678-14.49c6.298 3.85 8.843 10.7 5.898 15.12c-5.001.8-8.657-3.58-8.657-8.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.688 3c11.798.45 16.342 7.7 14.05 14.18a6.95 6.95 0 0 1-2.78 3.82c.06-.26.127-.52.167-.79c.858-5.05-.761-11.13-8.678-14.49c6.298 3.85 8.843 10.7 5.898 15.12c-5.001.8-8.657-3.58-8.657-8.63z"/></svg>
</template>

CSS

.icon-ppc {
  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%22M4.688%203c11.798.45%2016.342%207.7%2014.05%2014.18a6.95%206.95%200%200%201-2.78%203.82c.06-.26.127-.52.167-.79c.858-5.05-.761-11.13-8.678-14.49c6.298%203.85%208.843%2010.7%205.898%2015.12c-5.001.8-8.657-3.58-8.657-8.63z%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%22M4.688%203c11.798.45%2016.342%207.7%2014.05%2014.18a6.95%206.95%200%200%201-2.78%203.82c.06-.26.127-.52.167-.79c.858-5.05-.761-11.13-8.678-14.49c6.298%203.85%208.843%2010.7%205.898%2015.12c-5.001.8-8.657-3.58-8.657-8.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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