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

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

The same logo in other sets

Use the stbu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.818 10.91h1.637v3.817c0 3.682 3.42 4.364 5.182 4.364c.6 0 .818-.13.818-.13v-3.143h-.338c-.71 0-1.844-.283-1.844-1.516V4.909h-3.818v3.273h-1.637zm-5.416 5.198A4.67 4.67 0 0 1 4.587 15L3 17.471s1.653 1.62 4.418 1.62c2.858 0 5.128-1.669 5.128-3.545c0-2.378-2.946-3.142-4.473-3.688c-.742-.261-1.255-.403-1.255-.676c0-.382.497-.59 1.053-.59c1.55 0 2.618.896 2.618.896l1.271-2.619s-1.309-1.254-3.889-1.254c-2.553 0-4.598 1.227-4.598 3.294c0 2.357 2.29 3.257 3.829 3.835c.79.3 1.353.545 1.353.873c0 .365-.497.49-1.053.49"/><path fill="currentColor" d="M18.273 10.91H21V8.182h-2.727z"/></svg>

React

import type { SVGProps } from "react";

export function TokenStbu(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="M12.818 10.91h1.637v3.817c0 3.682 3.42 4.364 5.182 4.364c.6 0 .818-.13.818-.13v-3.143h-.338c-.71 0-1.844-.283-1.844-1.516V4.909h-3.818v3.273h-1.637zm-5.416 5.198A4.67 4.67 0 0 1 4.587 15L3 17.471s1.653 1.62 4.418 1.62c2.858 0 5.128-1.669 5.128-3.545c0-2.378-2.946-3.142-4.473-3.688c-.742-.261-1.255-.403-1.255-.676c0-.382.497-.59 1.053-.59c1.55 0 2.618.896 2.618.896l1.271-2.619s-1.309-1.254-3.889-1.254c-2.553 0-4.598 1.227-4.598 3.294c0 2.357 2.29 3.257 3.829 3.835c.79.3 1.353.545 1.353.873c0 .365-.497.49-1.053.49"/><path fill="currentColor" d="M18.273 10.91H21V8.182h-2.727z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.818 10.91h1.637v3.817c0 3.682 3.42 4.364 5.182 4.364c.6 0 .818-.13.818-.13v-3.143h-.338c-.71 0-1.844-.283-1.844-1.516V4.909h-3.818v3.273h-1.637zm-5.416 5.198A4.67 4.67 0 0 1 4.587 15L3 17.471s1.653 1.62 4.418 1.62c2.858 0 5.128-1.669 5.128-3.545c0-2.378-2.946-3.142-4.473-3.688c-.742-.261-1.255-.403-1.255-.676c0-.382.497-.59 1.053-.59c1.55 0 2.618.896 2.618.896l1.271-2.619s-1.309-1.254-3.889-1.254c-2.553 0-4.598 1.227-4.598 3.294c0 2.357 2.29 3.257 3.829 3.835c.79.3 1.353.545 1.353.873c0 .365-.497.49-1.053.49"/><path fill="currentColor" d="M18.273 10.91H21V8.182h-2.727z"/></svg>
</template>

CSS

.icon-stbu {
  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%22M12.818%2010.91h1.637v3.817c0%203.682%203.42%204.364%205.182%204.364c.6%200%20.818-.13.818-.13v-3.143h-.338c-.71%200-1.844-.283-1.844-1.516V4.909h-3.818v3.273h-1.637zm-5.416%205.198A4.67%204.67%200%200%201%204.587%2015L3%2017.471s1.653%201.62%204.418%201.62c2.858%200%205.128-1.669%205.128-3.545c0-2.378-2.946-3.142-4.473-3.688c-.742-.261-1.255-.403-1.255-.676c0-.382.497-.59%201.053-.59c1.55%200%202.618.896%202.618.896l1.271-2.619s-1.309-1.254-3.889-1.254c-2.553%200-4.598%201.227-4.598%203.294c0%202.357%202.29%203.257%203.829%203.835c.79.3%201.353.545%201.353.873c0%20.365-.497.49-1.053.49%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.273%2010.91H21V8.182h-2.727z%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%22M12.818%2010.91h1.637v3.817c0%203.682%203.42%204.364%205.182%204.364c.6%200%20.818-.13.818-.13v-3.143h-.338c-.71%200-1.844-.283-1.844-1.516V4.909h-3.818v3.273h-1.637zm-5.416%205.198A4.67%204.67%200%200%201%204.587%2015L3%2017.471s1.653%201.62%204.418%201.62c2.858%200%205.128-1.669%205.128-3.545c0-2.378-2.946-3.142-4.473-3.688c-.742-.261-1.255-.403-1.255-.676c0-.382.497-.59%201.053-.59c1.55%200%202.618.896%202.618.896l1.271-2.619s-1.309-1.254-3.889-1.254c-2.553%200-4.598%201.227-4.598%203.294c0%202.357%202.29%203.257%203.829%203.835c.79.3%201.353.545%201.353.873c0%20.365-.497.49-1.053.49%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.273%2010.91H21V8.182h-2.727z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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