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

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

The same logo in other sets

Use the bbl 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="M12.967 3.265a1.9 1.9 0 0 0-1.934 0l-5.94 3.51a1.99 1.99 0 0 0-.967 1.715v7.02c0 .708.371 1.36.967 1.715l5.94 3.51a1.9 1.9 0 0 0 1.934 0l5.94-3.51a1.99 1.99 0 0 0 .967-1.716V8.49c0-.708-.371-1.36-.967-1.715zm-.73.912a.36.36 0 0 0-.36 0l-6.39 3.75a.37.37 0 0 0-.18.316v7.514c0 .13.068.247.18.315l6.39 3.751a.35.35 0 0 0 .36 0l6.388-3.751a.37.37 0 0 0 .18-.315V8.243a.37.37 0 0 0-.18-.315l-6.389-3.746zm.522.73a1.45 1.45 0 0 0-1.518 0L6.573 7.755c-.473.286-.76.669-.76 1.243v6.434c0 .433.17.512.45.646c.09.045.192.096.31.17l4.668 2.85a1.47 1.47 0 0 0 1.518 0l4.668-2.85c.113-.074.226-.125.315-.17c.281-.135.445-.213.445-.646V8.997c0-.574-.287-.957-.76-1.238L12.76 4.902zm-.607.366a.29.29 0 0 0-.304 0l-5.32 3.229a.32.32 0 0 0-.152.27v6.456a.31.31 0 0 0 .152.27l5.32 3.228a.3.3 0 0 0 .304 0l5.32-3.228a.31.31 0 0 0 .152-.27V8.772a.31.31 0 0 0-.152-.27zm3.628 5.062l-3.5 2.025v4.077c0 .17-.14.315-.315.315c-.168 0-.247-.14-.247-.315V12.36l-3.504-2.025a.315.315 0 0 1 .075-.573a.3.3 0 0 1 .234.033l3.448 2.025l3.504-2.025a.3.3 0 0 1 .422.113a.32.32 0 0 1-.113.427z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenBbl(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="M12.967 3.265a1.9 1.9 0 0 0-1.934 0l-5.94 3.51a1.99 1.99 0 0 0-.967 1.715v7.02c0 .708.371 1.36.967 1.715l5.94 3.51a1.9 1.9 0 0 0 1.934 0l5.94-3.51a1.99 1.99 0 0 0 .967-1.716V8.49c0-.708-.371-1.36-.967-1.715zm-.73.912a.36.36 0 0 0-.36 0l-6.39 3.75a.37.37 0 0 0-.18.316v7.514c0 .13.068.247.18.315l6.39 3.751a.35.35 0 0 0 .36 0l6.388-3.751a.37.37 0 0 0 .18-.315V8.243a.37.37 0 0 0-.18-.315l-6.389-3.746zm.522.73a1.45 1.45 0 0 0-1.518 0L6.573 7.755c-.473.286-.76.669-.76 1.243v6.434c0 .433.17.512.45.646c.09.045.192.096.31.17l4.668 2.85a1.47 1.47 0 0 0 1.518 0l4.668-2.85c.113-.074.226-.125.315-.17c.281-.135.445-.213.445-.646V8.997c0-.574-.287-.957-.76-1.238L12.76 4.902zm-.607.366a.29.29 0 0 0-.304 0l-5.32 3.229a.32.32 0 0 0-.152.27v6.456a.31.31 0 0 0 .152.27l5.32 3.228a.3.3 0 0 0 .304 0l5.32-3.228a.31.31 0 0 0 .152-.27V8.772a.31.31 0 0 0-.152-.27zm3.628 5.062l-3.5 2.025v4.077c0 .17-.14.315-.315.315c-.168 0-.247-.14-.247-.315V12.36l-3.504-2.025a.315.315 0 0 1 .075-.573a.3.3 0 0 1 .234.033l3.448 2.025l3.504-2.025a.3.3 0 0 1 .422.113a.32.32 0 0 1-.113.427z" clipRule="evenodd"/></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="M12.967 3.265a1.9 1.9 0 0 0-1.934 0l-5.94 3.51a1.99 1.99 0 0 0-.967 1.715v7.02c0 .708.371 1.36.967 1.715l5.94 3.51a1.9 1.9 0 0 0 1.934 0l5.94-3.51a1.99 1.99 0 0 0 .967-1.716V8.49c0-.708-.371-1.36-.967-1.715zm-.73.912a.36.36 0 0 0-.36 0l-6.39 3.75a.37.37 0 0 0-.18.316v7.514c0 .13.068.247.18.315l6.39 3.751a.35.35 0 0 0 .36 0l6.388-3.751a.37.37 0 0 0 .18-.315V8.243a.37.37 0 0 0-.18-.315l-6.389-3.746zm.522.73a1.45 1.45 0 0 0-1.518 0L6.573 7.755c-.473.286-.76.669-.76 1.243v6.434c0 .433.17.512.45.646c.09.045.192.096.31.17l4.668 2.85a1.47 1.47 0 0 0 1.518 0l4.668-2.85c.113-.074.226-.125.315-.17c.281-.135.445-.213.445-.646V8.997c0-.574-.287-.957-.76-1.238L12.76 4.902zm-.607.366a.29.29 0 0 0-.304 0l-5.32 3.229a.32.32 0 0 0-.152.27v6.456a.31.31 0 0 0 .152.27l5.32 3.228a.3.3 0 0 0 .304 0l5.32-3.228a.31.31 0 0 0 .152-.27V8.772a.31.31 0 0 0-.152-.27zm3.628 5.062l-3.5 2.025v4.077c0 .17-.14.315-.315.315c-.168 0-.247-.14-.247-.315V12.36l-3.504-2.025a.315.315 0 0 1 .075-.573a.3.3 0 0 1 .234.033l3.448 2.025l3.504-2.025a.3.3 0 0 1 .422.113a.32.32 0 0 1-.113.427z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bbl {
  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%22M12.967%203.265a1.9%201.9%200%200%200-1.934%200l-5.94%203.51a1.99%201.99%200%200%200-.967%201.715v7.02c0%20.708.371%201.36.967%201.715l5.94%203.51a1.9%201.9%200%200%200%201.934%200l5.94-3.51a1.99%201.99%200%200%200%20.967-1.716V8.49c0-.708-.371-1.36-.967-1.715zm-.73.912a.36.36%200%200%200-.36%200l-6.39%203.75a.37.37%200%200%200-.18.316v7.514c0%20.13.068.247.18.315l6.39%203.751a.35.35%200%200%200%20.36%200l6.388-3.751a.37.37%200%200%200%20.18-.315V8.243a.37.37%200%200%200-.18-.315l-6.389-3.746zm.522.73a1.45%201.45%200%200%200-1.518%200L6.573%207.755c-.473.286-.76.669-.76%201.243v6.434c0%20.433.17.512.45.646c.09.045.192.096.31.17l4.668%202.85a1.47%201.47%200%200%200%201.518%200l4.668-2.85c.113-.074.226-.125.315-.17c.281-.135.445-.213.445-.646V8.997c0-.574-.287-.957-.76-1.238L12.76%204.902zm-.607.366a.29.29%200%200%200-.304%200l-5.32%203.229a.32.32%200%200%200-.152.27v6.456a.31.31%200%200%200%20.152.27l5.32%203.228a.3.3%200%200%200%20.304%200l5.32-3.228a.31.31%200%200%200%20.152-.27V8.772a.31.31%200%200%200-.152-.27zm3.628%205.062l-3.5%202.025v4.077c0%20.17-.14.315-.315.315c-.168%200-.247-.14-.247-.315V12.36l-3.504-2.025a.315.315%200%200%201%20.075-.573a.3.3%200%200%201%20.234.033l3.448%202.025l3.504-2.025a.3.3%200%200%201%20.422.113a.32.32%200%200%201-.113.427z%22%20clip-rule%3D%22evenodd%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%22M12.967%203.265a1.9%201.9%200%200%200-1.934%200l-5.94%203.51a1.99%201.99%200%200%200-.967%201.715v7.02c0%20.708.371%201.36.967%201.715l5.94%203.51a1.9%201.9%200%200%200%201.934%200l5.94-3.51a1.99%201.99%200%200%200%20.967-1.716V8.49c0-.708-.371-1.36-.967-1.715zm-.73.912a.36.36%200%200%200-.36%200l-6.39%203.75a.37.37%200%200%200-.18.316v7.514c0%20.13.068.247.18.315l6.39%203.751a.35.35%200%200%200%20.36%200l6.388-3.751a.37.37%200%200%200%20.18-.315V8.243a.37.37%200%200%200-.18-.315l-6.389-3.746zm.522.73a1.45%201.45%200%200%200-1.518%200L6.573%207.755c-.473.286-.76.669-.76%201.243v6.434c0%20.433.17.512.45.646c.09.045.192.096.31.17l4.668%202.85a1.47%201.47%200%200%200%201.518%200l4.668-2.85c.113-.074.226-.125.315-.17c.281-.135.445-.213.445-.646V8.997c0-.574-.287-.957-.76-1.238L12.76%204.902zm-.607.366a.29.29%200%200%200-.304%200l-5.32%203.229a.32.32%200%200%200-.152.27v6.456a.31.31%200%200%200%20.152.27l5.32%203.228a.3.3%200%200%200%20.304%200l5.32-3.228a.31.31%200%200%200%20.152-.27V8.772a.31.31%200%200%200-.152-.27zm3.628%205.062l-3.5%202.025v4.077c0%20.17-.14.315-.315.315c-.168%200-.247-.14-.247-.315V12.36l-3.504-2.025a.315.315%200%200%201%20.075-.573a.3.3%200%200%201%20.234.033l3.448%202.025l3.504-2.025a.3.3%200%200%201%20.422.113a.32.32%200%200%201-.113.427z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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