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

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

The same logo in other sets

Use the pstake logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.886 10.313H13.32c0-.518-.298-1.688-1.496-1.688s-1.519.917-1.508 1.35c0 1.125 1.84 1.879 2.734 2.12c3.47 1.024 4.106 3.072 3.994 3.966c.18 1.648-.563 4.939-4.95 4.939s-5.265-2.959-5.153-4.5h3.375c0 .523.32 1.687 1.778 1.687c1.164 0 1.575-1.293 1.597-1.743c.09-.433-.506-1.238-3.324-2.042c-3.533-1.007-3.414-3.488-3.414-4.157c0-.675.016-4.432 4.966-4.432c3.96 0 4.962 3.02 4.967 4.5M6.943 3h10.125v2.25H6.943z"/></svg>

React

import type { SVGProps } from "react";

export function TokenPstake(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.886 10.313H13.32c0-.518-.298-1.688-1.496-1.688s-1.519.917-1.508 1.35c0 1.125 1.84 1.879 2.734 2.12c3.47 1.024 4.106 3.072 3.994 3.966c.18 1.648-.563 4.939-4.95 4.939s-5.265-2.959-5.153-4.5h3.375c0 .523.32 1.687 1.778 1.687c1.164 0 1.575-1.293 1.597-1.743c.09-.433-.506-1.238-3.324-2.042c-3.533-1.007-3.414-3.488-3.414-4.157c0-.675.016-4.432 4.966-4.432c3.96 0 4.962 3.02 4.967 4.5M6.943 3h10.125v2.25H6.943z"/></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.886 10.313H13.32c0-.518-.298-1.688-1.496-1.688s-1.519.917-1.508 1.35c0 1.125 1.84 1.879 2.734 2.12c3.47 1.024 4.106 3.072 3.994 3.966c.18 1.648-.563 4.939-4.95 4.939s-5.265-2.959-5.153-4.5h3.375c0 .523.32 1.687 1.778 1.687c1.164 0 1.575-1.293 1.597-1.743c.09-.433-.506-1.238-3.324-2.042c-3.533-1.007-3.414-3.488-3.414-4.157c0-.675.016-4.432 4.966-4.432c3.96 0 4.962 3.02 4.967 4.5M6.943 3h10.125v2.25H6.943z"/></svg>
</template>

CSS

.icon-pstake {
  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.886%2010.313H13.32c0-.518-.298-1.688-1.496-1.688s-1.519.917-1.508%201.35c0%201.125%201.84%201.879%202.734%202.12c3.47%201.024%204.106%203.072%203.994%203.966c.18%201.648-.563%204.939-4.95%204.939s-5.265-2.959-5.153-4.5h3.375c0%20.523.32%201.687%201.778%201.687c1.164%200%201.575-1.293%201.597-1.743c.09-.433-.506-1.238-3.324-2.042c-3.533-1.007-3.414-3.488-3.414-4.157c0-.675.016-4.432%204.966-4.432c3.96%200%204.962%203.02%204.967%204.5M6.943%203h10.125v2.25H6.943z%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.886%2010.313H13.32c0-.518-.298-1.688-1.496-1.688s-1.519.917-1.508%201.35c0%201.125%201.84%201.879%202.734%202.12c3.47%201.024%204.106%203.072%203.994%203.966c.18%201.648-.563%204.939-4.95%204.939s-5.265-2.959-5.153-4.5h3.375c0%20.523.32%201.687%201.778%201.687c1.164%200%201.575-1.293%201.597-1.743c.09-.433-.506-1.238-3.324-2.042c-3.533-1.007-3.414-3.488-3.414-4.157c0-.675.016-4.432%204.966-4.432c3.96%200%204.962%203.02%204.967%204.5M6.943%203h10.125v2.25H6.943z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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