Card Coin icon in outline, twotone, bold and bulk. Free in all four styles, for payments, wallet, invoices, pricing, banking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCardCoin } from "@devigner-ui/icons";
<IconCardCoin className="size-6" />
<script setup>
import { IconCardCoin } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCardCoin class="size-6" />
</template>
<script>
import { IconCardCoin } from "@devigner-ui/icons-svelte";
</script>
<IconCardCoin class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 17.06h10" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.89 13.5h5.56c1.78 0 2.22.44 2.22 2.2v4.11c0 1.76-.44 2.2-2.22 2.2H4.89c-1.78 0-2.22-.44-2.22-2.2V15.7c0-1.76.44-2.2 2.22-2.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 15a7 7 0 0 1-7 7l1.05-1.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 9a7 7 0 0 1 7-7L8.62 3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.17 11a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>