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

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

The same logo in other sets

Use the bico logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.447 2.667A5.2 5.2 0 0 0 11.887 2H6.893a2.52 2.52 0 0 1 2.554 2.494V12h2.44a5.15 5.15 0 0 0 4.006-1.906a4.934 4.934 0 0 0-1.446-7.42z"/><path fill="currentColor" d="M15.933 10a5.51 5.51 0 0 1-4.267 2h-2V4.493C9.667 3.12 8.407 2 7 2C5.587 2 4.333 3.12 4.333 4.493V22h8.94c.447 0 .867-.04 1.28-.133a6.29 6.29 0 0 0 5.113-6.114A6.45 6.45 0 0 0 15.933 10"/></svg>

React

import type { SVGProps } from "react";

export function TokenBico(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="M14.447 2.667A5.2 5.2 0 0 0 11.887 2H6.893a2.52 2.52 0 0 1 2.554 2.494V12h2.44a5.15 5.15 0 0 0 4.006-1.906a4.934 4.934 0 0 0-1.446-7.42z"/><path fill="currentColor" d="M15.933 10a5.51 5.51 0 0 1-4.267 2h-2V4.493C9.667 3.12 8.407 2 7 2C5.587 2 4.333 3.12 4.333 4.493V22h8.94c.447 0 .867-.04 1.28-.133a6.29 6.29 0 0 0 5.113-6.114A6.45 6.45 0 0 0 15.933 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.447 2.667A5.2 5.2 0 0 0 11.887 2H6.893a2.52 2.52 0 0 1 2.554 2.494V12h2.44a5.15 5.15 0 0 0 4.006-1.906a4.934 4.934 0 0 0-1.446-7.42z"/><path fill="currentColor" d="M15.933 10a5.51 5.51 0 0 1-4.267 2h-2V4.493C9.667 3.12 8.407 2 7 2C5.587 2 4.333 3.12 4.333 4.493V22h8.94c.447 0 .867-.04 1.28-.133a6.29 6.29 0 0 0 5.113-6.114A6.45 6.45 0 0 0 15.933 10"/></svg>
</template>

CSS

.icon-bico {
  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%22M14.447%202.667A5.2%205.2%200%200%200%2011.887%202H6.893a2.52%202.52%200%200%201%202.554%202.494V12h2.44a5.15%205.15%200%200%200%204.006-1.906a4.934%204.934%200%200%200-1.446-7.42z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.933%2010a5.51%205.51%200%200%201-4.267%202h-2V4.493C9.667%203.12%208.407%202%207%202C5.587%202%204.333%203.12%204.333%204.493V22h8.94c.447%200%20.867-.04%201.28-.133a6.29%206.29%200%200%200%205.113-6.114A6.45%206.45%200%200%200%2015.933%2010%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%22M14.447%202.667A5.2%205.2%200%200%200%2011.887%202H6.893a2.52%202.52%200%200%201%202.554%202.494V12h2.44a5.15%205.15%200%200%200%204.006-1.906a4.934%204.934%200%200%200-1.446-7.42z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.933%2010a5.51%205.51%200%200%201-4.267%202h-2V4.493C9.667%203.12%208.407%202%207%202C5.587%202%204.333%203.12%204.333%204.493V22h8.94c.447%200%20.867-.04%201.28-.133a6.29%206.29%200%200%200%205.113-6.114A6.45%206.45%200%200%200%2015.933%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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