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

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

The same logo in other sets

Use the oeth 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="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0M8.188 8.322A5.3 5.3 0 0 0 6.706 12a5.284 5.284 0 0 0 4.553 5.294l1.148-1.62l-.007.001l2.247-3.146L12 14.155l-2.647-1.626l2.256 3.159a3.65 3.65 0 0 1-3.007-2.168A3.65 3.65 0 0 1 8.294 12a3.705 3.705 0 0 1 2.387-3.462l1.128-1.832a5.3 5.3 0 0 0-3.62 1.616m7.591 7.386a5.3 5.3 0 0 1-3.679 1.586l1.377-1.895a3.705 3.705 0 0 0-1.136-7.09L14.647 12L12 13.588L9.353 12l2.3-3.68h-.003l.98-1.614A5.257 5.257 0 0 1 17.294 12a5.3 5.3 0 0 1-1.515 3.708" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenOeth(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="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0M8.188 8.322A5.3 5.3 0 0 0 6.706 12a5.284 5.284 0 0 0 4.553 5.294l1.148-1.62l-.007.001l2.247-3.146L12 14.155l-2.647-1.626l2.256 3.159a3.65 3.65 0 0 1-3.007-2.168A3.65 3.65 0 0 1 8.294 12a3.705 3.705 0 0 1 2.387-3.462l1.128-1.832a5.3 5.3 0 0 0-3.62 1.616m7.591 7.386a5.3 5.3 0 0 1-3.679 1.586l1.377-1.895a3.705 3.705 0 0 0-1.136-7.09L14.647 12L12 13.588L9.353 12l2.3-3.68h-.003l.98-1.614A5.257 5.257 0 0 1 17.294 12a5.3 5.3 0 0 1-1.515 3.708" clipRule="evenodd"/></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="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0M8.188 8.322A5.3 5.3 0 0 0 6.706 12a5.284 5.284 0 0 0 4.553 5.294l1.148-1.62l-.007.001l2.247-3.146L12 14.155l-2.647-1.626l2.256 3.159a3.65 3.65 0 0 1-3.007-2.168A3.65 3.65 0 0 1 8.294 12a3.705 3.705 0 0 1 2.387-3.462l1.128-1.832a5.3 5.3 0 0 0-3.62 1.616m7.591 7.386a5.3 5.3 0 0 1-3.679 1.586l1.377-1.895a3.705 3.705 0 0 0-1.136-7.09L14.647 12L12 13.588L9.353 12l2.3-3.68h-.003l.98-1.614A5.257 5.257 0 0 1 17.294 12a5.3 5.3 0 0 1-1.515 3.708" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-oeth {
  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%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200M8.188%208.322A5.3%205.3%200%200%200%206.706%2012a5.284%205.284%200%200%200%204.553%205.294l1.148-1.62l-.007.001l2.247-3.146L12%2014.155l-2.647-1.626l2.256%203.159a3.65%203.65%200%200%201-3.007-2.168A3.65%203.65%200%200%201%208.294%2012a3.705%203.705%200%200%201%202.387-3.462l1.128-1.832a5.3%205.3%200%200%200-3.62%201.616m7.591%207.386a5.3%205.3%200%200%201-3.679%201.586l1.377-1.895a3.705%203.705%200%200%200-1.136-7.09L14.647%2012L12%2013.588L9.353%2012l2.3-3.68h-.003l.98-1.614A5.257%205.257%200%200%201%2017.294%2012a5.3%205.3%200%200%201-1.515%203.708%22%20clip-rule%3D%22evenodd%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%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200M8.188%208.322A5.3%205.3%200%200%200%206.706%2012a5.284%205.284%200%200%200%204.553%205.294l1.148-1.62l-.007.001l2.247-3.146L12%2014.155l-2.647-1.626l2.256%203.159a3.65%203.65%200%200%201-3.007-2.168A3.65%203.65%200%200%201%208.294%2012a3.705%203.705%200%200%201%202.387-3.462l1.128-1.832a5.3%205.3%200%200%200-3.62%201.616m7.591%207.386a5.3%205.3%200%200%201-3.679%201.586l1.377-1.895a3.705%203.705%200%200%200-1.136-7.09L14.647%2012L12%2013.588L9.353%2012l2.3-3.68h-.003l.98-1.614A5.257%205.257%200%200%201%2017.294%2012a5.3%205.3%200%200%201-1.515%203.708%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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