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

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

The same logo in other sets

Use the zbc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.347 13.163c-.795-.86-.125-2.26 1.025-2.16l15.48 1.375c1.01.09 1.505 1.3.855 2.1l-2.905 3.56l-.325-.275l.32.275a1.25 1.25 0 0 1-.96.46h-8.04c-.35 0-.68-.15-.915-.405l-4.535-4.935zm.95-1.3c-.38-.035-.6.43-.34.715l4.535 4.935a.42.42 0 0 0 .305.135h8.04c.12 0 .24-.055.32-.15l2.91-3.565c.215-.265.05-.67-.285-.7L4.297 11.858zm1.944-5.109c.245-.895 1.23-1.435 2.19-1.195l9.586 2.405a1.26 1.26 0 0 1 .985 1.2v.1c0 .735-.685 1.31-1.476 1.235l-9.935-.995c-1.075-.105-1.8-1.07-1.535-2.05zm1.955-.395c-.48-.12-.97.15-1.09.6l-.19.7c-.13.49.23.97.77 1.025l9.935.99c.26.025.49-.165.49-.41v-.1c0-.19-.134-.35-.33-.4l-9.585-2.4z"/></svg>

React

import type { SVGProps } from "react";

export function TokenZbc(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="M3.347 13.163c-.795-.86-.125-2.26 1.025-2.16l15.48 1.375c1.01.09 1.505 1.3.855 2.1l-2.905 3.56l-.325-.275l.32.275a1.25 1.25 0 0 1-.96.46h-8.04c-.35 0-.68-.15-.915-.405l-4.535-4.935zm.95-1.3c-.38-.035-.6.43-.34.715l4.535 4.935a.42.42 0 0 0 .305.135h8.04c.12 0 .24-.055.32-.15l2.91-3.565c.215-.265.05-.67-.285-.7L4.297 11.858zm1.944-5.109c.245-.895 1.23-1.435 2.19-1.195l9.586 2.405a1.26 1.26 0 0 1 .985 1.2v.1c0 .735-.685 1.31-1.476 1.235l-9.935-.995c-1.075-.105-1.8-1.07-1.535-2.05zm1.955-.395c-.48-.12-.97.15-1.09.6l-.19.7c-.13.49.23.97.77 1.025l9.935.99c.26.025.49-.165.49-.41v-.1c0-.19-.134-.35-.33-.4l-9.585-2.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.347 13.163c-.795-.86-.125-2.26 1.025-2.16l15.48 1.375c1.01.09 1.505 1.3.855 2.1l-2.905 3.56l-.325-.275l.32.275a1.25 1.25 0 0 1-.96.46h-8.04c-.35 0-.68-.15-.915-.405l-4.535-4.935zm.95-1.3c-.38-.035-.6.43-.34.715l4.535 4.935a.42.42 0 0 0 .305.135h8.04c.12 0 .24-.055.32-.15l2.91-3.565c.215-.265.05-.67-.285-.7L4.297 11.858zm1.944-5.109c.245-.895 1.23-1.435 2.19-1.195l9.586 2.405a1.26 1.26 0 0 1 .985 1.2v.1c0 .735-.685 1.31-1.476 1.235l-9.935-.995c-1.075-.105-1.8-1.07-1.535-2.05zm1.955-.395c-.48-.12-.97.15-1.09.6l-.19.7c-.13.49.23.97.77 1.025l9.935.99c.26.025.49-.165.49-.41v-.1c0-.19-.134-.35-.33-.4l-9.585-2.4z"/></svg>
</template>

CSS

.icon-zbc {
  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%22M3.347%2013.163c-.795-.86-.125-2.26%201.025-2.16l15.48%201.375c1.01.09%201.505%201.3.855%202.1l-2.905%203.56l-.325-.275l.32.275a1.25%201.25%200%200%201-.96.46h-8.04c-.35%200-.68-.15-.915-.405l-4.535-4.935zm.95-1.3c-.38-.035-.6.43-.34.715l4.535%204.935a.42.42%200%200%200%20.305.135h8.04c.12%200%20.24-.055.32-.15l2.91-3.565c.215-.265.05-.67-.285-.7L4.297%2011.858zm1.944-5.109c.245-.895%201.23-1.435%202.19-1.195l9.586%202.405a1.26%201.26%200%200%201%20.985%201.2v.1c0%20.735-.685%201.31-1.476%201.235l-9.935-.995c-1.075-.105-1.8-1.07-1.535-2.05zm1.955-.395c-.48-.12-.97.15-1.09.6l-.19.7c-.13.49.23.97.77%201.025l9.935.99c.26.025.49-.165.49-.41v-.1c0-.19-.134-.35-.33-.4l-9.585-2.4z%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%22M3.347%2013.163c-.795-.86-.125-2.26%201.025-2.16l15.48%201.375c1.01.09%201.505%201.3.855%202.1l-2.905%203.56l-.325-.275l.32.275a1.25%201.25%200%200%201-.96.46h-8.04c-.35%200-.68-.15-.915-.405l-4.535-4.935zm.95-1.3c-.38-.035-.6.43-.34.715l4.535%204.935a.42.42%200%200%200%20.305.135h8.04c.12%200%20.24-.055.32-.15l2.91-3.565c.215-.265.05-.67-.285-.7L4.297%2011.858zm1.944-5.109c.245-.895%201.23-1.435%202.19-1.195l9.586%202.405a1.26%201.26%200%200%201%20.985%201.2v.1c0%20.735-.685%201.31-1.476%201.235l-9.935-.995c-1.075-.105-1.8-1.07-1.535-2.05zm1.955-.395c-.48-.12-.97.15-1.09.6l-.19.7c-.13.49.23.97.77%201.025l9.935.99c.26.025.49-.165.49-.41v-.1c0-.19-.134-.35-.33-.4l-9.585-2.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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