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

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

The same logo in other sets

Use the hemi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.725 3.002a.17.17 0 0 0-.195.135l-1.11 6.438h-.84l-1.11-6.438a.17.17 0 0 0-.195-.135c-3.975.779-7.02 4.222-7.26 8.414c0 0-.015.18-.015.27V12c0 4.447 3.135 8.16 7.275 8.983a.17.17 0 0 0 .195-.135l1.11-6.438h.84l1.11 6.453a.17.17 0 0 0 .195.135c3.96-.794 7.005-4.222 7.26-8.414c0 0 .015-.18.015-.27V12c0-4.476-3.12-8.174-7.275-8.998"/></svg>

React

import type { SVGProps } from "react";

export function TokenHemi(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="M13.725 3.002a.17.17 0 0 0-.195.135l-1.11 6.438h-.84l-1.11-6.438a.17.17 0 0 0-.195-.135c-3.975.779-7.02 4.222-7.26 8.414c0 0-.015.18-.015.27V12c0 4.447 3.135 8.16 7.275 8.983a.17.17 0 0 0 .195-.135l1.11-6.438h.84l1.11 6.453a.17.17 0 0 0 .195.135c3.96-.794 7.005-4.222 7.26-8.414c0 0 .015-.18.015-.27V12c0-4.476-3.12-8.174-7.275-8.998"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.725 3.002a.17.17 0 0 0-.195.135l-1.11 6.438h-.84l-1.11-6.438a.17.17 0 0 0-.195-.135c-3.975.779-7.02 4.222-7.26 8.414c0 0-.015.18-.015.27V12c0 4.447 3.135 8.16 7.275 8.983a.17.17 0 0 0 .195-.135l1.11-6.438h.84l1.11 6.453a.17.17 0 0 0 .195.135c3.96-.794 7.005-4.222 7.26-8.414c0 0 .015-.18.015-.27V12c0-4.476-3.12-8.174-7.275-8.998"/></svg>
</template>

CSS

.icon-hemi {
  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%22M13.725%203.002a.17.17%200%200%200-.195.135l-1.11%206.438h-.84l-1.11-6.438a.17.17%200%200%200-.195-.135c-3.975.779-7.02%204.222-7.26%208.414c0%200-.015.18-.015.27V12c0%204.447%203.135%208.16%207.275%208.983a.17.17%200%200%200%20.195-.135l1.11-6.438h.84l1.11%206.453a.17.17%200%200%200%20.195.135c3.96-.794%207.005-4.222%207.26-8.414c0%200%20.015-.18.015-.27V12c0-4.476-3.12-8.174-7.275-8.998%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%22M13.725%203.002a.17.17%200%200%200-.195.135l-1.11%206.438h-.84l-1.11-6.438a.17.17%200%200%200-.195-.135c-3.975.779-7.02%204.222-7.26%208.414c0%200-.015.18-.015.27V12c0%204.447%203.135%208.16%207.275%208.983a.17.17%200%200%200%20.195-.135l1.11-6.438h.84l1.11%206.453a.17.17%200%200%200%20.195.135c3.96-.794%207.005-4.222%207.26-8.414c0%200%20.015-.18.015-.27V12c0-4.476-3.12-8.174-7.275-8.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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