← Go back
Share

Euro


Usage:

React Code:

npm install @mynaui/icons-react
import { Euro } from "@mynaui/icons-react";

const App = () => {
  return <Euro />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M14 10H7.12m0 0H4m3.12 0c.55-4.254 3.01-6 7.38-6 2.418 0 4.251.535 5.5 1.733M7.12 10c-.08.614-.12 1.28-.12 2s.04 1.386.12 2M14 14H7.12m0 0H4m3.12 0c.55 4.254 3.01 6 7.38 6 2.418 0 4.251-.535 5.5-1.733"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/euro.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-euro"></use></svg
      >