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

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

The same logo in other sets

Use the nsbt 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 12l-9-9l-9 9l9 9zM9.5 16h-1v-3.5h-2v-1h2V8h1l5 6.28V8h1v3.5h2v1h-2V16h-1l-5-6.245z" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 16h-1v-3.5h-2v-1h2v-.894a4.3 4.3 0 0 0-.895-.106C5.355 10.5 3 12 3 12l9 9l8.975-8.97c-.3.17-2.045.97-4.645.97q-.406-.001-.83-.062v3.061h-1l-3.707-4.63a24 24 0 0 0-1.293-.483z"/><path fill="currentColor" d="m12.831 12.183l1.67 2.096V12.73a17 17 0 0 1-1.67-.547"/></svg>

React

import type { SVGProps } from "react";

export function TokenNsbt(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 12l-9-9l-9 9l9 9zM9.5 16h-1v-3.5h-2v-1h2V8h1l5 6.28V8h1v3.5h2v1h-2V16h-1l-5-6.245z" clipRule="evenodd"/><path fill="currentColor" d="M9.5 16h-1v-3.5h-2v-1h2v-.894a4.3 4.3 0 0 0-.895-.106C5.355 10.5 3 12 3 12l9 9l8.975-8.97c-.3.17-2.045.97-4.645.97q-.406-.001-.83-.062v3.061h-1l-3.707-4.63a24 24 0 0 0-1.293-.483z"/><path fill="currentColor" d="m12.831 12.183l1.67 2.096V12.73a17 17 0 0 1-1.67-.547"/></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 12l-9-9l-9 9l9 9zM9.5 16h-1v-3.5h-2v-1h2V8h1l5 6.28V8h1v3.5h2v1h-2V16h-1l-5-6.245z" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 16h-1v-3.5h-2v-1h2v-.894a4.3 4.3 0 0 0-.895-.106C5.355 10.5 3 12 3 12l9 9l8.975-8.97c-.3.17-2.045.97-4.645.97q-.406-.001-.83-.062v3.061h-1l-3.707-4.63a24 24 0 0 0-1.293-.483z"/><path fill="currentColor" d="m12.831 12.183l1.67 2.096V12.73a17 17 0 0 1-1.67-.547"/></svg>
</template>

CSS

.icon-nsbt {
  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%2012l-9-9l-9%209l9%209zM9.5%2016h-1v-3.5h-2v-1h2V8h1l5%206.28V8h1v3.5h2v1h-2V16h-1l-5-6.245z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016h-1v-3.5h-2v-1h2v-.894a4.3%204.3%200%200%200-.895-.106C5.355%2010.5%203%2012%203%2012l9%209l8.975-8.97c-.3.17-2.045.97-4.645.97q-.406-.001-.83-.062v3.061h-1l-3.707-4.63a24%2024%200%200%200-1.293-.483z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.831%2012.183l1.67%202.096V12.73a17%2017%200%200%201-1.67-.547%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%2012l-9-9l-9%209l9%209zM9.5%2016h-1v-3.5h-2v-1h2V8h1l5%206.28V8h1v3.5h2v1h-2V16h-1l-5-6.245z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016h-1v-3.5h-2v-1h2v-.894a4.3%204.3%200%200%200-.895-.106C5.355%2010.5%203%2012%203%2012l9%209l8.975-8.97c-.3.17-2.045.97-4.645.97q-.406-.001-.83-.062v3.061h-1l-3.707-4.63a24%2024%200%200%200-1.293-.483z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.831%2012.183l1.67%202.096V12.73a17%2017%200%200%201-1.67-.547%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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