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

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

The same logo in other sets

Use the boba logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.05 14.999H3.841V3h8.207a5.1 5.1 0 0 1 5.097 5.102v1.795a5.1 5.1 0 0 1-5.097 5.102"/><path fill="currentColor" d="M14.159 21H3.842v-6.002A5.995 5.995 0 0 1 9.839 9h4.32a6 6 0 0 1 0 11.999"/><path fill="currentColor" d="M17.146 9.794v.102a5.1 5.1 0 0 1-5.102 5.102H3.842A5.997 5.997 0 0 1 9.839 9h4.32c1.091 0 2.11.293 2.987.793"/></svg>

React

import type { SVGProps } from "react";

export function TokenBoba(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.05 14.999H3.841V3h8.207a5.1 5.1 0 0 1 5.097 5.102v1.795a5.1 5.1 0 0 1-5.097 5.102"/><path fill="currentColor" d="M14.159 21H3.842v-6.002A5.995 5.995 0 0 1 9.839 9h4.32a6 6 0 0 1 0 11.999"/><path fill="currentColor" d="M17.146 9.794v.102a5.1 5.1 0 0 1-5.102 5.102H3.842A5.997 5.997 0 0 1 9.839 9h4.32c1.091 0 2.11.293 2.987.793"/></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.05 14.999H3.841V3h8.207a5.1 5.1 0 0 1 5.097 5.102v1.795a5.1 5.1 0 0 1-5.097 5.102"/><path fill="currentColor" d="M14.159 21H3.842v-6.002A5.995 5.995 0 0 1 9.839 9h4.32a6 6 0 0 1 0 11.999"/><path fill="currentColor" d="M17.146 9.794v.102a5.1 5.1 0 0 1-5.102 5.102H3.842A5.997 5.997 0 0 1 9.839 9h4.32c1.091 0 2.11.293 2.987.793"/></svg>
</template>

CSS

.icon-boba {
  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.05%2014.999H3.841V3h8.207a5.1%205.1%200%200%201%205.097%205.102v1.795a5.1%205.1%200%200%201-5.097%205.102%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.159%2021H3.842v-6.002A5.995%205.995%200%200%201%209.839%209h4.32a6%206%200%200%201%200%2011.999%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.146%209.794v.102a5.1%205.1%200%200%201-5.102%205.102H3.842A5.997%205.997%200%200%201%209.839%209h4.32c1.091%200%202.11.293%202.987.793%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.05%2014.999H3.841V3h8.207a5.1%205.1%200%200%201%205.097%205.102v1.795a5.1%205.1%200%200%201-5.097%205.102%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.159%2021H3.842v-6.002A5.995%205.995%200%200%201%209.839%209h4.32a6%206%200%200%201%200%2011.999%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.146%209.794v.102a5.1%205.1%200%200%201-5.102%205.102H3.842A5.997%205.997%200%200%201%209.839%209h4.32c1.091%200%202.11.293%202.987.793%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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