Card Slash 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 { IconCardSlash } from "@devigner-ui/icons";
<IconCardSlash className="size-6" />
<script setup>
import { IconCardSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCardSlash class="size-6" />
</template>
<script>
import { IconCardSlash } from "@devigner-ui/icons-svelte";
</script>
<IconCardSlash 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 8.5h13.24" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.67 16.5h1.29" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.67 16.5h3.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.65 20.5h9.58c3.56 0 4.44-.88 4.44-4.39V6.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.66 3.75a9 9 0 0 0-2.43-.25H7.11c-3.55 0-4.44.88-4.44 4.39v8.21c0 2.34.39 3.51 1.71 4.03" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>