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

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

Use the bmc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18m-.512 16.313c3.977 0 7.262-3.336 7.262-7.313s-3.285-7.312-7.262-7.312A7.436 7.436 0 0 0 4.125 12c0 3.977 3.386 7.313 7.363 7.313"/></svg>

React

import type { SVGProps } from "react";

export function TokenBmc(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 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18m-.512 16.313c3.977 0 7.262-3.336 7.262-7.313s-3.285-7.312-7.262-7.312A7.436 7.436 0 0 0 4.125 12c0 3.977 3.386 7.313 7.363 7.313"/></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 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18m-.512 16.313c3.977 0 7.262-3.336 7.262-7.313s-3.285-7.312-7.262-7.312A7.436 7.436 0 0 0 4.125 12c0 3.977 3.386 7.313 7.363 7.313"/></svg>
</template>

CSS

.icon-bmc {
  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%203a9%209%200%201%201%200%2018a9%209%200%200%201%200-18m-.512%2016.313c3.977%200%207.262-3.336%207.262-7.313s-3.285-7.312-7.262-7.312A7.436%207.436%200%200%200%204.125%2012c0%203.977%203.386%207.313%207.363%207.313%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%203a9%209%200%201%201%200%2018a9%209%200%200%201%200-18m-.512%2016.313c3.977%200%207.262-3.336%207.262-7.313s-3.285-7.312-7.262-7.312A7.436%207.436%200%200%200%204.125%2012c0%203.977%203.386%207.313%207.363%207.313%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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