Buy Crypto 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 { IconBuyCrypto } from "@devigner-ui/icons";
<IconBuyCrypto className="size-6" />
<script setup>
import { IconBuyCrypto } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBuyCrypto class="size-6" />
</template>
<script>
import { IconBuyCrypto } from "@devigner-ui/icons-svelte";
</script>
<IconBuyCrypto class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" 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="M8.29 14.62 9.17 13l.88 1.62 1.62.88-1.62.88L9.17 18l-.88-1.62-1.62-.88z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>