nht logo
nht from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- nht
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the nht logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 5.261c-.04 3.589-3.004 4.5-4.5 4.489l.006 3.864H21V5.25z"/><path fill="currentColor" d="M16.792 18.75H12v-4.5h4.5v-9h.4A4.09 4.09 0 0 1 21 9.283v5.214a4.293 4.293 0 0 1-4.208 4.253"/><path fill="currentColor" d="M7.5 14.25h9c-3.645 0-4.494 2.852-4.5 4.387c-.056-3.453-2.818-4.353-4.331-4.387zm4.523-4.714v.506H7.376V5.283h.394a4.253 4.253 0 0 1 4.253 4.253"/><path fill="currentColor" d="M3.107 18.75H3V9.3a4.05 4.05 0 0 1 4.05-4.05h.45c0 3.487 2.728 4.483 4.05 4.5h.793a4.084 4.084 0 0 1 4.157 4.072v.428h-9v.011a4.416 4.416 0 0 1-4.393 4.489"/></svg>
React
import type { SVGProps } from "react";
export function TokenNht(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="M16.5 5.261c-.04 3.589-3.004 4.5-4.5 4.489l.006 3.864H21V5.25z"/><path fill="currentColor" d="M16.792 18.75H12v-4.5h4.5v-9h.4A4.09 4.09 0 0 1 21 9.283v5.214a4.293 4.293 0 0 1-4.208 4.253"/><path fill="currentColor" d="M7.5 14.25h9c-3.645 0-4.494 2.852-4.5 4.387c-.056-3.453-2.818-4.353-4.331-4.387zm4.523-4.714v.506H7.376V5.283h.394a4.253 4.253 0 0 1 4.253 4.253"/><path fill="currentColor" d="M3.107 18.75H3V9.3a4.05 4.05 0 0 1 4.05-4.05h.45c0 3.487 2.728 4.483 4.05 4.5h.793a4.084 4.084 0 0 1 4.157 4.072v.428h-9v.011a4.416 4.416 0 0 1-4.393 4.489"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 5.261c-.04 3.589-3.004 4.5-4.5 4.489l.006 3.864H21V5.25z"/><path fill="currentColor" d="M16.792 18.75H12v-4.5h4.5v-9h.4A4.09 4.09 0 0 1 21 9.283v5.214a4.293 4.293 0 0 1-4.208 4.253"/><path fill="currentColor" d="M7.5 14.25h9c-3.645 0-4.494 2.852-4.5 4.387c-.056-3.453-2.818-4.353-4.331-4.387zm4.523-4.714v.506H7.376V5.283h.394a4.253 4.253 0 0 1 4.253 4.253"/><path fill="currentColor" d="M3.107 18.75H3V9.3a4.05 4.05 0 0 1 4.05-4.05h.45c0 3.487 2.728 4.483 4.05 4.5h.793a4.084 4.084 0 0 1 4.157 4.072v.428h-9v.011a4.416 4.416 0 0 1-4.393 4.489"/></svg> </template>
CSS
.icon-nht {
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%22M16.5%205.261c-.04%203.589-3.004%204.5-4.5%204.489l.006%203.864H21V5.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.792%2018.75H12v-4.5h4.5v-9h.4A4.09%204.09%200%200%201%2021%209.283v5.214a4.293%204.293%200%200%201-4.208%204.253%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2014.25h9c-3.645%200-4.494%202.852-4.5%204.387c-.056-3.453-2.818-4.353-4.331-4.387zm4.523-4.714v.506H7.376V5.283h.394a4.253%204.253%200%200%201%204.253%204.253%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.107%2018.75H3V9.3a4.05%204.05%200%200%201%204.05-4.05h.45c0%203.487%202.728%204.483%204.05%204.5h.793a4.084%204.084%200%200%201%204.157%204.072v.428h-9v.011a4.416%204.416%200%200%201-4.393%204.489%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%22M16.5%205.261c-.04%203.589-3.004%204.5-4.5%204.489l.006%203.864H21V5.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.792%2018.75H12v-4.5h4.5v-9h.4A4.09%204.09%200%200%201%2021%209.283v5.214a4.293%204.293%200%200%201-4.208%204.253%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2014.25h9c-3.645%200-4.494%202.852-4.5%204.387c-.056-3.453-2.818-4.353-4.331-4.387zm4.523-4.714v.506H7.376V5.283h.394a4.253%204.253%200%200%201%204.253%204.253%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.107%2018.75H3V9.3a4.05%204.05%200%200%201%204.05-4.05h.45c0%203.487%202.728%204.483%204.05%204.5h.793a4.084%204.084%200%200%201%204.157%204.072v.428h-9v.011a4.416%204.416%200%200%201-4.393%204.489%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/nht.svg?color=%231a73e8&size=48