Ontology icon in outline, twotone, bold and bulk. Free in all four styles, for tokens, exchanges, wallets, on-chain payments. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconOntology } from "@devigner-ui/icons";
<IconOntology className="size-6" />
<script setup>
import { IconOntology } from "@devigner-ui/icons-vue";
</script>
<template>
<IconOntology class="size-6" />
</template>
<script>
import { IconOntology } from "@devigner-ui/icons-svelte";
</script>
<IconOntology class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M18.57 19.68A9.4 9.4 0 0 1 12.09 22c-5.17-.14-9.2-4.59-9.2-9.76V5.21a.5.5 0 0 1 .85-.35z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.89 4.3A9.3 9.3 0 0 1 13.32 2c5.13.14 9.12 4.55 9.12 9.68v6.96a.5.5 0 0 1-.85.35z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>