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

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

The same logo in other sets

Use the phb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.986 14.362c.016-.031.051-.013.068 0l.326 3.824l-.36.34l-.378-.34c.108-1.261.329-3.793.344-3.824m-.737-2.789l.344-.428l.418.887l.424-.886l.344.427l-.768 1.655z"/><path fill="currentColor" d="m11.648 10.668l.369-.378l.374.378l-.375.687zm-6.674.292l-.335-.978l6.802 2.861l.432.756l-.59 4.271l-.518-.48l.855-3.791zm14.053 0l.335-.978l-6.802 2.861l-.433.756l.592 4.271l.517-.48l-.855-3.791zm-8.864-.478L3 5.475l.713 1.954l6.876 3.855zm3.674 0L21 5.475l-.713 1.954l-6.876 3.855zM4.45 9.462l-.537-1.487l6.875 3.691l.424.787zm15.1 0l.538-1.487l-6.876 3.691l-.423.787z"/></svg>

React

import type { SVGProps } from "react";

export function TokenPhb(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="M11.986 14.362c.016-.031.051-.013.068 0l.326 3.824l-.36.34l-.378-.34c.108-1.261.329-3.793.344-3.824m-.737-2.789l.344-.428l.418.887l.424-.886l.344.427l-.768 1.655z"/><path fill="currentColor" d="m11.648 10.668l.369-.378l.374.378l-.375.687zm-6.674.292l-.335-.978l6.802 2.861l.432.756l-.59 4.271l-.518-.48l.855-3.791zm14.053 0l.335-.978l-6.802 2.861l-.433.756l.592 4.271l.517-.48l-.855-3.791zm-8.864-.478L3 5.475l.713 1.954l6.876 3.855zm3.674 0L21 5.475l-.713 1.954l-6.876 3.855zM4.45 9.462l-.537-1.487l6.875 3.691l.424.787zm15.1 0l.538-1.487l-6.876 3.691l-.423.787z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.986 14.362c.016-.031.051-.013.068 0l.326 3.824l-.36.34l-.378-.34c.108-1.261.329-3.793.344-3.824m-.737-2.789l.344-.428l.418.887l.424-.886l.344.427l-.768 1.655z"/><path fill="currentColor" d="m11.648 10.668l.369-.378l.374.378l-.375.687zm-6.674.292l-.335-.978l6.802 2.861l.432.756l-.59 4.271l-.518-.48l.855-3.791zm14.053 0l.335-.978l-6.802 2.861l-.433.756l.592 4.271l.517-.48l-.855-3.791zm-8.864-.478L3 5.475l.713 1.954l6.876 3.855zm3.674 0L21 5.475l-.713 1.954l-6.876 3.855zM4.45 9.462l-.537-1.487l6.875 3.691l.424.787zm15.1 0l.538-1.487l-6.876 3.691l-.423.787z"/></svg>
</template>

CSS

.icon-phb {
  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%22M11.986%2014.362c.016-.031.051-.013.068%200l.326%203.824l-.36.34l-.378-.34c.108-1.261.329-3.793.344-3.824m-.737-2.789l.344-.428l.418.887l.424-.886l.344.427l-.768%201.655z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.648%2010.668l.369-.378l.374.378l-.375.687zm-6.674.292l-.335-.978l6.802%202.861l.432.756l-.59%204.271l-.518-.48l.855-3.791zm14.053%200l.335-.978l-6.802%202.861l-.433.756l.592%204.271l.517-.48l-.855-3.791zm-8.864-.478L3%205.475l.713%201.954l6.876%203.855zm3.674%200L21%205.475l-.713%201.954l-6.876%203.855zM4.45%209.462l-.537-1.487l6.875%203.691l.424.787zm15.1%200l.538-1.487l-6.876%203.691l-.423.787z%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%22M11.986%2014.362c.016-.031.051-.013.068%200l.326%203.824l-.36.34l-.378-.34c.108-1.261.329-3.793.344-3.824m-.737-2.789l.344-.428l.418.887l.424-.886l.344.427l-.768%201.655z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.648%2010.668l.369-.378l.374.378l-.375.687zm-6.674.292l-.335-.978l6.802%202.861l.432.756l-.59%204.271l-.518-.48l.855-3.791zm14.053%200l.335-.978l-6.802%202.861l-.433.756l.592%204.271l.517-.48l-.855-3.791zm-8.864-.478L3%205.475l.713%201.954l6.876%203.855zm3.674%200L21%205.475l-.713%201.954l-6.876%203.855zM4.45%209.462l-.537-1.487l6.875%203.691l.424.787zm15.1%200l.538-1.487l-6.876%203.691l-.423.787z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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