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

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

The same logo in other sets

Use the hez logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.047 12.552c.017.09 0 .18-.028.264l-.641 1.604a.51.51 0 0 1-.383.332l-1.823.337a.505.505 0 0 1-.585-.428a.6.6 0 0 1 0-.19l.293-1.604a.5.5 0 0 1 .422-.422l2.171-.337a.5.5 0 0 1 .514.257q.049.09.06.193zm-1.31.563l-.929.14a.17.17 0 0 0-.14.14l-.09.49a.174.174 0 0 0 .134.203a.2.2 0 0 0 .062 0l.822-.152a.17.17 0 0 0 .129-.101l.191-.478a.18.18 0 0 0-.095-.231a.16.16 0 0 0-.085-.011m2.615-3.904a.56.56 0 0 1-.028.253l-.619 1.614a.51.51 0 0 1-.4.338l-2.508.371a.51.51 0 0 1-.568-.619l.292-1.62a.53.53 0 0 1 .433-.427l2.83-.366a.506.506 0 0 1 .562.456zm-1.586.523l-1.62.214a.17.17 0 0 0-.147.14l-.09.524a.17.17 0 0 0 .135.202h.057l1.513-.225a.17.17 0 0 0 .13-.112l.202-.507a.175.175 0 0 0-.09-.225a.16.16 0 0 0-.09-.01M21 5.054a1 1 0 0 1-.045.304l-.866 2.261a.68.68 0 0 1-.546.45l-4.545.602a.676.676 0 0 1-.754-.608a.7.7 0 0 1 0-.208l.501-2.475a.69.69 0 0 1 .607-.58l4.922-.393a.685.685 0 0 1 .726.647m-1.946.68l-3.47.299l-.26 1.39l3.42-.49a.34.34 0 0 0 .265-.208l.27-.664a.23.23 0 0 0-.113-.304a.2.2 0 0 0-.112-.022"/><path fill="currentColor" d="M8.592 6.657H5.7a.774.774 0 0 0-.748.653l-1.94 11.362a.788.788 0 0 0 .748.923h2.885a.776.776 0 0 0 .754-.653l.568-3.588a.31.31 0 0 1 .298-.26h1.857a.31.31 0 0 1 .24.114a.31.31 0 0 1 .063.258l-.506 3.206a.788.788 0 0 0 .748.923h2.886a.765.765 0 0 0 .748-.653l1.94-11.362a.787.787 0 0 0-.742-.923h-2.886a.775.775 0 0 0-.748.647l-.568 3.595a.31.31 0 0 1-.298.258H9.143a.31.31 0 0 1-.304-.315v-.056l.506-3.206a.787.787 0 0 0-.753-.923"/></svg>

React

import type { SVGProps } from "react";

export function TokenHez(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="M18.047 12.552c.017.09 0 .18-.028.264l-.641 1.604a.51.51 0 0 1-.383.332l-1.823.337a.505.505 0 0 1-.585-.428a.6.6 0 0 1 0-.19l.293-1.604a.5.5 0 0 1 .422-.422l2.171-.337a.5.5 0 0 1 .514.257q.049.09.06.193zm-1.31.563l-.929.14a.17.17 0 0 0-.14.14l-.09.49a.174.174 0 0 0 .134.203a.2.2 0 0 0 .062 0l.822-.152a.17.17 0 0 0 .129-.101l.191-.478a.18.18 0 0 0-.095-.231a.16.16 0 0 0-.085-.011m2.615-3.904a.56.56 0 0 1-.028.253l-.619 1.614a.51.51 0 0 1-.4.338l-2.508.371a.51.51 0 0 1-.568-.619l.292-1.62a.53.53 0 0 1 .433-.427l2.83-.366a.506.506 0 0 1 .562.456zm-1.586.523l-1.62.214a.17.17 0 0 0-.147.14l-.09.524a.17.17 0 0 0 .135.202h.057l1.513-.225a.17.17 0 0 0 .13-.112l.202-.507a.175.175 0 0 0-.09-.225a.16.16 0 0 0-.09-.01M21 5.054a1 1 0 0 1-.045.304l-.866 2.261a.68.68 0 0 1-.546.45l-4.545.602a.676.676 0 0 1-.754-.608a.7.7 0 0 1 0-.208l.501-2.475a.69.69 0 0 1 .607-.58l4.922-.393a.685.685 0 0 1 .726.647m-1.946.68l-3.47.299l-.26 1.39l3.42-.49a.34.34 0 0 0 .265-.208l.27-.664a.23.23 0 0 0-.113-.304a.2.2 0 0 0-.112-.022"/><path fill="currentColor" d="M8.592 6.657H5.7a.774.774 0 0 0-.748.653l-1.94 11.362a.788.788 0 0 0 .748.923h2.885a.776.776 0 0 0 .754-.653l.568-3.588a.31.31 0 0 1 .298-.26h1.857a.31.31 0 0 1 .24.114a.31.31 0 0 1 .063.258l-.506 3.206a.788.788 0 0 0 .748.923h2.886a.765.765 0 0 0 .748-.653l1.94-11.362a.787.787 0 0 0-.742-.923h-2.886a.775.775 0 0 0-.748.647l-.568 3.595a.31.31 0 0 1-.298.258H9.143a.31.31 0 0 1-.304-.315v-.056l.506-3.206a.787.787 0 0 0-.753-.923"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.047 12.552c.017.09 0 .18-.028.264l-.641 1.604a.51.51 0 0 1-.383.332l-1.823.337a.505.505 0 0 1-.585-.428a.6.6 0 0 1 0-.19l.293-1.604a.5.5 0 0 1 .422-.422l2.171-.337a.5.5 0 0 1 .514.257q.049.09.06.193zm-1.31.563l-.929.14a.17.17 0 0 0-.14.14l-.09.49a.174.174 0 0 0 .134.203a.2.2 0 0 0 .062 0l.822-.152a.17.17 0 0 0 .129-.101l.191-.478a.18.18 0 0 0-.095-.231a.16.16 0 0 0-.085-.011m2.615-3.904a.56.56 0 0 1-.028.253l-.619 1.614a.51.51 0 0 1-.4.338l-2.508.371a.51.51 0 0 1-.568-.619l.292-1.62a.53.53 0 0 1 .433-.427l2.83-.366a.506.506 0 0 1 .562.456zm-1.586.523l-1.62.214a.17.17 0 0 0-.147.14l-.09.524a.17.17 0 0 0 .135.202h.057l1.513-.225a.17.17 0 0 0 .13-.112l.202-.507a.175.175 0 0 0-.09-.225a.16.16 0 0 0-.09-.01M21 5.054a1 1 0 0 1-.045.304l-.866 2.261a.68.68 0 0 1-.546.45l-4.545.602a.676.676 0 0 1-.754-.608a.7.7 0 0 1 0-.208l.501-2.475a.69.69 0 0 1 .607-.58l4.922-.393a.685.685 0 0 1 .726.647m-1.946.68l-3.47.299l-.26 1.39l3.42-.49a.34.34 0 0 0 .265-.208l.27-.664a.23.23 0 0 0-.113-.304a.2.2 0 0 0-.112-.022"/><path fill="currentColor" d="M8.592 6.657H5.7a.774.774 0 0 0-.748.653l-1.94 11.362a.788.788 0 0 0 .748.923h2.885a.776.776 0 0 0 .754-.653l.568-3.588a.31.31 0 0 1 .298-.26h1.857a.31.31 0 0 1 .24.114a.31.31 0 0 1 .063.258l-.506 3.206a.788.788 0 0 0 .748.923h2.886a.765.765 0 0 0 .748-.653l1.94-11.362a.787.787 0 0 0-.742-.923h-2.886a.775.775 0 0 0-.748.647l-.568 3.595a.31.31 0 0 1-.298.258H9.143a.31.31 0 0 1-.304-.315v-.056l.506-3.206a.787.787 0 0 0-.753-.923"/></svg>
</template>

CSS

.icon-hez {
  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%22M18.047%2012.552c.017.09%200%20.18-.028.264l-.641%201.604a.51.51%200%200%201-.383.332l-1.823.337a.505.505%200%200%201-.585-.428a.6.6%200%200%201%200-.19l.293-1.604a.5.5%200%200%201%20.422-.422l2.171-.337a.5.5%200%200%201%20.514.257q.049.09.06.193zm-1.31.563l-.929.14a.17.17%200%200%200-.14.14l-.09.49a.174.174%200%200%200%20.134.203a.2.2%200%200%200%20.062%200l.822-.152a.17.17%200%200%200%20.129-.101l.191-.478a.18.18%200%200%200-.095-.231a.16.16%200%200%200-.085-.011m2.615-3.904a.56.56%200%200%201-.028.253l-.619%201.614a.51.51%200%200%201-.4.338l-2.508.371a.51.51%200%200%201-.568-.619l.292-1.62a.53.53%200%200%201%20.433-.427l2.83-.366a.506.506%200%200%201%20.562.456zm-1.586.523l-1.62.214a.17.17%200%200%200-.147.14l-.09.524a.17.17%200%200%200%20.135.202h.057l1.513-.225a.17.17%200%200%200%20.13-.112l.202-.507a.175.175%200%200%200-.09-.225a.16.16%200%200%200-.09-.01M21%205.054a1%201%200%200%201-.045.304l-.866%202.261a.68.68%200%200%201-.546.45l-4.545.602a.676.676%200%200%201-.754-.608a.7.7%200%200%201%200-.208l.501-2.475a.69.69%200%200%201%20.607-.58l4.922-.393a.685.685%200%200%201%20.726.647m-1.946.68l-3.47.299l-.26%201.39l3.42-.49a.34.34%200%200%200%20.265-.208l.27-.664a.23.23%200%200%200-.113-.304a.2.2%200%200%200-.112-.022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.592%206.657H5.7a.774.774%200%200%200-.748.653l-1.94%2011.362a.788.788%200%200%200%20.748.923h2.885a.776.776%200%200%200%20.754-.653l.568-3.588a.31.31%200%200%201%20.298-.26h1.857a.31.31%200%200%201%20.24.114a.31.31%200%200%201%20.063.258l-.506%203.206a.788.788%200%200%200%20.748.923h2.886a.765.765%200%200%200%20.748-.653l1.94-11.362a.787.787%200%200%200-.742-.923h-2.886a.775.775%200%200%200-.748.647l-.568%203.595a.31.31%200%200%201-.298.258H9.143a.31.31%200%200%201-.304-.315v-.056l.506-3.206a.787.787%200%200%200-.753-.923%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%22M18.047%2012.552c.017.09%200%20.18-.028.264l-.641%201.604a.51.51%200%200%201-.383.332l-1.823.337a.505.505%200%200%201-.585-.428a.6.6%200%200%201%200-.19l.293-1.604a.5.5%200%200%201%20.422-.422l2.171-.337a.5.5%200%200%201%20.514.257q.049.09.06.193zm-1.31.563l-.929.14a.17.17%200%200%200-.14.14l-.09.49a.174.174%200%200%200%20.134.203a.2.2%200%200%200%20.062%200l.822-.152a.17.17%200%200%200%20.129-.101l.191-.478a.18.18%200%200%200-.095-.231a.16.16%200%200%200-.085-.011m2.615-3.904a.56.56%200%200%201-.028.253l-.619%201.614a.51.51%200%200%201-.4.338l-2.508.371a.51.51%200%200%201-.568-.619l.292-1.62a.53.53%200%200%201%20.433-.427l2.83-.366a.506.506%200%200%201%20.562.456zm-1.586.523l-1.62.214a.17.17%200%200%200-.147.14l-.09.524a.17.17%200%200%200%20.135.202h.057l1.513-.225a.17.17%200%200%200%20.13-.112l.202-.507a.175.175%200%200%200-.09-.225a.16.16%200%200%200-.09-.01M21%205.054a1%201%200%200%201-.045.304l-.866%202.261a.68.68%200%200%201-.546.45l-4.545.602a.676.676%200%200%201-.754-.608a.7.7%200%200%201%200-.208l.501-2.475a.69.69%200%200%201%20.607-.58l4.922-.393a.685.685%200%200%201%20.726.647m-1.946.68l-3.47.299l-.26%201.39l3.42-.49a.34.34%200%200%200%20.265-.208l.27-.664a.23.23%200%200%200-.113-.304a.2.2%200%200%200-.112-.022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.592%206.657H5.7a.774.774%200%200%200-.748.653l-1.94%2011.362a.788.788%200%200%200%20.748.923h2.885a.776.776%200%200%200%20.754-.653l.568-3.588a.31.31%200%200%201%20.298-.26h1.857a.31.31%200%200%201%20.24.114a.31.31%200%200%201%20.063.258l-.506%203.206a.788.788%200%200%200%20.748.923h2.886a.765.765%200%200%200%20.748-.653l1.94-11.362a.787.787%200%200%200-.742-.923h-2.886a.775.775%200%200%200-.748.647l-.568%203.595a.31.31%200%200%201-.298.258H9.143a.31.31%200%200%201-.304-.315v-.056l.506-3.206a.787.787%200%200%200-.753-.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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