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

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

The same logo in other sets

Use the mbx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.75V5.25h3.594l5.322 5.186l5.326-5.186H21v13.5h-.338l-2.345-2.306l-4.039-3.74l.13-.113l3.78 3.498V7.8l-6.272 5.709l-6.104-5.71v8.291l3.78-3.498l.13.112l-6.525 6.047H3.05l-.023-.023zm8.364-4.573l.13.112l-4.815 4.461H6.43zm-.45-.405l.13.112l-5.248 4.866h-.254zm-.427-.383l.13.113l-5.665 5.248h-.253l5.793-5.36zm-.416-.37l.129.112l-6.064 5.619h-.253zm2.565 1.158l-.13.112l4.815 4.461h.248zm.45-.405l-.13.112l5.248 4.866h.253zm.427-.383l-.13.113l5.665 5.248h.253l-5.793-5.36zm.416-.37l-.13.112l6.065 5.619h.253z"/></svg>

React

import type { SVGProps } from "react";

export function TokenMbx(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="M3 18.75V5.25h3.594l5.322 5.186l5.326-5.186H21v13.5h-.338l-2.345-2.306l-4.039-3.74l.13-.113l3.78 3.498V7.8l-6.272 5.709l-6.104-5.71v8.291l3.78-3.498l.13.112l-6.525 6.047H3.05l-.023-.023zm8.364-4.573l.13.112l-4.815 4.461H6.43zm-.45-.405l.13.112l-5.248 4.866h-.254zm-.427-.383l.13.113l-5.665 5.248h-.253l5.793-5.36zm-.416-.37l.129.112l-6.064 5.619h-.253zm2.565 1.158l-.13.112l4.815 4.461h.248zm.45-.405l-.13.112l5.248 4.866h.253zm.427-.383l-.13.113l5.665 5.248h.253l-5.793-5.36zm.416-.37l-.13.112l6.065 5.619h.253z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18.75V5.25h3.594l5.322 5.186l5.326-5.186H21v13.5h-.338l-2.345-2.306l-4.039-3.74l.13-.113l3.78 3.498V7.8l-6.272 5.709l-6.104-5.71v8.291l3.78-3.498l.13.112l-6.525 6.047H3.05l-.023-.023zm8.364-4.573l.13.112l-4.815 4.461H6.43zm-.45-.405l.13.112l-5.248 4.866h-.254zm-.427-.383l.13.113l-5.665 5.248h-.253l5.793-5.36zm-.416-.37l.129.112l-6.064 5.619h-.253zm2.565 1.158l-.13.112l4.815 4.461h.248zm.45-.405l-.13.112l5.248 4.866h.253zm.427-.383l-.13.113l5.665 5.248h.253l-5.793-5.36zm.416-.37l-.13.112l6.065 5.619h.253z"/></svg>
</template>

CSS

.icon-mbx {
  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%22M3%2018.75V5.25h3.594l5.322%205.186l5.326-5.186H21v13.5h-.338l-2.345-2.306l-4.039-3.74l.13-.113l3.78%203.498V7.8l-6.272%205.709l-6.104-5.71v8.291l3.78-3.498l.13.112l-6.525%206.047H3.05l-.023-.023zm8.364-4.573l.13.112l-4.815%204.461H6.43zm-.45-.405l.13.112l-5.248%204.866h-.254zm-.427-.383l.13.113l-5.665%205.248h-.253l5.793-5.36zm-.416-.37l.129.112l-6.064%205.619h-.253zm2.565%201.158l-.13.112l4.815%204.461h.248zm.45-.405l-.13.112l5.248%204.866h.253zm.427-.383l-.13.113l5.665%205.248h.253l-5.793-5.36zm.416-.37l-.13.112l6.065%205.619h.253z%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%22M3%2018.75V5.25h3.594l5.322%205.186l5.326-5.186H21v13.5h-.338l-2.345-2.306l-4.039-3.74l.13-.113l3.78%203.498V7.8l-6.272%205.709l-6.104-5.71v8.291l3.78-3.498l.13.112l-6.525%206.047H3.05l-.023-.023zm8.364-4.573l.13.112l-4.815%204.461H6.43zm-.45-.405l.13.112l-5.248%204.866h-.254zm-.427-.383l.13.113l-5.665%205.248h-.253l5.793-5.36zm-.416-.37l.129.112l-6.064%205.619h-.253zm2.565%201.158l-.13.112l4.815%204.461h.248zm.45-.405l-.13.112l5.248%204.866h.253zm.427-.383l-.13.113l5.665%205.248h.253l-5.793-5.36zm.416-.37l-.13.112l6.065%205.619h.253z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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