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

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

The same logo in other sets

Use the bsgg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.592 3.365A1.2 1.2 0 0 0 11.74 3a1.17 1.17 0 0 0-.852.365l-4.339 4.5a2.5 2.5 0 0 0-.706 1.766c.002.66.256 1.294.71 1.772l4.335 4.495a1.184 1.184 0 0 0 1.705 0a1.28 1.28 0 0 0 0-1.772l-3.723-4.03a.673.673 0 0 1 0-.928l3.723-4.027c.232-.238.36-.558.355-.89a1.3 1.3 0 0 0-.355-.886"/><path fill="currentColor" d="M11.408 8.102a1.2 1.2 0 0 1 .853-.365a1.17 1.17 0 0 1 .852.365l4.339 4.5a2.5 2.5 0 0 1 .706 1.767a2.58 2.58 0 0 1-.71 1.771l-4.335 4.495a1.2 1.2 0 0 1-.852.365a1.17 1.17 0 0 1-.853-.365a1.25 1.25 0 0 1-.355-.885c0-.33.128-.647.355-.886l3.723-4.031a.65.65 0 0 0 .185-.464a.67.67 0 0 0-.185-.464l-3.723-4.027a1.25 1.25 0 0 1-.355-.89c0-.33.128-.647.355-.886"/></svg>

React

import type { SVGProps } from "react";

export function TokenBsgg(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.592 3.365A1.2 1.2 0 0 0 11.74 3a1.17 1.17 0 0 0-.852.365l-4.339 4.5a2.5 2.5 0 0 0-.706 1.766c.002.66.256 1.294.71 1.772l4.335 4.495a1.184 1.184 0 0 0 1.705 0a1.28 1.28 0 0 0 0-1.772l-3.723-4.03a.673.673 0 0 1 0-.928l3.723-4.027c.232-.238.36-.558.355-.89a1.3 1.3 0 0 0-.355-.886"/><path fill="currentColor" d="M11.408 8.102a1.2 1.2 0 0 1 .853-.365a1.17 1.17 0 0 1 .852.365l4.339 4.5a2.5 2.5 0 0 1 .706 1.767a2.58 2.58 0 0 1-.71 1.771l-4.335 4.495a1.2 1.2 0 0 1-.852.365a1.17 1.17 0 0 1-.853-.365a1.25 1.25 0 0 1-.355-.885c0-.33.128-.647.355-.886l3.723-4.031a.65.65 0 0 0 .185-.464a.67.67 0 0 0-.185-.464l-3.723-4.027a1.25 1.25 0 0 1-.355-.89c0-.33.128-.647.355-.886"/></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.592 3.365A1.2 1.2 0 0 0 11.74 3a1.17 1.17 0 0 0-.852.365l-4.339 4.5a2.5 2.5 0 0 0-.706 1.766c.002.66.256 1.294.71 1.772l4.335 4.495a1.184 1.184 0 0 0 1.705 0a1.28 1.28 0 0 0 0-1.772l-3.723-4.03a.673.673 0 0 1 0-.928l3.723-4.027c.232-.238.36-.558.355-.89a1.3 1.3 0 0 0-.355-.886"/><path fill="currentColor" d="M11.408 8.102a1.2 1.2 0 0 1 .853-.365a1.17 1.17 0 0 1 .852.365l4.339 4.5a2.5 2.5 0 0 1 .706 1.767a2.58 2.58 0 0 1-.71 1.771l-4.335 4.495a1.2 1.2 0 0 1-.852.365a1.17 1.17 0 0 1-.853-.365a1.25 1.25 0 0 1-.355-.885c0-.33.128-.647.355-.886l3.723-4.031a.65.65 0 0 0 .185-.464a.67.67 0 0 0-.185-.464l-3.723-4.027a1.25 1.25 0 0 1-.355-.89c0-.33.128-.647.355-.886"/></svg>
</template>

CSS

.icon-bsgg {
  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.592%203.365A1.2%201.2%200%200%200%2011.74%203a1.17%201.17%200%200%200-.852.365l-4.339%204.5a2.5%202.5%200%200%200-.706%201.766c.002.66.256%201.294.71%201.772l4.335%204.495a1.184%201.184%200%200%200%201.705%200a1.28%201.28%200%200%200%200-1.772l-3.723-4.03a.673.673%200%200%201%200-.928l3.723-4.027c.232-.238.36-.558.355-.89a1.3%201.3%200%200%200-.355-.886%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.408%208.102a1.2%201.2%200%200%201%20.853-.365a1.17%201.17%200%200%201%20.852.365l4.339%204.5a2.5%202.5%200%200%201%20.706%201.767a2.58%202.58%200%200%201-.71%201.771l-4.335%204.495a1.2%201.2%200%200%201-.852.365a1.17%201.17%200%200%201-.853-.365a1.25%201.25%200%200%201-.355-.885c0-.33.128-.647.355-.886l3.723-4.031a.65.65%200%200%200%20.185-.464a.67.67%200%200%200-.185-.464l-3.723-4.027a1.25%201.25%200%200%201-.355-.89c0-.33.128-.647.355-.886%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.592%203.365A1.2%201.2%200%200%200%2011.74%203a1.17%201.17%200%200%200-.852.365l-4.339%204.5a2.5%202.5%200%200%200-.706%201.766c.002.66.256%201.294.71%201.772l4.335%204.495a1.184%201.184%200%200%200%201.705%200a1.28%201.28%200%200%200%200-1.772l-3.723-4.03a.673.673%200%200%201%200-.928l3.723-4.027c.232-.238.36-.558.355-.89a1.3%201.3%200%200%200-.355-.886%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.408%208.102a1.2%201.2%200%200%201%20.853-.365a1.17%201.17%200%200%201%20.852.365l4.339%204.5a2.5%202.5%200%200%201%20.706%201.767a2.58%202.58%200%200%201-.71%201.771l-4.335%204.495a1.2%201.2%200%200%201-.852.365a1.17%201.17%200%200%201-.853-.365a1.25%201.25%200%200%201-.355-.885c0-.33.128-.647.355-.886l3.723-4.031a.65.65%200%200%200%20.185-.464a.67.67%200%200%200-.185-.464l-3.723-4.027a1.25%201.25%200%200%201-.355-.89c0-.33.128-.647.355-.886%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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