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

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

The same logo in other sets

Use the oni logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.001 14.823a2.812 2.812 0 1 0 0-5.624a2.812 2.812 0 0 0 0 5.624m0 2.25a5.06 5.06 0 0 0 4.676-7a5.06 5.06 0 1 0-4.676 7" clip-rule="evenodd"/><path fill="currentColor" d="M12.45 19.688c-.123-.54-.618-.9-1.17-.962a6.87 6.87 0 0 1-5.989-5.601C5.19 12.505 4.69 12 4.065 12c-.618 0-1.136.506-1.057 1.124a9.166 9.166 0 0 0 8.408 7.874c.702.045 1.192-.624 1.034-1.31m7.238-7.058c.675.157 1.344-.32 1.31-1.013a9.25 9.25 0 0 0-8.536-8.615c-.59-.034-1.052.46-1.052 1.051c0 .653.562 1.153 1.215 1.226c3.166.338 5.81 2.97 6.102 6.158c.05.563.416 1.069.961 1.193"/></svg>

React

import type { SVGProps } from "react";

export function TokenOni(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" fillRule="evenodd" d="M12.001 14.823a2.812 2.812 0 1 0 0-5.624a2.812 2.812 0 0 0 0 5.624m0 2.25a5.06 5.06 0 0 0 4.676-7a5.06 5.06 0 1 0-4.676 7" clipRule="evenodd"/><path fill="currentColor" d="M12.45 19.688c-.123-.54-.618-.9-1.17-.962a6.87 6.87 0 0 1-5.989-5.601C5.19 12.505 4.69 12 4.065 12c-.618 0-1.136.506-1.057 1.124a9.166 9.166 0 0 0 8.408 7.874c.702.045 1.192-.624 1.034-1.31m7.238-7.058c.675.157 1.344-.32 1.31-1.013a9.25 9.25 0 0 0-8.536-8.615c-.59-.034-1.052.46-1.052 1.051c0 .653.562 1.153 1.215 1.226c3.166.338 5.81 2.97 6.102 6.158c.05.563.416 1.069.961 1.193"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.001 14.823a2.812 2.812 0 1 0 0-5.624a2.812 2.812 0 0 0 0 5.624m0 2.25a5.06 5.06 0 0 0 4.676-7a5.06 5.06 0 1 0-4.676 7" clip-rule="evenodd"/><path fill="currentColor" d="M12.45 19.688c-.123-.54-.618-.9-1.17-.962a6.87 6.87 0 0 1-5.989-5.601C5.19 12.505 4.69 12 4.065 12c-.618 0-1.136.506-1.057 1.124a9.166 9.166 0 0 0 8.408 7.874c.702.045 1.192-.624 1.034-1.31m7.238-7.058c.675.157 1.344-.32 1.31-1.013a9.25 9.25 0 0 0-8.536-8.615c-.59-.034-1.052.46-1.052 1.051c0 .653.562 1.153 1.215 1.226c3.166.338 5.81 2.97 6.102 6.158c.05.563.416 1.069.961 1.193"/></svg>
</template>

CSS

.icon-oni {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%2014.823a2.812%202.812%200%201%200%200-5.624a2.812%202.812%200%200%200%200%205.624m0%202.25a5.06%205.06%200%200%200%204.676-7a5.06%205.06%200%201%200-4.676%207%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.45%2019.688c-.123-.54-.618-.9-1.17-.962a6.87%206.87%200%200%201-5.989-5.601C5.19%2012.505%204.69%2012%204.065%2012c-.618%200-1.136.506-1.057%201.124a9.166%209.166%200%200%200%208.408%207.874c.702.045%201.192-.624%201.034-1.31m7.238-7.058c.675.157%201.344-.32%201.31-1.013a9.25%209.25%200%200%200-8.536-8.615c-.59-.034-1.052.46-1.052%201.051c0%20.653.562%201.153%201.215%201.226c3.166.338%205.81%202.97%206.102%206.158c.05.563.416%201.069.961%201.193%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%2014.823a2.812%202.812%200%201%200%200-5.624a2.812%202.812%200%200%200%200%205.624m0%202.25a5.06%205.06%200%200%200%204.676-7a5.06%205.06%200%201%200-4.676%207%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.45%2019.688c-.123-.54-.618-.9-1.17-.962a6.87%206.87%200%200%201-5.989-5.601C5.19%2012.505%204.69%2012%204.065%2012c-.618%200-1.136.506-1.057%201.124a9.166%209.166%200%200%200%208.408%207.874c.702.045%201.192-.624%201.034-1.31m7.238-7.058c.675.157%201.344-.32%201.31-1.013a9.25%209.25%200%200%200-8.536-8.615c-.59-.034-1.052.46-1.052%201.051c0%20.653.562%201.153%201.215%201.226c3.166.338%205.81%202.97%206.102%206.158c.05.563.416%201.069.961%201.193%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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