Cash Out 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 { IconCashOut } from "@devigner-ui/icons";
<IconCashOut className="size-6" />
<script setup>
import { IconCashOut } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCashOut class="size-6" />
</template>
<script>
import { IconCashOut } from "@devigner-ui/icons-svelte";
</script>
<IconCashOut 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="M18.67 12A4 4 0 0 0 22 8.02 3.96 3.96 0 0 0 18.11 4H5.9A3.96 3.96 0 0 0 2 8.02c0 2.03 1.45 3.7 3.33 3.98" stroke="currentColor" stroke-width="1.5"></path><path d="M12 7v7m0 0 2-2.33M12 14l-2-2.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5 11c0-1.89 0-2.83.59-3.41C6.17 7 7.1 7 9 7h6c1.89 0 2.83 0 3.41.59C19 8.17 19 9.1 19 11v6c0 1.89 0 2.83-.59 3.41-.58.59-1.52.59-3.41.59H9c-1.89 0-2.83 0-3.41-.59C5 19.83 5 18.9 5 17z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M5 18h14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>