omni from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
omni
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the omni logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#1d3f7b"><path d="M20.438 6.598V3.563h-3.195c1.154.73 2.433 1.919 3.195 3.035M6.842 3.563h-3.28v3.112c.678-1.29 1.948-2.469 3.28-3.112m-3.28 13.762v3.113h3.236c-1.158-.744-2.48-1.981-3.237-3.113m13.733 3.113h3.142v-3.036c-.75 1.099-2.012 2.308-3.142 3.035"/><path fill-rule="evenodd" d="M11.762 21v-.009c5.102 0 9.238-4.026 9.238-8.995C21 7.036 16.864 3 11.762 3C7.012 3.248 3 7.18 3 12s4.011 8.753 8.762 9m.229-15.75c-3.677.005-6.746 3.082-6.741 6.759c.005 3.676 3.082 6.745 6.759 6.741c3.676-.005 6.745-3.082 6.741-6.759s-3.083-6.746-6.759-6.741" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedOmni(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#1d3f7b"><path d="M20.438 6.598V3.563h-3.195c1.154.73 2.433 1.919 3.195 3.035M6.842 3.563h-3.28v3.112c.678-1.29 1.948-2.469 3.28-3.112m-3.28 13.762v3.113h3.236c-1.158-.744-2.48-1.981-3.237-3.113m13.733 3.113h3.142v-3.036c-.75 1.099-2.012 2.308-3.142 3.035"/><path fillRule="evenodd" d="M11.762 21v-.009c5.102 0 9.238-4.026 9.238-8.995C21 7.036 16.864 3 11.762 3C7.012 3.248 3 7.18 3 12s4.011 8.753 8.762 9m.229-15.75c-3.677.005-6.746 3.082-6.741 6.759c.005 3.676 3.082 6.745 6.759 6.741c3.676-.005 6.745-3.082 6.741-6.759s-3.083-6.746-6.759-6.741" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#1d3f7b"><path d="M20.438 6.598V3.563h-3.195c1.154.73 2.433 1.919 3.195 3.035M6.842 3.563h-3.28v3.112c.678-1.29 1.948-2.469 3.28-3.112m-3.28 13.762v3.113h3.236c-1.158-.744-2.48-1.981-3.237-3.113m13.733 3.113h3.142v-3.036c-.75 1.099-2.012 2.308-3.142 3.035"/><path fill-rule="evenodd" d="M11.762 21v-.009c5.102 0 9.238-4.026 9.238-8.995C21 7.036 16.864 3 11.762 3C7.012 3.248 3 7.18 3 12s4.011 8.753 8.762 9m.229-15.75c-3.677.005-6.746 3.082-6.741 6.759c.005 3.676 3.082 6.745 6.759 6.741c3.676-.005 6.745-3.082 6.741-6.759s-3.083-6.746-6.759-6.741" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-omni {
  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%3Cg%20fill%3D%22%231d3f7b%22%3E%3Cpath%20d%3D%22M20.438%206.598V3.563h-3.195c1.154.73%202.433%201.919%203.195%203.035M6.842%203.563h-3.28v3.112c.678-1.29%201.948-2.469%203.28-3.112m-3.28%2013.762v3.113h3.236c-1.158-.744-2.48-1.981-3.237-3.113m13.733%203.113h3.142v-3.036c-.75%201.099-2.012%202.308-3.142%203.035%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.762%2021v-.009c5.102%200%209.238-4.026%209.238-8.995C21%207.036%2016.864%203%2011.762%203C7.012%203.248%203%207.18%203%2012s4.011%208.753%208.762%209m.229-15.75c-3.677.005-6.746%203.082-6.741%206.759c.005%203.676%203.082%206.745%206.759%206.741c3.676-.005%206.745-3.082%206.741-6.759s-3.083-6.746-6.759-6.741%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%231d3f7b%22%3E%3Cpath%20d%3D%22M20.438%206.598V3.563h-3.195c1.154.73%202.433%201.919%203.195%203.035M6.842%203.563h-3.28v3.112c.678-1.29%201.948-2.469%203.28-3.112m-3.28%2013.762v3.113h3.236c-1.158-.744-2.48-1.981-3.237-3.113m13.733%203.113h3.142v-3.036c-.75%201.099-2.012%202.308-3.142%203.035%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.762%2021v-.009c5.102%200%209.238-4.026%209.238-8.995C21%207.036%2016.864%203%2011.762%203C7.012%203.248%203%207.18%203%2012s4.011%208.753%208.762%209m.229-15.75c-3.677.005-6.746%203.082-6.741%206.759c.005%203.676%203.082%206.745%206.759%206.741c3.676-.005%206.745-3.082%206.741-6.759s-3.083-6.746-6.759-6.741%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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