Personalcard 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 { IconPersonalcard } from "@devigner-ui/icons";
<IconPersonalcard className="size-6" />
<script setup>
import { IconPersonalcard } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPersonalcard class="size-6" />
</template>
<script>
import { IconPersonalcard } from "@devigner-ui/icons-svelte";
</script>
<IconPersonalcard class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.67 21h-10c-4 0-5-1-5-5V8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M14.67 8h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.67 12h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 16h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.17 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 16.33a3 3 0 0 0-2.74-2.72 8 8 0 0 0-1.52 0 3 3 0 0 0-2.74 2.72" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>