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

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

The same logo in other sets

Use the kukai logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 7.67a4.33 4.33 0 1 0 0 8.66a4.33 4.33 0 0 0 0-8.66m0 6.3a1.97 1.97 0 1 1 0-3.94a1.97 1.97 0 0 1 0 3.94"/><path d="M17.4 3H6.6A3.6 3.6 0 0 0 3 6.6v10.8A3.6 3.6 0 0 0 6.6 21h10.8a3.6 3.6 0 0 0 3.6-3.6V6.6A3.6 3.6 0 0 0 17.4 3m.406 12.18q.072.052.136.117a1.183 1.183 0 0 1-1.585 1.756l-.037-.031a.385.385 0 0 0-.49-.02A6.27 6.27 0 0 1 12 18.3a6.27 6.27 0 0 1-3.83-1.297a.385.385 0 0 0-.49.019l-.037.03a1.185 1.185 0 1 1-1.449-1.873a.38.38 0 0 0 .118-.467A6.3 6.3 0 0 1 5.7 12c0-.97.22-1.89.612-2.712a.38.38 0 0 0-.123-.47l-.038-.03a1.184 1.184 0 1 1 1.532-1.806a.38.38 0 0 0 .486.015a6.27 6.27 0 0 1 3.83-1.297a6.28 6.28 0 0 1 3.83 1.297a.385.385 0 0 0 .49-.019l.037-.03a1.185 1.185 0 1 1 1.448 1.873a.38.38 0 0 0-.117.467c.392.822.612 1.741.612 2.712c0 .97-.22 1.89-.612 2.712a.38.38 0 0 0 .119.467"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenKukai(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 7.67a4.33 4.33 0 1 0 0 8.66a4.33 4.33 0 0 0 0-8.66m0 6.3a1.97 1.97 0 1 1 0-3.94a1.97 1.97 0 0 1 0 3.94"/><path d="M17.4 3H6.6A3.6 3.6 0 0 0 3 6.6v10.8A3.6 3.6 0 0 0 6.6 21h10.8a3.6 3.6 0 0 0 3.6-3.6V6.6A3.6 3.6 0 0 0 17.4 3m.406 12.18q.072.052.136.117a1.183 1.183 0 0 1-1.585 1.756l-.037-.031a.385.385 0 0 0-.49-.02A6.27 6.27 0 0 1 12 18.3a6.27 6.27 0 0 1-3.83-1.297a.385.385 0 0 0-.49.019l-.037.03a1.185 1.185 0 1 1-1.449-1.873a.38.38 0 0 0 .118-.467A6.3 6.3 0 0 1 5.7 12c0-.97.22-1.89.612-2.712a.38.38 0 0 0-.123-.47l-.038-.03a1.184 1.184 0 1 1 1.532-1.806a.38.38 0 0 0 .486.015a6.27 6.27 0 0 1 3.83-1.297a6.28 6.28 0 0 1 3.83 1.297a.385.385 0 0 0 .49-.019l.037-.03a1.185 1.185 0 1 1 1.448 1.873a.38.38 0 0 0-.117.467c.392.822.612 1.741.612 2.712c0 .97-.22 1.89-.612 2.712a.38.38 0 0 0 .119.467"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 7.67a4.33 4.33 0 1 0 0 8.66a4.33 4.33 0 0 0 0-8.66m0 6.3a1.97 1.97 0 1 1 0-3.94a1.97 1.97 0 0 1 0 3.94"/><path d="M17.4 3H6.6A3.6 3.6 0 0 0 3 6.6v10.8A3.6 3.6 0 0 0 6.6 21h10.8a3.6 3.6 0 0 0 3.6-3.6V6.6A3.6 3.6 0 0 0 17.4 3m.406 12.18q.072.052.136.117a1.183 1.183 0 0 1-1.585 1.756l-.037-.031a.385.385 0 0 0-.49-.02A6.27 6.27 0 0 1 12 18.3a6.27 6.27 0 0 1-3.83-1.297a.385.385 0 0 0-.49.019l-.037.03a1.185 1.185 0 1 1-1.449-1.873a.38.38 0 0 0 .118-.467A6.3 6.3 0 0 1 5.7 12c0-.97.22-1.89.612-2.712a.38.38 0 0 0-.123-.47l-.038-.03a1.184 1.184 0 1 1 1.532-1.806a.38.38 0 0 0 .486.015a6.27 6.27 0 0 1 3.83-1.297a6.28 6.28 0 0 1 3.83 1.297a.385.385 0 0 0 .49-.019l.037-.03a1.185 1.185 0 1 1 1.448 1.873a.38.38 0 0 0-.117.467c.392.822.612 1.741.612 2.712c0 .97-.22 1.89-.612 2.712a.38.38 0 0 0 .119.467"/></g></svg>
</template>

CSS

.icon-kukai {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%207.67a4.33%204.33%200%201%200%200%208.66a4.33%204.33%200%200%200%200-8.66m0%206.3a1.97%201.97%200%201%201%200-3.94a1.97%201.97%200%200%201%200%203.94%22%2F%3E%3Cpath%20d%3D%22M17.4%203H6.6A3.6%203.6%200%200%200%203%206.6v10.8A3.6%203.6%200%200%200%206.6%2021h10.8a3.6%203.6%200%200%200%203.6-3.6V6.6A3.6%203.6%200%200%200%2017.4%203m.406%2012.18q.072.052.136.117a1.183%201.183%200%200%201-1.585%201.756l-.037-.031a.385.385%200%200%200-.49-.02A6.27%206.27%200%200%201%2012%2018.3a6.27%206.27%200%200%201-3.83-1.297a.385.385%200%200%200-.49.019l-.037.03a1.185%201.185%200%201%201-1.449-1.873a.38.38%200%200%200%20.118-.467A6.3%206.3%200%200%201%205.7%2012c0-.97.22-1.89.612-2.712a.38.38%200%200%200-.123-.47l-.038-.03a1.184%201.184%200%201%201%201.532-1.806a.38.38%200%200%200%20.486.015a6.27%206.27%200%200%201%203.83-1.297a6.28%206.28%200%200%201%203.83%201.297a.385.385%200%200%200%20.49-.019l.037-.03a1.185%201.185%200%201%201%201.448%201.873a.38.38%200%200%200-.117.467c.392.822.612%201.741.612%202.712c0%20.97-.22%201.89-.612%202.712a.38.38%200%200%200%20.119.467%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%207.67a4.33%204.33%200%201%200%200%208.66a4.33%204.33%200%200%200%200-8.66m0%206.3a1.97%201.97%200%201%201%200-3.94a1.97%201.97%200%200%201%200%203.94%22%2F%3E%3Cpath%20d%3D%22M17.4%203H6.6A3.6%203.6%200%200%200%203%206.6v10.8A3.6%203.6%200%200%200%206.6%2021h10.8a3.6%203.6%200%200%200%203.6-3.6V6.6A3.6%203.6%200%200%200%2017.4%203m.406%2012.18q.072.052.136.117a1.183%201.183%200%200%201-1.585%201.756l-.037-.031a.385.385%200%200%200-.49-.02A6.27%206.27%200%200%201%2012%2018.3a6.27%206.27%200%200%201-3.83-1.297a.385.385%200%200%200-.49.019l-.037.03a1.185%201.185%200%201%201-1.449-1.873a.38.38%200%200%200%20.118-.467A6.3%206.3%200%200%201%205.7%2012c0-.97.22-1.89.612-2.712a.38.38%200%200%200-.123-.47l-.038-.03a1.184%201.184%200%201%201%201.532-1.806a.38.38%200%200%200%20.486.015a6.27%206.27%200%200%201%203.83-1.297a6.28%206.28%200%200%201%203.83%201.297a.385.385%200%200%200%20.49-.019l.037-.03a1.185%201.185%200%201%201%201.448%201.873a.38.38%200%200%200-.117.467c.392.822.612%201.741.612%202.712c0%20.97-.22%201.89-.612%202.712a.38.38%200%200%200%20.119.467%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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