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

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

The same logo in other sets

Use the oath 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="M10.234 9.324H8.322c-1.04.75-3.133 2.554-3.133 4.135v2.053C5.75 17.342 7.705 21 11.081 21h3.23c1.498-.574 4.5-2.17 4.5-3.985V14.56c-.195-1.897-1.581-5.998-5.536-7.18h-2.71c-.56.175-1.79.695-2.238 1.459h2.214v1.119a3 3 0 0 0-.2.19c-.204.199-.476.471-.773.637h1.444c.58-.112 1.864-.555 2.355-1.168c.754.482 3.011 2.32 3.011 4.135v1.358c-.316 1.05-1.8 2.972-3.891 2.972h-1.654c-.803-.525-2.472-1.824-2.885-3.522c.02-.706.005-1.966 0-2.506a6.34 6.34 0 0 1 2.286-2.729m2.253-1.46h-.973v.974h.973z" clip-rule="evenodd"/><path fill="currentColor" d="M12 11.27h-.487v3.065h.229v1.8H12zM11.513 3h.973v.486h-.973zm0 .973h.973v.486h-.973zm0 .973h.973v.486h-.973zm-.973.973h2.919v.486H10.54zm-.486-.487h.486v.487h-.486zm3.405 0h.486v.487h-.486zm-1.946 1.46h.973v.486h-.973z"/></svg>

React

import type { SVGProps } from "react";

export function TokenOath(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="M10.234 9.324H8.322c-1.04.75-3.133 2.554-3.133 4.135v2.053C5.75 17.342 7.705 21 11.081 21h3.23c1.498-.574 4.5-2.17 4.5-3.985V14.56c-.195-1.897-1.581-5.998-5.536-7.18h-2.71c-.56.175-1.79.695-2.238 1.459h2.214v1.119a3 3 0 0 0-.2.19c-.204.199-.476.471-.773.637h1.444c.58-.112 1.864-.555 2.355-1.168c.754.482 3.011 2.32 3.011 4.135v1.358c-.316 1.05-1.8 2.972-3.891 2.972h-1.654c-.803-.525-2.472-1.824-2.885-3.522c.02-.706.005-1.966 0-2.506a6.34 6.34 0 0 1 2.286-2.729m2.253-1.46h-.973v.974h.973z" clipRule="evenodd"/><path fill="currentColor" d="M12 11.27h-.487v3.065h.229v1.8H12zM11.513 3h.973v.486h-.973zm0 .973h.973v.486h-.973zm0 .973h.973v.486h-.973zm-.973.973h2.919v.486H10.54zm-.486-.487h.486v.487h-.486zm3.405 0h.486v.487h-.486zm-1.946 1.46h.973v.486h-.973z"/></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="M10.234 9.324H8.322c-1.04.75-3.133 2.554-3.133 4.135v2.053C5.75 17.342 7.705 21 11.081 21h3.23c1.498-.574 4.5-2.17 4.5-3.985V14.56c-.195-1.897-1.581-5.998-5.536-7.18h-2.71c-.56.175-1.79.695-2.238 1.459h2.214v1.119a3 3 0 0 0-.2.19c-.204.199-.476.471-.773.637h1.444c.58-.112 1.864-.555 2.355-1.168c.754.482 3.011 2.32 3.011 4.135v1.358c-.316 1.05-1.8 2.972-3.891 2.972h-1.654c-.803-.525-2.472-1.824-2.885-3.522c.02-.706.005-1.966 0-2.506a6.34 6.34 0 0 1 2.286-2.729m2.253-1.46h-.973v.974h.973z" clip-rule="evenodd"/><path fill="currentColor" d="M12 11.27h-.487v3.065h.229v1.8H12zM11.513 3h.973v.486h-.973zm0 .973h.973v.486h-.973zm0 .973h.973v.486h-.973zm-.973.973h2.919v.486H10.54zm-.486-.487h.486v.487h-.486zm3.405 0h.486v.487h-.486zm-1.946 1.46h.973v.486h-.973z"/></svg>
</template>

CSS

.icon-oath {
  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%22M10.234%209.324H8.322c-1.04.75-3.133%202.554-3.133%204.135v2.053C5.75%2017.342%207.705%2021%2011.081%2021h3.23c1.498-.574%204.5-2.17%204.5-3.985V14.56c-.195-1.897-1.581-5.998-5.536-7.18h-2.71c-.56.175-1.79.695-2.238%201.459h2.214v1.119a3%203%200%200%200-.2.19c-.204.199-.476.471-.773.637h1.444c.58-.112%201.864-.555%202.355-1.168c.754.482%203.011%202.32%203.011%204.135v1.358c-.316%201.05-1.8%202.972-3.891%202.972h-1.654c-.803-.525-2.472-1.824-2.885-3.522c.02-.706.005-1.966%200-2.506a6.34%206.34%200%200%201%202.286-2.729m2.253-1.46h-.973v.974h.973z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.27h-.487v3.065h.229v1.8H12zM11.513%203h.973v.486h-.973zm0%20.973h.973v.486h-.973zm0%20.973h.973v.486h-.973zm-.973.973h2.919v.486H10.54zm-.486-.487h.486v.487h-.486zm3.405%200h.486v.487h-.486zm-1.946%201.46h.973v.486h-.973z%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%22M10.234%209.324H8.322c-1.04.75-3.133%202.554-3.133%204.135v2.053C5.75%2017.342%207.705%2021%2011.081%2021h3.23c1.498-.574%204.5-2.17%204.5-3.985V14.56c-.195-1.897-1.581-5.998-5.536-7.18h-2.71c-.56.175-1.79.695-2.238%201.459h2.214v1.119a3%203%200%200%200-.2.19c-.204.199-.476.471-.773.637h1.444c.58-.112%201.864-.555%202.355-1.168c.754.482%203.011%202.32%203.011%204.135v1.358c-.316%201.05-1.8%202.972-3.891%202.972h-1.654c-.803-.525-2.472-1.824-2.885-3.522c.02-.706.005-1.966%200-2.506a6.34%206.34%200%200%201%202.286-2.729m2.253-1.46h-.973v.974h.973z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.27h-.487v3.065h.229v1.8H12zM11.513%203h.973v.486h-.973zm0%20.973h.973v.486h-.973zm0%20.973h.973v.486h-.973zm-.973.973h2.919v.486H10.54zm-.486-.487h.486v.487h-.486zm3.405%200h.486v.487h-.486zm-1.946%201.46h.973v.486h-.973z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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