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

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

The same logo in other sets

Use the htr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12c0-4.385 3.615-8 8-8s8 3.615 8 8s-3.615 8-8 8s-8-3.615-8-8m8-9a9 9 0 1 0 0 18a9 9 0 0 0 0-18m1.5 6.5c-1.27.045-2.35.43-3 1.5V6H9v7.5H8V15h4v-1.5h-1v-.68c0-.95.945-2 1.92-2.025c1.325-.035 1.975.81 2.08 2.025v4.68h1.5v-5.2c0-1.8-1.5-2.8-3-2.8M8 16v1.5h4V16z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHtr(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="M4 12c0-4.385 3.615-8 8-8s8 3.615 8 8s-3.615 8-8 8s-8-3.615-8-8m8-9a9 9 0 1 0 0 18a9 9 0 0 0 0-18m1.5 6.5c-1.27.045-2.35.43-3 1.5V6H9v7.5H8V15h4v-1.5h-1v-.68c0-.95.945-2 1.92-2.025c1.325-.035 1.975.81 2.08 2.025v4.68h1.5v-5.2c0-1.8-1.5-2.8-3-2.8M8 16v1.5h4V16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12c0-4.385 3.615-8 8-8s8 3.615 8 8s-3.615 8-8 8s-8-3.615-8-8m8-9a9 9 0 1 0 0 18a9 9 0 0 0 0-18m1.5 6.5c-1.27.045-2.35.43-3 1.5V6H9v7.5H8V15h4v-1.5h-1v-.68c0-.95.945-2 1.92-2.025c1.325-.035 1.975.81 2.08 2.025v4.68h1.5v-5.2c0-1.8-1.5-2.8-3-2.8M8 16v1.5h4V16z"/></svg>
</template>

CSS

.icon-htr {
  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%22M4%2012c0-4.385%203.615-8%208-8s8%203.615%208%208s-3.615%208-8%208s-8-3.615-8-8m8-9a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m1.5%206.5c-1.27.045-2.35.43-3%201.5V6H9v7.5H8V15h4v-1.5h-1v-.68c0-.95.945-2%201.92-2.025c1.325-.035%201.975.81%202.08%202.025v4.68h1.5v-5.2c0-1.8-1.5-2.8-3-2.8M8%2016v1.5h4V16z%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%22M4%2012c0-4.385%203.615-8%208-8s8%203.615%208%208s-3.615%208-8%208s-8-3.615-8-8m8-9a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m1.5%206.5c-1.27.045-2.35.43-3%201.5V6H9v7.5H8V15h4v-1.5h-1v-.68c0-.95.945-2%201.92-2.025c1.325-.035%201.975.81%202.08%202.025v4.68h1.5v-5.2c0-1.8-1.5-2.8-3-2.8M8%2016v1.5h4V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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