Card3 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 { IconCard3 } from "@devigner-ui/icons";
<IconCard3 className="size-6" />
<script setup>
import { IconCard3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCard3 class="size-6" />
</template>
<script>
import { IconCard3 } from "@devigner-ui/icons-svelte";
</script>
<IconCard3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M2.67 8.5h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.67 16.5h2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.17 16.5h4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M7.11 3.5h11.11c3.56 0 4.45.88 4.45 4.4v8.2c0 3.51-.89 4.4-4.44 4.4H7.11c-3.55 0-4.44-.87-4.44-4.39V7.9c0-3.52.89-4.4 4.44-4.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>