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

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

The same logo in other sets

Use the bxx 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="M2 8.667h3.195A1.833 1.833 0 0 1 7.03 10.5a1.267 1.267 0 0 1-1.267 1.267H5.71A1.534 1.534 0 0 1 7.238 13.3a2.034 2.034 0 0 1-2.033 2.033H2zm1.429.952h1.428a.952.952 0 0 1 0 1.905H3.43zm0 2.857h1.428a.952.952 0 1 1 0 1.905H3.43z" clip-rule="evenodd"/><path fill="currentColor" d="M7.714 8.667h1.924l4.743 6.666h-1.924z"/><path fill="currentColor" d="M13.905 8.667H11.98l-4.743 6.666h1.924zm1.429 0h1.923L22 15.333h-1.924z"/><path fill="currentColor" d="M21.524 8.667H19.6l-4.743 6.666h1.924z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBxx(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="M2 8.667h3.195A1.833 1.833 0 0 1 7.03 10.5a1.267 1.267 0 0 1-1.267 1.267H5.71A1.534 1.534 0 0 1 7.238 13.3a2.034 2.034 0 0 1-2.033 2.033H2zm1.429.952h1.428a.952.952 0 0 1 0 1.905H3.43zm0 2.857h1.428a.952.952 0 1 1 0 1.905H3.43z" clipRule="evenodd"/><path fill="currentColor" d="M7.714 8.667h1.924l4.743 6.666h-1.924z"/><path fill="currentColor" d="M13.905 8.667H11.98l-4.743 6.666h1.924zm1.429 0h1.923L22 15.333h-1.924z"/><path fill="currentColor" d="M21.524 8.667H19.6l-4.743 6.666h1.924z"/></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="M2 8.667h3.195A1.833 1.833 0 0 1 7.03 10.5a1.267 1.267 0 0 1-1.267 1.267H5.71A1.534 1.534 0 0 1 7.238 13.3a2.034 2.034 0 0 1-2.033 2.033H2zm1.429.952h1.428a.952.952 0 0 1 0 1.905H3.43zm0 2.857h1.428a.952.952 0 1 1 0 1.905H3.43z" clip-rule="evenodd"/><path fill="currentColor" d="M7.714 8.667h1.924l4.743 6.666h-1.924z"/><path fill="currentColor" d="M13.905 8.667H11.98l-4.743 6.666h1.924zm1.429 0h1.923L22 15.333h-1.924z"/><path fill="currentColor" d="M21.524 8.667H19.6l-4.743 6.666h1.924z"/></svg>
</template>

CSS

.icon-bxx {
  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%22M2%208.667h3.195A1.833%201.833%200%200%201%207.03%2010.5a1.267%201.267%200%200%201-1.267%201.267H5.71A1.534%201.534%200%200%201%207.238%2013.3a2.034%202.034%200%200%201-2.033%202.033H2zm1.429.952h1.428a.952.952%200%200%201%200%201.905H3.43zm0%202.857h1.428a.952.952%200%201%201%200%201.905H3.43z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.714%208.667h1.924l4.743%206.666h-1.924z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.905%208.667H11.98l-4.743%206.666h1.924zm1.429%200h1.923L22%2015.333h-1.924z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.524%208.667H19.6l-4.743%206.666h1.924z%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%22M2%208.667h3.195A1.833%201.833%200%200%201%207.03%2010.5a1.267%201.267%200%200%201-1.267%201.267H5.71A1.534%201.534%200%200%201%207.238%2013.3a2.034%202.034%200%200%201-2.033%202.033H2zm1.429.952h1.428a.952.952%200%200%201%200%201.905H3.43zm0%202.857h1.428a.952.952%200%201%201%200%201.905H3.43z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.714%208.667h1.924l4.743%206.666h-1.924z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.905%208.667H11.98l-4.743%206.666h1.924zm1.429%200h1.923L22%2015.333h-1.924z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.524%208.667H19.6l-4.743%206.666h1.924z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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