hnt from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
hnt
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the hnt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#4655f6" d="M15.193 3.995a3.4 3.4 0 0 0-.93 1.737A6.64 6.64 0 0 0 7.251 7.24a6.64 6.64 0 0 0-1.506 7.018a3.402 3.402 0 1 0 3.999 3.985a6.64 6.64 0 0 0 6.993-1.518a6.64 6.64 0 0 0 1.519-6.986A3.404 3.404 0 0 0 20.599 4.8a3.402 3.402 0 0 0-5.406-.806m3.975.798a2.25 2.25 0 0 1-1.909 3.813a.4.4 0 0 0-.099 0a1.154 1.154 0 0 0-1.237.756c-.104.287-.09.602.039.878a4.32 4.32 0 0 1-.863 4.849a4.315 4.315 0 0 1-4.85.862a1.15 1.15 0 0 0-.888-.035a1.154 1.154 0 0 0-.753 1.168a.4.4 0 0 0 0 .115a2.26 2.26 0 0 1-.627 1.958a2.25 2.25 0 0 1-3.665-.728a2.2 2.2 0 0 1-.17-.86c0-.6.233-1.165.658-1.59c.504-.504 1.2-.735 1.943-.633q.114.024.23.026a1.15 1.15 0 0 0 1.08-.747a1.16 1.16 0 0 0-.03-.899a4.32 4.32 0 0 1 .862-4.847a4.32 4.32 0 0 1 4.85-.863c.289.135.607.139.885.036a1.15 1.15 0 0 0 .651-.6a1.16 1.16 0 0 0 .088-.7a2.25 2.25 0 0 1 .627-1.959a2.25 2.25 0 0 1 3.178 0M10.25 10.24a2.49 2.49 0 1 0 3.521 3.52a2.49 2.49 0 0 0-3.521-3.52"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedHnt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#4655f6" d="M15.193 3.995a3.4 3.4 0 0 0-.93 1.737A6.64 6.64 0 0 0 7.251 7.24a6.64 6.64 0 0 0-1.506 7.018a3.402 3.402 0 1 0 3.999 3.985a6.64 6.64 0 0 0 6.993-1.518a6.64 6.64 0 0 0 1.519-6.986A3.404 3.404 0 0 0 20.599 4.8a3.402 3.402 0 0 0-5.406-.806m3.975.798a2.25 2.25 0 0 1-1.909 3.813a.4.4 0 0 0-.099 0a1.154 1.154 0 0 0-1.237.756c-.104.287-.09.602.039.878a4.32 4.32 0 0 1-.863 4.849a4.315 4.315 0 0 1-4.85.862a1.15 1.15 0 0 0-.888-.035a1.154 1.154 0 0 0-.753 1.168a.4.4 0 0 0 0 .115a2.26 2.26 0 0 1-.627 1.958a2.25 2.25 0 0 1-3.665-.728a2.2 2.2 0 0 1-.17-.86c0-.6.233-1.165.658-1.59c.504-.504 1.2-.735 1.943-.633q.114.024.23.026a1.15 1.15 0 0 0 1.08-.747a1.16 1.16 0 0 0-.03-.899a4.32 4.32 0 0 1 .862-4.847a4.32 4.32 0 0 1 4.85-.863c.289.135.607.139.885.036a1.15 1.15 0 0 0 .651-.6a1.16 1.16 0 0 0 .088-.7a2.25 2.25 0 0 1 .627-1.959a2.25 2.25 0 0 1 3.178 0M10.25 10.24a2.49 2.49 0 1 0 3.521 3.52a2.49 2.49 0 0 0-3.521-3.52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#4655f6" d="M15.193 3.995a3.4 3.4 0 0 0-.93 1.737A6.64 6.64 0 0 0 7.251 7.24a6.64 6.64 0 0 0-1.506 7.018a3.402 3.402 0 1 0 3.999 3.985a6.64 6.64 0 0 0 6.993-1.518a6.64 6.64 0 0 0 1.519-6.986A3.404 3.404 0 0 0 20.599 4.8a3.402 3.402 0 0 0-5.406-.806m3.975.798a2.25 2.25 0 0 1-1.909 3.813a.4.4 0 0 0-.099 0a1.154 1.154 0 0 0-1.237.756c-.104.287-.09.602.039.878a4.32 4.32 0 0 1-.863 4.849a4.315 4.315 0 0 1-4.85.862a1.15 1.15 0 0 0-.888-.035a1.154 1.154 0 0 0-.753 1.168a.4.4 0 0 0 0 .115a2.26 2.26 0 0 1-.627 1.958a2.25 2.25 0 0 1-3.665-.728a2.2 2.2 0 0 1-.17-.86c0-.6.233-1.165.658-1.59c.504-.504 1.2-.735 1.943-.633q.114.024.23.026a1.15 1.15 0 0 0 1.08-.747a1.16 1.16 0 0 0-.03-.899a4.32 4.32 0 0 1 .862-4.847a4.32 4.32 0 0 1 4.85-.863c.289.135.607.139.885.036a1.15 1.15 0 0 0 .651-.6a1.16 1.16 0 0 0 .088-.7a2.25 2.25 0 0 1 .627-1.959a2.25 2.25 0 0 1 3.178 0M10.25 10.24a2.49 2.49 0 1 0 3.521 3.52a2.49 2.49 0 0 0-3.521-3.52"/></svg>
</template>

CSS

.icon-hnt {
  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%22%234655f6%22%20d%3D%22M15.193%203.995a3.4%203.4%200%200%200-.93%201.737A6.64%206.64%200%200%200%207.251%207.24a6.64%206.64%200%200%200-1.506%207.018a3.402%203.402%200%201%200%203.999%203.985a6.64%206.64%200%200%200%206.993-1.518a6.64%206.64%200%200%200%201.519-6.986A3.404%203.404%200%200%200%2020.599%204.8a3.402%203.402%200%200%200-5.406-.806m3.975.798a2.25%202.25%200%200%201-1.909%203.813a.4.4%200%200%200-.099%200a1.154%201.154%200%200%200-1.237.756c-.104.287-.09.602.039.878a4.32%204.32%200%200%201-.863%204.849a4.315%204.315%200%200%201-4.85.862a1.15%201.15%200%200%200-.888-.035a1.154%201.154%200%200%200-.753%201.168a.4.4%200%200%200%200%20.115a2.26%202.26%200%200%201-.627%201.958a2.25%202.25%200%200%201-3.665-.728a2.2%202.2%200%200%201-.17-.86c0-.6.233-1.165.658-1.59c.504-.504%201.2-.735%201.943-.633q.114.024.23.026a1.15%201.15%200%200%200%201.08-.747a1.16%201.16%200%200%200-.03-.899a4.32%204.32%200%200%201%20.862-4.847a4.32%204.32%200%200%201%204.85-.863c.289.135.607.139.885.036a1.15%201.15%200%200%200%20.651-.6a1.16%201.16%200%200%200%20.088-.7a2.25%202.25%200%200%201%20.627-1.959a2.25%202.25%200%200%201%203.178%200M10.25%2010.24a2.49%202.49%200%201%200%203.521%203.52a2.49%202.49%200%200%200-3.521-3.52%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%22%234655f6%22%20d%3D%22M15.193%203.995a3.4%203.4%200%200%200-.93%201.737A6.64%206.64%200%200%200%207.251%207.24a6.64%206.64%200%200%200-1.506%207.018a3.402%203.402%200%201%200%203.999%203.985a6.64%206.64%200%200%200%206.993-1.518a6.64%206.64%200%200%200%201.519-6.986A3.404%203.404%200%200%200%2020.599%204.8a3.402%203.402%200%200%200-5.406-.806m3.975.798a2.25%202.25%200%200%201-1.909%203.813a.4.4%200%200%200-.099%200a1.154%201.154%200%200%200-1.237.756c-.104.287-.09.602.039.878a4.32%204.32%200%200%201-.863%204.849a4.315%204.315%200%200%201-4.85.862a1.15%201.15%200%200%200-.888-.035a1.154%201.154%200%200%200-.753%201.168a.4.4%200%200%200%200%20.115a2.26%202.26%200%200%201-.627%201.958a2.25%202.25%200%200%201-3.665-.728a2.2%202.2%200%200%201-.17-.86c0-.6.233-1.165.658-1.59c.504-.504%201.2-.735%201.943-.633q.114.024.23.026a1.15%201.15%200%200%200%201.08-.747a1.16%201.16%200%200%200-.03-.899a4.32%204.32%200%200%201%20.862-4.847a4.32%204.32%200%200%201%204.85-.863c.289.135.607.139.885.036a1.15%201.15%200%200%200%20.651-.6a1.16%201.16%200%200%200%20.088-.7a2.25%202.25%200%200%201%20.627-1.959a2.25%202.25%200%200%201%203.178%200M10.25%2010.24a2.49%202.49%200%201%200%203.521%203.52a2.49%202.49%200%200%200-3.521-3.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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