Dash 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 { IconDash } from "@devigner-ui/icons";
<IconDash className="size-6" />
<script setup>
import { IconDash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDash class="size-6" />
</template>
<script>
import { IconDash } from "@devigner-ui/icons-svelte";
</script>
<IconDash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.79 3.5h8.88c4 0 6 2.5 6 6V12c0 5-3 8.5-8.5 8.5H4.61l1.06-4.25h7.44c3.56 0 5.31-2.25 5.31-5.31v-.19c0-1.75-.75-3-3-3H6.73z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.17 10.5H4.98a2 2 0 0 0-1.94 1.51l-.37 1.49h7.19a2 2 0 0 0 1.94-1.51z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>