Trade 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 { IconTrade } from "@devigner-ui/icons";
<IconTrade className="size-6" />
<script setup>
import { IconTrade } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTrade class="size-6" />
</template>
<script>
import { IconTrade } from "@devigner-ui/icons-svelte";
</script>
<IconTrade class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 8.5a6.5 6.5 0 0 1-7.02 6.48 6.5 6.5 0 0 0-5.96-5.96l-.02-.52a6.5 6.5 0 1 1 13 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.67 15.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.26 2H3.67a1 1 0 0 0-1 1v2.59a1 1 0 0 0 1.71.71l2.59-2.59A1 1 0 0 0 6.26 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.08 22h2.59a1 1 0 0 0 1-1v-2.59a1 1 0 0 0-1.71-.71l-2.59 2.59a1 1 0 0 0 .71 1.71" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>