Theta 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 { IconTheta } from "@devigner-ui/icons";
<IconTheta className="size-6" />
<script setup>
import { IconTheta } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTheta class="size-6" />
</template>
<script>
import { IconTheta } from "@devigner-ui/icons-svelte";
</script>
<IconTheta class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M15.82 18h-6.3a1.85 1.85 0 0 1-1.85-1.85v-8.3C7.67 6.83 8.5 6 9.52 6h6.3c1.02 0 1.85.83 1.85 1.85v8.3c0 1.02-.83 1.85-1.85 1.85" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 8.5v2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.67 10.5h4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 15.5v-2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.67 13.5h4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M15.67 22h-6c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7v6c0 5-2 7-7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>