b2m logo
b2m from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- b2m
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the b2m logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.292 3.813a9.97 9.97 0 0 1 8.802-1.317a9.965 9.965 0 0 1 6.41 12.595c-.386 1.191-.99 2.3-1.782 3.27l-.94 2.745c-.036.118-.136.135-.212.053l-.918-.923a9.92 9.92 0 0 1-9.102 1.129A9.947 9.947 0 0 1 3.764 6.359a1.811 1.811 0 0 1 2.522-2.546zm12.977 13.73a9.3 9.3 0 0 0 1.423-2.728a9.1 9.1 0 0 0-5.727-11.46l-.13-.042a9.14 9.14 0 0 0-7.978 1.153a1.823 1.823 0 0 1-2.44 2.452a9.097 9.097 0 0 0 4.762 13.759a9.05 9.05 0 0 0 7.862-1.058l-.835-.841c-.077-.083-.059-.177.053-.212zm-4.41-6.068a9 9 0 0 1-1.417 1.67l-1.764 1.799h3.858v1.764H8.479v-1.529l3.035-2.763c.588-.547.987-.988 1.234-1.318q.378-.493.377-.952c0-.306-.112-.559-.324-.765a1.15 1.15 0 0 0-.823-.317q-.933 0-1.752 1.235l-1.747-.965q.68-1.007 1.5-1.51c.547-.354 1.235-.518 2.081-.518c.841 0 1.588.253 2.223.758a2.47 2.47 0 0 1 .959 2.058c0 .47-.124.924-.383 1.359z"/></svg>
React
import type { SVGProps } from "react";
export function TokenB2m(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="M6.292 3.813a9.97 9.97 0 0 1 8.802-1.317a9.965 9.965 0 0 1 6.41 12.595c-.386 1.191-.99 2.3-1.782 3.27l-.94 2.745c-.036.118-.136.135-.212.053l-.918-.923a9.92 9.92 0 0 1-9.102 1.129A9.947 9.947 0 0 1 3.764 6.359a1.811 1.811 0 0 1 2.522-2.546zm12.977 13.73a9.3 9.3 0 0 0 1.423-2.728a9.1 9.1 0 0 0-5.727-11.46l-.13-.042a9.14 9.14 0 0 0-7.978 1.153a1.823 1.823 0 0 1-2.44 2.452a9.097 9.097 0 0 0 4.762 13.759a9.05 9.05 0 0 0 7.862-1.058l-.835-.841c-.077-.083-.059-.177.053-.212zm-4.41-6.068a9 9 0 0 1-1.417 1.67l-1.764 1.799h3.858v1.764H8.479v-1.529l3.035-2.763c.588-.547.987-.988 1.234-1.318q.378-.493.377-.952c0-.306-.112-.559-.324-.765a1.15 1.15 0 0 0-.823-.317q-.933 0-1.752 1.235l-1.747-.965q.68-1.007 1.5-1.51c.547-.354 1.235-.518 2.081-.518c.841 0 1.588.253 2.223.758a2.47 2.47 0 0 1 .959 2.058c0 .47-.124.924-.383 1.359z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.292 3.813a9.97 9.97 0 0 1 8.802-1.317a9.965 9.965 0 0 1 6.41 12.595c-.386 1.191-.99 2.3-1.782 3.27l-.94 2.745c-.036.118-.136.135-.212.053l-.918-.923a9.92 9.92 0 0 1-9.102 1.129A9.947 9.947 0 0 1 3.764 6.359a1.811 1.811 0 0 1 2.522-2.546zm12.977 13.73a9.3 9.3 0 0 0 1.423-2.728a9.1 9.1 0 0 0-5.727-11.46l-.13-.042a9.14 9.14 0 0 0-7.978 1.153a1.823 1.823 0 0 1-2.44 2.452a9.097 9.097 0 0 0 4.762 13.759a9.05 9.05 0 0 0 7.862-1.058l-.835-.841c-.077-.083-.059-.177.053-.212zm-4.41-6.068a9 9 0 0 1-1.417 1.67l-1.764 1.799h3.858v1.764H8.479v-1.529l3.035-2.763c.588-.547.987-.988 1.234-1.318q.378-.493.377-.952c0-.306-.112-.559-.324-.765a1.15 1.15 0 0 0-.823-.317q-.933 0-1.752 1.235l-1.747-.965q.68-1.007 1.5-1.51c.547-.354 1.235-.518 2.081-.518c.841 0 1.588.253 2.223.758a2.47 2.47 0 0 1 .959 2.058c0 .47-.124.924-.383 1.359z"/></svg> </template>
CSS
.icon-b2m {
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%22M6.292%203.813a9.97%209.97%200%200%201%208.802-1.317a9.965%209.965%200%200%201%206.41%2012.595c-.386%201.191-.99%202.3-1.782%203.27l-.94%202.745c-.036.118-.136.135-.212.053l-.918-.923a9.92%209.92%200%200%201-9.102%201.129A9.947%209.947%200%200%201%203.764%206.359a1.811%201.811%200%200%201%202.522-2.546zm12.977%2013.73a9.3%209.3%200%200%200%201.423-2.728a9.1%209.1%200%200%200-5.727-11.46l-.13-.042a9.14%209.14%200%200%200-7.978%201.153a1.823%201.823%200%200%201-2.44%202.452a9.097%209.097%200%200%200%204.762%2013.759a9.05%209.05%200%200%200%207.862-1.058l-.835-.841c-.077-.083-.059-.177.053-.212zm-4.41-6.068a9%209%200%200%201-1.417%201.67l-1.764%201.799h3.858v1.764H8.479v-1.529l3.035-2.763c.588-.547.987-.988%201.234-1.318q.378-.493.377-.952c0-.306-.112-.559-.324-.765a1.15%201.15%200%200%200-.823-.317q-.933%200-1.752%201.235l-1.747-.965q.68-1.007%201.5-1.51c.547-.354%201.235-.518%202.081-.518c.841%200%201.588.253%202.223.758a2.47%202.47%200%200%201%20.959%202.058c0%20.47-.124.924-.383%201.359z%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%22M6.292%203.813a9.97%209.97%200%200%201%208.802-1.317a9.965%209.965%200%200%201%206.41%2012.595c-.386%201.191-.99%202.3-1.782%203.27l-.94%202.745c-.036.118-.136.135-.212.053l-.918-.923a9.92%209.92%200%200%201-9.102%201.129A9.947%209.947%200%200%201%203.764%206.359a1.811%201.811%200%200%201%202.522-2.546zm12.977%2013.73a9.3%209.3%200%200%200%201.423-2.728a9.1%209.1%200%200%200-5.727-11.46l-.13-.042a9.14%209.14%200%200%200-7.978%201.153a1.823%201.823%200%200%201-2.44%202.452a9.097%209.097%200%200%200%204.762%2013.759a9.05%209.05%200%200%200%207.862-1.058l-.835-.841c-.077-.083-.059-.177.053-.212zm-4.41-6.068a9%209%200%200%201-1.417%201.67l-1.764%201.799h3.858v1.764H8.479v-1.529l3.035-2.763c.588-.547.987-.988%201.234-1.318q.378-.493.377-.952c0-.306-.112-.559-.324-.765a1.15%201.15%200%200%200-.823-.317q-.933%200-1.752%201.235l-1.747-.965q.68-1.007%201.5-1.51c.547-.354%201.235-.518%202.081-.518c.841%200%201.588.253%202.223.758a2.47%202.47%200%200%201%20.959%202.058c0%20.47-.124.924-.383%201.359z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/b2m.svg?color=%231a73e8&size=48