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

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

The same logo in other sets

Use the kub logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.925 6.717a1.8 1.8 0 0 1 .373-.567L21 11.762l-5.715 6.075l-4.09-4.185a1.68 1.68 0 0 1 1.863-.377c.208.088.396.216.553.377l1.678 1.714l3.294-3.6l-3.284-3.14a1.755 1.755 0 0 1-.37-1.909zm1.575 5.058a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.701 17.85a1.773 1.773 0 0 0 0-2.475l-3.285-3.577l3.299-3.164l1.674 1.715a1.7 1.7 0 0 0 1.206.513c.454 0 .855-.306 1.17-.635L8.715 6.16L3 11.798zm1.049-6.075a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0"/></svg>

React

import type { SVGProps } from "react";

export function TokenKub(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.925 6.717a1.8 1.8 0 0 1 .373-.567L21 11.762l-5.715 6.075l-4.09-4.185a1.68 1.68 0 0 1 1.863-.377c.208.088.396.216.553.377l1.678 1.714l3.294-3.6l-3.284-3.14a1.755 1.755 0 0 1-.37-1.909zm1.575 5.058a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.701 17.85a1.773 1.773 0 0 0 0-2.475l-3.285-3.577l3.299-3.164l1.674 1.715a1.7 1.7 0 0 0 1.206.513c.454 0 .855-.306 1.17-.635L8.715 6.16L3 11.798zm1.049-6.075a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0"/></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.925 6.717a1.8 1.8 0 0 1 .373-.567L21 11.762l-5.715 6.075l-4.09-4.185a1.68 1.68 0 0 1 1.863-.377c.208.088.396.216.553.377l1.678 1.714l3.294-3.6l-3.284-3.14a1.755 1.755 0 0 1-.37-1.909zm1.575 5.058a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.701 17.85a1.773 1.773 0 0 0 0-2.475l-3.285-3.577l3.299-3.164l1.674 1.715a1.7 1.7 0 0 0 1.206.513c.454 0 .855-.306 1.17-.635L8.715 6.16L3 11.798zm1.049-6.075a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0"/></svg>
</template>

CSS

.icon-kub {
  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.925%206.717a1.8%201.8%200%200%201%20.373-.567L21%2011.762l-5.715%206.075l-4.09-4.185a1.68%201.68%200%200%201%201.863-.377c.208.088.396.216.553.377l1.678%201.714l3.294-3.6l-3.284-3.14a1.755%201.755%200%200%201-.37-1.909zm1.575%205.058a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M8.701%2017.85a1.773%201.773%200%200%200%200-2.475l-3.285-3.577l3.299-3.164l1.674%201.715a1.7%201.7%200%200%200%201.206.513c.454%200%20.855-.306%201.17-.635L8.715%206.16L3%2011.798zm1.049-6.075a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200%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.925%206.717a1.8%201.8%200%200%201%20.373-.567L21%2011.762l-5.715%206.075l-4.09-4.185a1.68%201.68%200%200%201%201.863-.377c.208.088.396.216.553.377l1.678%201.714l3.294-3.6l-3.284-3.14a1.755%201.755%200%200%201-.37-1.909zm1.575%205.058a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M8.701%2017.85a1.773%201.773%200%200%200%200-2.475l-3.285-3.577l3.299-3.164l1.674%201.715a1.7%201.7%200%200%200%201.206.513c.454%200%20.855-.306%201.17-.635L8.715%206.16L3%2011.798zm1.049-6.075a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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