Decred 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 { IconDecred } from "@devigner-ui/icons";
<IconDecred className="size-6" />
<script setup>
import { IconDecred } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDecred class="size-6" />
</template>
<script>
import { IconDecred } from "@devigner-ui/icons-svelte";
</script>
<IconDecred class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.32 7.65 2.67 4h5l6 6h-4.5a3.5 3.5 0 0 0 0 7h1.5l3 3h-4.5A6.5 6.5 0 0 1 6.14 7.75z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.02 16.35 22.67 20h-5l-6-6h4.5a3.5 3.5 0 0 0 0-7h-1.5l-3-3h4.5a6.5 6.5 0 0 1 3.03 12.25z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>