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

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

The same logo in other sets

Use the hbot logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.2 14.209c-1.549-.19-2.818-.985-3.428-2.01c.835-.84 2.26-1.3 3.799-1.11c1.55.19 2.82.985 3.429 2.01l-.145.135c-.85.755-2.2 1.154-3.654.975"/><path fill="currentColor" d="M15.926 15.599c-1.29-.89-2.065-2.185-2.15-3.38c1.12-.364 2.59-.115 3.88.775c1.289.885 2.064 2.18 2.149 3.37c-.07.024-.14.05-.21.064c-1.09.27-2.46 0-3.67-.835z"/><path fill="currentColor" d="M14.327 16.198c-.8-1.35-.97-2.86-.55-3.979c1.165.15 2.4 1.01 3.2 2.365c.799 1.35.964 2.864.55 3.979a3 3 0 0 1-.29-.05c-1.076-.245-2.175-1.07-2.91-2.31z"/><path fill="currentColor" d="M14.862 8.776a5.27 5.27 0 0 0-.35-4.024l-4.26 5.289c-.404-.245-.824-.455-1.259-.555a1.72 1.72 0 0 0-1.464.3c-.225.17-.35.385-.475.605c-.09.155-.18.315-.31.455C6.464 11.16 3 12.68 3 12.68l.05.115s3.234-1.45 3.889-1.33c.66.12 1.994.53 2.839 2.26c.9 1.824 2.62 2.949 3.579 2.809l-.93 2.704c4.799.235 3.09-3.849 1.61-5.898a10 10 0 0 0 1.89-.795c.36-.19.7-.435 1.009-.71a7.5 7.5 0 0 0 1.65-2.149a11 11 0 0 0 1.19-3.534l-4.92 2.624z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHbot(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="M17.2 14.209c-1.549-.19-2.818-.985-3.428-2.01c.835-.84 2.26-1.3 3.799-1.11c1.55.19 2.82.985 3.429 2.01l-.145.135c-.85.755-2.2 1.154-3.654.975"/><path fill="currentColor" d="M15.926 15.599c-1.29-.89-2.065-2.185-2.15-3.38c1.12-.364 2.59-.115 3.88.775c1.289.885 2.064 2.18 2.149 3.37c-.07.024-.14.05-.21.064c-1.09.27-2.46 0-3.67-.835z"/><path fill="currentColor" d="M14.327 16.198c-.8-1.35-.97-2.86-.55-3.979c1.165.15 2.4 1.01 3.2 2.365c.799 1.35.964 2.864.55 3.979a3 3 0 0 1-.29-.05c-1.076-.245-2.175-1.07-2.91-2.31z"/><path fill="currentColor" d="M14.862 8.776a5.27 5.27 0 0 0-.35-4.024l-4.26 5.289c-.404-.245-.824-.455-1.259-.555a1.72 1.72 0 0 0-1.464.3c-.225.17-.35.385-.475.605c-.09.155-.18.315-.31.455C6.464 11.16 3 12.68 3 12.68l.05.115s3.234-1.45 3.889-1.33c.66.12 1.994.53 2.839 2.26c.9 1.824 2.62 2.949 3.579 2.809l-.93 2.704c4.799.235 3.09-3.849 1.61-5.898a10 10 0 0 0 1.89-.795c.36-.19.7-.435 1.009-.71a7.5 7.5 0 0 0 1.65-2.149a11 11 0 0 0 1.19-3.534l-4.92 2.624z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.2 14.209c-1.549-.19-2.818-.985-3.428-2.01c.835-.84 2.26-1.3 3.799-1.11c1.55.19 2.82.985 3.429 2.01l-.145.135c-.85.755-2.2 1.154-3.654.975"/><path fill="currentColor" d="M15.926 15.599c-1.29-.89-2.065-2.185-2.15-3.38c1.12-.364 2.59-.115 3.88.775c1.289.885 2.064 2.18 2.149 3.37c-.07.024-.14.05-.21.064c-1.09.27-2.46 0-3.67-.835z"/><path fill="currentColor" d="M14.327 16.198c-.8-1.35-.97-2.86-.55-3.979c1.165.15 2.4 1.01 3.2 2.365c.799 1.35.964 2.864.55 3.979a3 3 0 0 1-.29-.05c-1.076-.245-2.175-1.07-2.91-2.31z"/><path fill="currentColor" d="M14.862 8.776a5.27 5.27 0 0 0-.35-4.024l-4.26 5.289c-.404-.245-.824-.455-1.259-.555a1.72 1.72 0 0 0-1.464.3c-.225.17-.35.385-.475.605c-.09.155-.18.315-.31.455C6.464 11.16 3 12.68 3 12.68l.05.115s3.234-1.45 3.889-1.33c.66.12 1.994.53 2.839 2.26c.9 1.824 2.62 2.949 3.579 2.809l-.93 2.704c4.799.235 3.09-3.849 1.61-5.898a10 10 0 0 0 1.89-.795c.36-.19.7-.435 1.009-.71a7.5 7.5 0 0 0 1.65-2.149a11 11 0 0 0 1.19-3.534l-4.92 2.624z"/></svg>
</template>

CSS

.icon-hbot {
  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%22M17.2%2014.209c-1.549-.19-2.818-.985-3.428-2.01c.835-.84%202.26-1.3%203.799-1.11c1.55.19%202.82.985%203.429%202.01l-.145.135c-.85.755-2.2%201.154-3.654.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.926%2015.599c-1.29-.89-2.065-2.185-2.15-3.38c1.12-.364%202.59-.115%203.88.775c1.289.885%202.064%202.18%202.149%203.37c-.07.024-.14.05-.21.064c-1.09.27-2.46%200-3.67-.835z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.327%2016.198c-.8-1.35-.97-2.86-.55-3.979c1.165.15%202.4%201.01%203.2%202.365c.799%201.35.964%202.864.55%203.979a3%203%200%200%201-.29-.05c-1.076-.245-2.175-1.07-2.91-2.31z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.862%208.776a5.27%205.27%200%200%200-.35-4.024l-4.26%205.289c-.404-.245-.824-.455-1.259-.555a1.72%201.72%200%200%200-1.464.3c-.225.17-.35.385-.475.605c-.09.155-.18.315-.31.455C6.464%2011.16%203%2012.68%203%2012.68l.05.115s3.234-1.45%203.889-1.33c.66.12%201.994.53%202.839%202.26c.9%201.824%202.62%202.949%203.579%202.809l-.93%202.704c4.799.235%203.09-3.849%201.61-5.898a10%2010%200%200%200%201.89-.795c.36-.19.7-.435%201.009-.71a7.5%207.5%200%200%200%201.65-2.149a11%2011%200%200%200%201.19-3.534l-4.92%202.624z%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%22M17.2%2014.209c-1.549-.19-2.818-.985-3.428-2.01c.835-.84%202.26-1.3%203.799-1.11c1.55.19%202.82.985%203.429%202.01l-.145.135c-.85.755-2.2%201.154-3.654.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.926%2015.599c-1.29-.89-2.065-2.185-2.15-3.38c1.12-.364%202.59-.115%203.88.775c1.289.885%202.064%202.18%202.149%203.37c-.07.024-.14.05-.21.064c-1.09.27-2.46%200-3.67-.835z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.327%2016.198c-.8-1.35-.97-2.86-.55-3.979c1.165.15%202.4%201.01%203.2%202.365c.799%201.35.964%202.864.55%203.979a3%203%200%200%201-.29-.05c-1.076-.245-2.175-1.07-2.91-2.31z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.862%208.776a5.27%205.27%200%200%200-.35-4.024l-4.26%205.289c-.404-.245-.824-.455-1.259-.555a1.72%201.72%200%200%200-1.464.3c-.225.17-.35.385-.475.605c-.09.155-.18.315-.31.455C6.464%2011.16%203%2012.68%203%2012.68l.05.115s3.234-1.45%203.889-1.33c.66.12%201.994.53%202.839%202.26c.9%201.824%202.62%202.949%203.579%202.809l-.93%202.704c4.799.235%203.09-3.849%201.61-5.898a10%2010%200%200%200%201.89-.795c.36-.19.7-.435%201.009-.71a7.5%207.5%200%200%200%201.65-2.149a11%2011%200%200%200%201.19-3.534l-4.92%202.624z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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