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

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

The same logo in other sets

Use the cnht logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 10.214c-2.304.077-4.05.444-4.05.885c0 .497 2.216.9 4.95.9s4.95-.403 4.95-.9c0-.44-1.746-.808-4.05-.885v1.335h-1.8z"/><path fill="currentColor" fill-rule="evenodd" d="M6.344 3.9H17.63L21 11.237L12 20.1l-9-8.863zm4.756 8.53v4.07h1.8v-4.07c2.555-.107 4.502-.662 4.502-1.331c0-.67-1.947-1.225-4.502-1.332V8.4h3.15V6.6h-8.1v1.8h3.15v1.368c-2.553.108-4.498.663-4.498 1.332c0 .668 1.945 1.224 4.498 1.331" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenCnht(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="M11.1 10.214c-2.304.077-4.05.444-4.05.885c0 .497 2.216.9 4.95.9s4.95-.403 4.95-.9c0-.44-1.746-.808-4.05-.885v1.335h-1.8z"/><path fill="currentColor" fillRule="evenodd" d="M6.344 3.9H17.63L21 11.237L12 20.1l-9-8.863zm4.756 8.53v4.07h1.8v-4.07c2.555-.107 4.502-.662 4.502-1.331c0-.67-1.947-1.225-4.502-1.332V8.4h3.15V6.6h-8.1v1.8h3.15v1.368c-2.553.108-4.498.663-4.498 1.332c0 .668 1.945 1.224 4.498 1.331" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 10.214c-2.304.077-4.05.444-4.05.885c0 .497 2.216.9 4.95.9s4.95-.403 4.95-.9c0-.44-1.746-.808-4.05-.885v1.335h-1.8z"/><path fill="currentColor" fill-rule="evenodd" d="M6.344 3.9H17.63L21 11.237L12 20.1l-9-8.863zm4.756 8.53v4.07h1.8v-4.07c2.555-.107 4.502-.662 4.502-1.331c0-.67-1.947-1.225-4.502-1.332V8.4h3.15V6.6h-8.1v1.8h3.15v1.368c-2.553.108-4.498.663-4.498 1.332c0 .668 1.945 1.224 4.498 1.331" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cnht {
  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%22M11.1%2010.214c-2.304.077-4.05.444-4.05.885c0%20.497%202.216.9%204.95.9s4.95-.403%204.95-.9c0-.44-1.746-.808-4.05-.885v1.335h-1.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.344%203.9H17.63L21%2011.237L12%2020.1l-9-8.863zm4.756%208.53v4.07h1.8v-4.07c2.555-.107%204.502-.662%204.502-1.331c0-.67-1.947-1.225-4.502-1.332V8.4h3.15V6.6h-8.1v1.8h3.15v1.368c-2.553.108-4.498.663-4.498%201.332c0%20.668%201.945%201.224%204.498%201.331%22%20clip-rule%3D%22evenodd%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%22M11.1%2010.214c-2.304.077-4.05.444-4.05.885c0%20.497%202.216.9%204.95.9s4.95-.403%204.95-.9c0-.44-1.746-.808-4.05-.885v1.335h-1.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.344%203.9H17.63L21%2011.237L12%2020.1l-9-8.863zm4.756%208.53v4.07h1.8v-4.07c2.555-.107%204.502-.662%204.502-1.331c0-.67-1.947-1.225-4.502-1.332V8.4h3.15V6.6h-8.1v1.8h3.15v1.368c-2.553.108-4.498.663-4.498%201.332c0%20.668%201.945%201.224%204.498%201.331%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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