Euro 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 { IconEuro } from "@devigner-ui/icons";
<IconEuro className="size-6" />
<script setup>
import { IconEuro } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEuro class="size-6" />
</template>
<script>
import { IconEuro } from "@devigner-ui/icons-svelte";
</script>
<IconEuro 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="M15 6.8a6 6 0 1 0 0 10.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5 10.5h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5 13.5h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>