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

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

The same logo in other sets

Use the kuji logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.375V5.25h-4.208Q16.506 4.11 16.13 3l-1.356.236c.253.647.49 1.35.686 2.014h-4.022v1.125zm-10.496 9.562V7.81h-1.98c.41-.607.821-1.35 1.237-2.25v-.872H6.516c.18-.393.337-.843.495-1.254L5.75 3.04A10.7 10.7 0 0 1 3 7.697l.292 1.39c.26-.237.597-.473.833-.726v7.576zM7.168 7.815H4.53a15.6 15.6 0 0 0 1.44-2.003h2.475q-.571 1.045-1.277 2.003M15.262 21c.985 0 1.238-.546 1.238-1.626v-5.687h3.375V8.062h-7.633v5.625h3.133v5.355c0 .49-.197.833-.59.833c-.45 0-.923-.04-1.396-.096L13.665 21zm-8.325-9.563H5.25V8.962h1.687zm2.25 0H8.062V8.962h1.125zm9.563 1.126h-5.175V9.187h5.175zm-9.563 2.25H8.062v-2.25h1.125zm-2.25 0H5.261v-2.25h1.676zm4.787 5.624a22.2 22.2 0 0 0 2.24-4.798l-1.137-.545a21.6 21.6 0 0 1-2.166 4.573z"/><path fill="currentColor" d="m21 19.155l-1.069.72a36 36 0 0 0-2.306-4.444l1.069-.618A37 37 0 0 1 21 19.155m-10.125-.084l-.911.241q-.325-1.285-.777-2.53l.872-.282c.299.731.557 1.592.816 2.57m-1.688 1.237l-1.057.13c-.101-1.654-.304-2.926-.63-3.809l1.012-.129c.332.934.552 2.2.675 3.808m-2.25.006l-.945.123c-.033-1.642-.09-2.925-.18-3.813l.872-.124c.124.934.22 2.21.253 3.814M5.25 16.652c-.14 1.631-.45 3.077-.945 4.348L3 20.634c.552-1.314.88-2.711.973-4.134z"/><path fill="currentColor" d="M13.586 5.813c3.347 0 4.838 1.603 5.164 2.407c-.304 2.998-2.869 3.74-4.185 4.073c-4.601 1.479-4.9 2.998-4.9 4.033c0 1.04.827 1.592 1.053 1.777c.416-.81 1.248-1.44 1.738-1.44c-.377.664.377 1.85.377 2.256a3.42 3.42 0 0 1 2.446 1.293c-.247.08-.939.226-1.693.226c-5.692 0-7.616-5.738-7.616-7.071c0-1.069.326-2.149.49-2.554c-.417.096-1.35.293-1.772.293c.18-1.333 1.856-1.935 2.677-2.07c.253-.35.844-1.103 1.204-1.373C8.344 7.5 6.825 7.5 6.375 7.5c.934-1.451 3.487-1.49 4.534-1.282c.4-.135 1.502-.405 2.677-.405"/><path fill="currentColor" d="M17.063 8.49a5.78 5.78 0 0 0-7.313.697h1.041c.658 0 1.282-.698 2.74-.698c1.164 0 2.148.282 2.491.422c.349-.056 1.04-.225 1.04-.422m-9.146 6.817c0-1.086.472-2.936.708-3.724c-1.372-.967-1.08 3.19-1.125 3.437c-.039.253.293.467.417.287M7.5 11.999v-1.125c-.528 0-.59.748-.55 1.125zm-.562 1.688v-1.688c-.529 0-.59 1.125-.551 1.688z"/><path fill="currentColor" d="M18.188 7.821c-4.23-2.959-8.14-.697-9.563.804h.473c.73-.517 2.694-1.546 4.634-1.546s3.37.776 3.842 1.158c.203-.095.613-.315.613-.416"/></svg>

React

import type { SVGProps } from "react";

export function TokenKuji(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="M21 6.375V5.25h-4.208Q16.506 4.11 16.13 3l-1.356.236c.253.647.49 1.35.686 2.014h-4.022v1.125zm-10.496 9.562V7.81h-1.98c.41-.607.821-1.35 1.237-2.25v-.872H6.516c.18-.393.337-.843.495-1.254L5.75 3.04A10.7 10.7 0 0 1 3 7.697l.292 1.39c.26-.237.597-.473.833-.726v7.576zM7.168 7.815H4.53a15.6 15.6 0 0 0 1.44-2.003h2.475q-.571 1.045-1.277 2.003M15.262 21c.985 0 1.238-.546 1.238-1.626v-5.687h3.375V8.062h-7.633v5.625h3.133v5.355c0 .49-.197.833-.59.833c-.45 0-.923-.04-1.396-.096L13.665 21zm-8.325-9.563H5.25V8.962h1.687zm2.25 0H8.062V8.962h1.125zm9.563 1.126h-5.175V9.187h5.175zm-9.563 2.25H8.062v-2.25h1.125zm-2.25 0H5.261v-2.25h1.676zm4.787 5.624a22.2 22.2 0 0 0 2.24-4.798l-1.137-.545a21.6 21.6 0 0 1-2.166 4.573z"/><path fill="currentColor" d="m21 19.155l-1.069.72a36 36 0 0 0-2.306-4.444l1.069-.618A37 37 0 0 1 21 19.155m-10.125-.084l-.911.241q-.325-1.285-.777-2.53l.872-.282c.299.731.557 1.592.816 2.57m-1.688 1.237l-1.057.13c-.101-1.654-.304-2.926-.63-3.809l1.012-.129c.332.934.552 2.2.675 3.808m-2.25.006l-.945.123c-.033-1.642-.09-2.925-.18-3.813l.872-.124c.124.934.22 2.21.253 3.814M5.25 16.652c-.14 1.631-.45 3.077-.945 4.348L3 20.634c.552-1.314.88-2.711.973-4.134z"/><path fill="currentColor" d="M13.586 5.813c3.347 0 4.838 1.603 5.164 2.407c-.304 2.998-2.869 3.74-4.185 4.073c-4.601 1.479-4.9 2.998-4.9 4.033c0 1.04.827 1.592 1.053 1.777c.416-.81 1.248-1.44 1.738-1.44c-.377.664.377 1.85.377 2.256a3.42 3.42 0 0 1 2.446 1.293c-.247.08-.939.226-1.693.226c-5.692 0-7.616-5.738-7.616-7.071c0-1.069.326-2.149.49-2.554c-.417.096-1.35.293-1.772.293c.18-1.333 1.856-1.935 2.677-2.07c.253-.35.844-1.103 1.204-1.373C8.344 7.5 6.825 7.5 6.375 7.5c.934-1.451 3.487-1.49 4.534-1.282c.4-.135 1.502-.405 2.677-.405"/><path fill="currentColor" d="M17.063 8.49a5.78 5.78 0 0 0-7.313.697h1.041c.658 0 1.282-.698 2.74-.698c1.164 0 2.148.282 2.491.422c.349-.056 1.04-.225 1.04-.422m-9.146 6.817c0-1.086.472-2.936.708-3.724c-1.372-.967-1.08 3.19-1.125 3.437c-.039.253.293.467.417.287M7.5 11.999v-1.125c-.528 0-.59.748-.55 1.125zm-.562 1.688v-1.688c-.529 0-.59 1.125-.551 1.688z"/><path fill="currentColor" d="M18.188 7.821c-4.23-2.959-8.14-.697-9.563.804h.473c.73-.517 2.694-1.546 4.634-1.546s3.37.776 3.842 1.158c.203-.095.613-.315.613-.416"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.375V5.25h-4.208Q16.506 4.11 16.13 3l-1.356.236c.253.647.49 1.35.686 2.014h-4.022v1.125zm-10.496 9.562V7.81h-1.98c.41-.607.821-1.35 1.237-2.25v-.872H6.516c.18-.393.337-.843.495-1.254L5.75 3.04A10.7 10.7 0 0 1 3 7.697l.292 1.39c.26-.237.597-.473.833-.726v7.576zM7.168 7.815H4.53a15.6 15.6 0 0 0 1.44-2.003h2.475q-.571 1.045-1.277 2.003M15.262 21c.985 0 1.238-.546 1.238-1.626v-5.687h3.375V8.062h-7.633v5.625h3.133v5.355c0 .49-.197.833-.59.833c-.45 0-.923-.04-1.396-.096L13.665 21zm-8.325-9.563H5.25V8.962h1.687zm2.25 0H8.062V8.962h1.125zm9.563 1.126h-5.175V9.187h5.175zm-9.563 2.25H8.062v-2.25h1.125zm-2.25 0H5.261v-2.25h1.676zm4.787 5.624a22.2 22.2 0 0 0 2.24-4.798l-1.137-.545a21.6 21.6 0 0 1-2.166 4.573z"/><path fill="currentColor" d="m21 19.155l-1.069.72a36 36 0 0 0-2.306-4.444l1.069-.618A37 37 0 0 1 21 19.155m-10.125-.084l-.911.241q-.325-1.285-.777-2.53l.872-.282c.299.731.557 1.592.816 2.57m-1.688 1.237l-1.057.13c-.101-1.654-.304-2.926-.63-3.809l1.012-.129c.332.934.552 2.2.675 3.808m-2.25.006l-.945.123c-.033-1.642-.09-2.925-.18-3.813l.872-.124c.124.934.22 2.21.253 3.814M5.25 16.652c-.14 1.631-.45 3.077-.945 4.348L3 20.634c.552-1.314.88-2.711.973-4.134z"/><path fill="currentColor" d="M13.586 5.813c3.347 0 4.838 1.603 5.164 2.407c-.304 2.998-2.869 3.74-4.185 4.073c-4.601 1.479-4.9 2.998-4.9 4.033c0 1.04.827 1.592 1.053 1.777c.416-.81 1.248-1.44 1.738-1.44c-.377.664.377 1.85.377 2.256a3.42 3.42 0 0 1 2.446 1.293c-.247.08-.939.226-1.693.226c-5.692 0-7.616-5.738-7.616-7.071c0-1.069.326-2.149.49-2.554c-.417.096-1.35.293-1.772.293c.18-1.333 1.856-1.935 2.677-2.07c.253-.35.844-1.103 1.204-1.373C8.344 7.5 6.825 7.5 6.375 7.5c.934-1.451 3.487-1.49 4.534-1.282c.4-.135 1.502-.405 2.677-.405"/><path fill="currentColor" d="M17.063 8.49a5.78 5.78 0 0 0-7.313.697h1.041c.658 0 1.282-.698 2.74-.698c1.164 0 2.148.282 2.491.422c.349-.056 1.04-.225 1.04-.422m-9.146 6.817c0-1.086.472-2.936.708-3.724c-1.372-.967-1.08 3.19-1.125 3.437c-.039.253.293.467.417.287M7.5 11.999v-1.125c-.528 0-.59.748-.55 1.125zm-.562 1.688v-1.688c-.529 0-.59 1.125-.551 1.688z"/><path fill="currentColor" d="M18.188 7.821c-4.23-2.959-8.14-.697-9.563.804h.473c.73-.517 2.694-1.546 4.634-1.546s3.37.776 3.842 1.158c.203-.095.613-.315.613-.416"/></svg>
</template>

CSS

.icon-kuji {
  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%22M21%206.375V5.25h-4.208Q16.506%204.11%2016.13%203l-1.356.236c.253.647.49%201.35.686%202.014h-4.022v1.125zm-10.496%209.562V7.81h-1.98c.41-.607.821-1.35%201.237-2.25v-.872H6.516c.18-.393.337-.843.495-1.254L5.75%203.04A10.7%2010.7%200%200%201%203%207.697l.292%201.39c.26-.237.597-.473.833-.726v7.576zM7.168%207.815H4.53a15.6%2015.6%200%200%200%201.44-2.003h2.475q-.571%201.045-1.277%202.003M15.262%2021c.985%200%201.238-.546%201.238-1.626v-5.687h3.375V8.062h-7.633v5.625h3.133v5.355c0%20.49-.197.833-.59.833c-.45%200-.923-.04-1.396-.096L13.665%2021zm-8.325-9.563H5.25V8.962h1.687zm2.25%200H8.062V8.962h1.125zm9.563%201.126h-5.175V9.187h5.175zm-9.563%202.25H8.062v-2.25h1.125zm-2.25%200H5.261v-2.25h1.676zm4.787%205.624a22.2%2022.2%200%200%200%202.24-4.798l-1.137-.545a21.6%2021.6%200%200%201-2.166%204.573z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2019.155l-1.069.72a36%2036%200%200%200-2.306-4.444l1.069-.618A37%2037%200%200%201%2021%2019.155m-10.125-.084l-.911.241q-.325-1.285-.777-2.53l.872-.282c.299.731.557%201.592.816%202.57m-1.688%201.237l-1.057.13c-.101-1.654-.304-2.926-.63-3.809l1.012-.129c.332.934.552%202.2.675%203.808m-2.25.006l-.945.123c-.033-1.642-.09-2.925-.18-3.813l.872-.124c.124.934.22%202.21.253%203.814M5.25%2016.652c-.14%201.631-.45%203.077-.945%204.348L3%2020.634c.552-1.314.88-2.711.973-4.134z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.586%205.813c3.347%200%204.838%201.603%205.164%202.407c-.304%202.998-2.869%203.74-4.185%204.073c-4.601%201.479-4.9%202.998-4.9%204.033c0%201.04.827%201.592%201.053%201.777c.416-.81%201.248-1.44%201.738-1.44c-.377.664.377%201.85.377%202.256a3.42%203.42%200%200%201%202.446%201.293c-.247.08-.939.226-1.693.226c-5.692%200-7.616-5.738-7.616-7.071c0-1.069.326-2.149.49-2.554c-.417.096-1.35.293-1.772.293c.18-1.333%201.856-1.935%202.677-2.07c.253-.35.844-1.103%201.204-1.373C8.344%207.5%206.825%207.5%206.375%207.5c.934-1.451%203.487-1.49%204.534-1.282c.4-.135%201.502-.405%202.677-.405%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.063%208.49a5.78%205.78%200%200%200-7.313.697h1.041c.658%200%201.282-.698%202.74-.698c1.164%200%202.148.282%202.491.422c.349-.056%201.04-.225%201.04-.422m-9.146%206.817c0-1.086.472-2.936.708-3.724c-1.372-.967-1.08%203.19-1.125%203.437c-.039.253.293.467.417.287M7.5%2011.999v-1.125c-.528%200-.59.748-.55%201.125zm-.562%201.688v-1.688c-.529%200-.59%201.125-.551%201.688z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.188%207.821c-4.23-2.959-8.14-.697-9.563.804h.473c.73-.517%202.694-1.546%204.634-1.546s3.37.776%203.842%201.158c.203-.095.613-.315.613-.416%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%22M21%206.375V5.25h-4.208Q16.506%204.11%2016.13%203l-1.356.236c.253.647.49%201.35.686%202.014h-4.022v1.125zm-10.496%209.562V7.81h-1.98c.41-.607.821-1.35%201.237-2.25v-.872H6.516c.18-.393.337-.843.495-1.254L5.75%203.04A10.7%2010.7%200%200%201%203%207.697l.292%201.39c.26-.237.597-.473.833-.726v7.576zM7.168%207.815H4.53a15.6%2015.6%200%200%200%201.44-2.003h2.475q-.571%201.045-1.277%202.003M15.262%2021c.985%200%201.238-.546%201.238-1.626v-5.687h3.375V8.062h-7.633v5.625h3.133v5.355c0%20.49-.197.833-.59.833c-.45%200-.923-.04-1.396-.096L13.665%2021zm-8.325-9.563H5.25V8.962h1.687zm2.25%200H8.062V8.962h1.125zm9.563%201.126h-5.175V9.187h5.175zm-9.563%202.25H8.062v-2.25h1.125zm-2.25%200H5.261v-2.25h1.676zm4.787%205.624a22.2%2022.2%200%200%200%202.24-4.798l-1.137-.545a21.6%2021.6%200%200%201-2.166%204.573z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2019.155l-1.069.72a36%2036%200%200%200-2.306-4.444l1.069-.618A37%2037%200%200%201%2021%2019.155m-10.125-.084l-.911.241q-.325-1.285-.777-2.53l.872-.282c.299.731.557%201.592.816%202.57m-1.688%201.237l-1.057.13c-.101-1.654-.304-2.926-.63-3.809l1.012-.129c.332.934.552%202.2.675%203.808m-2.25.006l-.945.123c-.033-1.642-.09-2.925-.18-3.813l.872-.124c.124.934.22%202.21.253%203.814M5.25%2016.652c-.14%201.631-.45%203.077-.945%204.348L3%2020.634c.552-1.314.88-2.711.973-4.134z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.586%205.813c3.347%200%204.838%201.603%205.164%202.407c-.304%202.998-2.869%203.74-4.185%204.073c-4.601%201.479-4.9%202.998-4.9%204.033c0%201.04.827%201.592%201.053%201.777c.416-.81%201.248-1.44%201.738-1.44c-.377.664.377%201.85.377%202.256a3.42%203.42%200%200%201%202.446%201.293c-.247.08-.939.226-1.693.226c-5.692%200-7.616-5.738-7.616-7.071c0-1.069.326-2.149.49-2.554c-.417.096-1.35.293-1.772.293c.18-1.333%201.856-1.935%202.677-2.07c.253-.35.844-1.103%201.204-1.373C8.344%207.5%206.825%207.5%206.375%207.5c.934-1.451%203.487-1.49%204.534-1.282c.4-.135%201.502-.405%202.677-.405%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.063%208.49a5.78%205.78%200%200%200-7.313.697h1.041c.658%200%201.282-.698%202.74-.698c1.164%200%202.148.282%202.491.422c.349-.056%201.04-.225%201.04-.422m-9.146%206.817c0-1.086.472-2.936.708-3.724c-1.372-.967-1.08%203.19-1.125%203.437c-.039.253.293.467.417.287M7.5%2011.999v-1.125c-.528%200-.59.748-.55%201.125zm-.562%201.688v-1.688c-.529%200-.59%201.125-.551%201.688z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.188%207.821c-4.23-2.959-8.14-.697-9.563.804h.473c.73-.517%202.694-1.546%204.634-1.546s3.37.776%203.842%201.158c.203-.095.613-.315.613-.416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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