Quant 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 { IconQuant } from "@devigner-ui/icons";
<IconQuant className="size-6" />
<script setup>
import { IconQuant } from "@devigner-ui/icons-vue";
</script>
<template>
<IconQuant class="size-6" />
</template>
<script>
import { IconQuant } from "@devigner-ui/icons-svelte";
</script>
<IconQuant class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.67 6.44-5 2.78v5.56l5 2.78 5-2.78V9.22z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m12.67 2-9 5v10l9 5 5-2.5 4 2.5v-5l-4-2.22 4-2.78V7z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m3.67 7 4 2.23" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m3.67 17 4-2.23" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m21.67 7-4 2.23" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 6V2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22v-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 20v-5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></g></svg>