nbt logo
nbt from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- nbt
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the nbt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 12a9 9 0 1 1-17.999 0A9 9 0 0 1 21 12m-1.059 0a7.942 7.942 0 1 1-15.883 0a7.942 7.942 0 0 1 15.883 0" clip-rule="evenodd"/><path fill="currentColor" d="M16.235 13.98c0 .657-.62 1.197-1.324 1.197s-1.323-.54-1.323-1.197V9.883c0-.794-.46-1.588-1.525-1.588h-.127c-1.064 0-1.525.794-1.525 1.588v4.097c0 .657-.62 1.197-1.323 1.197c-.704 0-1.324-.54-1.324-1.197V9.353c0-2.112 1.906-3.706 4.15-3.706h.128c2.223 0 4.193 1.605 4.193 3.706z"/><path fill="currentColor" d="M9.088 8.295a1.323 1.323 0 1 0 0-2.647a1.323 1.323 0 0 0 0 2.647m-1.324 7.939h8.47v1.06h-8.47z"/></svg>
React
import type { SVGProps } from "react";
export function TokenNbt(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" fillRule="evenodd" d="M21 12a9 9 0 1 1-17.999 0A9 9 0 0 1 21 12m-1.059 0a7.942 7.942 0 1 1-15.883 0a7.942 7.942 0 0 1 15.883 0" clipRule="evenodd"/><path fill="currentColor" d="M16.235 13.98c0 .657-.62 1.197-1.324 1.197s-1.323-.54-1.323-1.197V9.883c0-.794-.46-1.588-1.525-1.588h-.127c-1.064 0-1.525.794-1.525 1.588v4.097c0 .657-.62 1.197-1.323 1.197c-.704 0-1.324-.54-1.324-1.197V9.353c0-2.112 1.906-3.706 4.15-3.706h.128c2.223 0 4.193 1.605 4.193 3.706z"/><path fill="currentColor" d="M9.088 8.295a1.323 1.323 0 1 0 0-2.647a1.323 1.323 0 0 0 0 2.647m-1.324 7.939h8.47v1.06h-8.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 12a9 9 0 1 1-17.999 0A9 9 0 0 1 21 12m-1.059 0a7.942 7.942 0 1 1-15.883 0a7.942 7.942 0 0 1 15.883 0" clip-rule="evenodd"/><path fill="currentColor" d="M16.235 13.98c0 .657-.62 1.197-1.324 1.197s-1.323-.54-1.323-1.197V9.883c0-.794-.46-1.588-1.525-1.588h-.127c-1.064 0-1.525.794-1.525 1.588v4.097c0 .657-.62 1.197-1.323 1.197c-.704 0-1.324-.54-1.324-1.197V9.353c0-2.112 1.906-3.706 4.15-3.706h.128c2.223 0 4.193 1.605 4.193 3.706z"/><path fill="currentColor" d="M9.088 8.295a1.323 1.323 0 1 0 0-2.647a1.323 1.323 0 0 0 0 2.647m-1.324 7.939h8.47v1.06h-8.47z"/></svg> </template>
CSS
.icon-nbt {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2012a9%209%200%201%201-17.999%200A9%209%200%200%201%2021%2012m-1.059%200a7.942%207.942%200%201%201-15.883%200a7.942%207.942%200%200%201%2015.883%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.235%2013.98c0%20.657-.62%201.197-1.324%201.197s-1.323-.54-1.323-1.197V9.883c0-.794-.46-1.588-1.525-1.588h-.127c-1.064%200-1.525.794-1.525%201.588v4.097c0%20.657-.62%201.197-1.323%201.197c-.704%200-1.324-.54-1.324-1.197V9.353c0-2.112%201.906-3.706%204.15-3.706h.128c2.223%200%204.193%201.605%204.193%203.706z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.088%208.295a1.323%201.323%200%201%200%200-2.647a1.323%201.323%200%200%200%200%202.647m-1.324%207.939h8.47v1.06h-8.47z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2012a9%209%200%201%201-17.999%200A9%209%200%200%201%2021%2012m-1.059%200a7.942%207.942%200%201%201-15.883%200a7.942%207.942%200%200%201%2015.883%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.235%2013.98c0%20.657-.62%201.197-1.324%201.197s-1.323-.54-1.323-1.197V9.883c0-.794-.46-1.588-1.525-1.588h-.127c-1.064%200-1.525.794-1.525%201.588v4.097c0%20.657-.62%201.197-1.323%201.197c-.704%200-1.324-.54-1.324-1.197V9.353c0-2.112%201.906-3.706%204.15-3.706h.128c2.223%200%204.193%201.605%204.193%203.706z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.088%208.295a1.323%201.323%200%201%200%200-2.647a1.323%201.323%200%200%200%200%202.647m-1.324%207.939h8.47v1.06h-8.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/nbt.svg?color=%231a73e8&size=48