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

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

The same logo in other sets

Use the ichi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.852 5.065a.846.846 0 0 1-.236 1.18c-.636.422-1.873 1.024-3.554 1.485v3.707h.933c.478 0 .866.377.866.843a.855.855 0 0 1-.866.844h-.933v3.144c1.687.461 2.924 1.069 3.554 1.479a.843.843 0 0 1 .236 1.181a.88.88 0 0 1-1.209.236c-.877-.579-3.796-1.884-7.756-1.884c-3.959 0-6.715 1.305-7.508 1.867a.876.876 0 0 1-1.215-.19a.844.844 0 0 1 .197-1.193c.619-.439 1.856-1.069 3.577-1.541v-3.1H6.23a.855.855 0 0 1-.866-.843c0-.466.394-.843.866-.843h.71V7.775a12 12 0 0 1-3.578-1.54a.844.844 0 0 1-.197-1.193a.88.88 0 0 1 1.215-.191a11.1 11.1 0 0 0 3.656 1.44a17.2 17.2 0 0 0 3.852.427c3.96 0 6.879-1.305 7.762-1.884a.88.88 0 0 1 1.203.23m-5.478 10.82v-2.761h-6.75v2.728a19.2 19.2 0 0 1 6.75.033m0-4.448V8.119a19.7 19.7 0 0 1-6.749.028v3.29z"/></svg>

React

import type { SVGProps } from "react";

export function TokenIchi(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="M20.852 5.065a.846.846 0 0 1-.236 1.18c-.636.422-1.873 1.024-3.554 1.485v3.707h.933c.478 0 .866.377.866.843a.855.855 0 0 1-.866.844h-.933v3.144c1.687.461 2.924 1.069 3.554 1.479a.843.843 0 0 1 .236 1.181a.88.88 0 0 1-1.209.236c-.877-.579-3.796-1.884-7.756-1.884c-3.959 0-6.715 1.305-7.508 1.867a.876.876 0 0 1-1.215-.19a.844.844 0 0 1 .197-1.193c.619-.439 1.856-1.069 3.577-1.541v-3.1H6.23a.855.855 0 0 1-.866-.843c0-.466.394-.843.866-.843h.71V7.775a12 12 0 0 1-3.578-1.54a.844.844 0 0 1-.197-1.193a.88.88 0 0 1 1.215-.191a11.1 11.1 0 0 0 3.656 1.44a17.2 17.2 0 0 0 3.852.427c3.96 0 6.879-1.305 7.762-1.884a.88.88 0 0 1 1.203.23m-5.478 10.82v-2.761h-6.75v2.728a19.2 19.2 0 0 1 6.75.033m0-4.448V8.119a19.7 19.7 0 0 1-6.749.028v3.29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.852 5.065a.846.846 0 0 1-.236 1.18c-.636.422-1.873 1.024-3.554 1.485v3.707h.933c.478 0 .866.377.866.843a.855.855 0 0 1-.866.844h-.933v3.144c1.687.461 2.924 1.069 3.554 1.479a.843.843 0 0 1 .236 1.181a.88.88 0 0 1-1.209.236c-.877-.579-3.796-1.884-7.756-1.884c-3.959 0-6.715 1.305-7.508 1.867a.876.876 0 0 1-1.215-.19a.844.844 0 0 1 .197-1.193c.619-.439 1.856-1.069 3.577-1.541v-3.1H6.23a.855.855 0 0 1-.866-.843c0-.466.394-.843.866-.843h.71V7.775a12 12 0 0 1-3.578-1.54a.844.844 0 0 1-.197-1.193a.88.88 0 0 1 1.215-.191a11.1 11.1 0 0 0 3.656 1.44a17.2 17.2 0 0 0 3.852.427c3.96 0 6.879-1.305 7.762-1.884a.88.88 0 0 1 1.203.23m-5.478 10.82v-2.761h-6.75v2.728a19.2 19.2 0 0 1 6.75.033m0-4.448V8.119a19.7 19.7 0 0 1-6.749.028v3.29z"/></svg>
</template>

CSS

.icon-ichi {
  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%22M20.852%205.065a.846.846%200%200%201-.236%201.18c-.636.422-1.873%201.024-3.554%201.485v3.707h.933c.478%200%20.866.377.866.843a.855.855%200%200%201-.866.844h-.933v3.144c1.687.461%202.924%201.069%203.554%201.479a.843.843%200%200%201%20.236%201.181a.88.88%200%200%201-1.209.236c-.877-.579-3.796-1.884-7.756-1.884c-3.959%200-6.715%201.305-7.508%201.867a.876.876%200%200%201-1.215-.19a.844.844%200%200%201%20.197-1.193c.619-.439%201.856-1.069%203.577-1.541v-3.1H6.23a.855.855%200%200%201-.866-.843c0-.466.394-.843.866-.843h.71V7.775a12%2012%200%200%201-3.578-1.54a.844.844%200%200%201-.197-1.193a.88.88%200%200%201%201.215-.191a11.1%2011.1%200%200%200%203.656%201.44a17.2%2017.2%200%200%200%203.852.427c3.96%200%206.879-1.305%207.762-1.884a.88.88%200%200%201%201.203.23m-5.478%2010.82v-2.761h-6.75v2.728a19.2%2019.2%200%200%201%206.75.033m0-4.448V8.119a19.7%2019.7%200%200%201-6.749.028v3.29z%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%22M20.852%205.065a.846.846%200%200%201-.236%201.18c-.636.422-1.873%201.024-3.554%201.485v3.707h.933c.478%200%20.866.377.866.843a.855.855%200%200%201-.866.844h-.933v3.144c1.687.461%202.924%201.069%203.554%201.479a.843.843%200%200%201%20.236%201.181a.88.88%200%200%201-1.209.236c-.877-.579-3.796-1.884-7.756-1.884c-3.959%200-6.715%201.305-7.508%201.867a.876.876%200%200%201-1.215-.19a.844.844%200%200%201%20.197-1.193c.619-.439%201.856-1.069%203.577-1.541v-3.1H6.23a.855.855%200%200%201-.866-.843c0-.466.394-.843.866-.843h.71V7.775a12%2012%200%200%201-3.578-1.54a.844.844%200%200%201-.197-1.193a.88.88%200%200%201%201.215-.191a11.1%2011.1%200%200%200%203.656%201.44a17.2%2017.2%200%200%200%203.852.427c3.96%200%206.879-1.305%207.762-1.884a.88.88%200%200%201%201.203.23m-5.478%2010.82v-2.761h-6.75v2.728a19.2%2019.2%200%200%201%206.75.033m0-4.448V8.119a19.7%2019.7%200%200%201-6.749.028v3.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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