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

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

The same logo in other sets

Use the lbt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.02 5.53h12.918a3.995 3.995 0 0 1 4.023 3.96a3.05 3.05 0 0 1-1.311 2.498a3.04 3.04 0 0 1 1.35 2.51a4.05 4.05 0 0 1-4.079 3.972H14.25v-2.25h2.194c.9 0 1.744-.693 1.744-1.576c0-.675-1.046-1.238-1.744-1.238H10.03l.405-1.007l.653-1.806h5.84c.697 0 1.26-.388 1.26-1.069c0-.889-.731-1.744-1.632-1.744H3.041l.985-2.25z"/><path fill="currentColor" d="M14.192 4.404h1.181l-.506 1.126h-1.182zM7.44 18.47h1.182l-.506 1.125H6.934zm8.44-14.066h1.181l-.506 1.126h-1.182zM9.128 18.47h1.182l-.506 1.125H8.622z"/><path fill="currentColor" d="M9.747 9.47H6.934l-3.893 8.372a.444.444 0 0 0 .405.63h9.677v-2.25H7.626a.444.444 0 0 1-.41-.63z"/></svg>

React

import type { SVGProps } from "react";

export function TokenLbt(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="M4.02 5.53h12.918a3.995 3.995 0 0 1 4.023 3.96a3.05 3.05 0 0 1-1.311 2.498a3.04 3.04 0 0 1 1.35 2.51a4.05 4.05 0 0 1-4.079 3.972H14.25v-2.25h2.194c.9 0 1.744-.693 1.744-1.576c0-.675-1.046-1.238-1.744-1.238H10.03l.405-1.007l.653-1.806h5.84c.697 0 1.26-.388 1.26-1.069c0-.889-.731-1.744-1.632-1.744H3.041l.985-2.25z"/><path fill="currentColor" d="M14.192 4.404h1.181l-.506 1.126h-1.182zM7.44 18.47h1.182l-.506 1.125H6.934zm8.44-14.066h1.181l-.506 1.126h-1.182zM9.128 18.47h1.182l-.506 1.125H8.622z"/><path fill="currentColor" d="M9.747 9.47H6.934l-3.893 8.372a.444.444 0 0 0 .405.63h9.677v-2.25H7.626a.444.444 0 0 1-.41-.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.02 5.53h12.918a3.995 3.995 0 0 1 4.023 3.96a3.05 3.05 0 0 1-1.311 2.498a3.04 3.04 0 0 1 1.35 2.51a4.05 4.05 0 0 1-4.079 3.972H14.25v-2.25h2.194c.9 0 1.744-.693 1.744-1.576c0-.675-1.046-1.238-1.744-1.238H10.03l.405-1.007l.653-1.806h5.84c.697 0 1.26-.388 1.26-1.069c0-.889-.731-1.744-1.632-1.744H3.041l.985-2.25z"/><path fill="currentColor" d="M14.192 4.404h1.181l-.506 1.126h-1.182zM7.44 18.47h1.182l-.506 1.125H6.934zm8.44-14.066h1.181l-.506 1.126h-1.182zM9.128 18.47h1.182l-.506 1.125H8.622z"/><path fill="currentColor" d="M9.747 9.47H6.934l-3.893 8.372a.444.444 0 0 0 .405.63h9.677v-2.25H7.626a.444.444 0 0 1-.41-.63z"/></svg>
</template>

CSS

.icon-lbt {
  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%22M4.02%205.53h12.918a3.995%203.995%200%200%201%204.023%203.96a3.05%203.05%200%200%201-1.311%202.498a3.04%203.04%200%200%201%201.35%202.51a4.05%204.05%200%200%201-4.079%203.972H14.25v-2.25h2.194c.9%200%201.744-.693%201.744-1.576c0-.675-1.046-1.238-1.744-1.238H10.03l.405-1.007l.653-1.806h5.84c.697%200%201.26-.388%201.26-1.069c0-.889-.731-1.744-1.632-1.744H3.041l.985-2.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.192%204.404h1.181l-.506%201.126h-1.182zM7.44%2018.47h1.182l-.506%201.125H6.934zm8.44-14.066h1.181l-.506%201.126h-1.182zM9.128%2018.47h1.182l-.506%201.125H8.622z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.747%209.47H6.934l-3.893%208.372a.444.444%200%200%200%20.405.63h9.677v-2.25H7.626a.444.444%200%200%201-.41-.63z%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%22M4.02%205.53h12.918a3.995%203.995%200%200%201%204.023%203.96a3.05%203.05%200%200%201-1.311%202.498a3.04%203.04%200%200%201%201.35%202.51a4.05%204.05%200%200%201-4.079%203.972H14.25v-2.25h2.194c.9%200%201.744-.693%201.744-1.576c0-.675-1.046-1.238-1.744-1.238H10.03l.405-1.007l.653-1.806h5.84c.697%200%201.26-.388%201.26-1.069c0-.889-.731-1.744-1.632-1.744H3.041l.985-2.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.192%204.404h1.181l-.506%201.126h-1.182zM7.44%2018.47h1.182l-.506%201.125H6.934zm8.44-14.066h1.181l-.506%201.126h-1.182zM9.128%2018.47h1.182l-.506%201.125H8.622z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.747%209.47H6.934l-3.893%208.372a.444.444%200%200%200%20.405.63h9.677v-2.25H7.626a.444.444%200%200%201-.41-.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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