Dollar 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 { IconDollar } from "@devigner-ui/icons";
<IconDollar className="size-6" />
<script setup>
import { IconDollar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDollar class="size-6" />
</template>
<script>
import { IconDollar } from "@devigner-ui/icons-svelte";
</script>
<IconDollar class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12.0005" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="M12 6v12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15 9.5C15 8.12 13.66 7 12 7S9 8.12 9 9.5s1.34 2.5 3 2.5 3 1.12 3 2.5-1.34 2.5-3 2.5-3-1.12-3-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>