Euro icon

Euro is a Google Material Symbol from the Business category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

euro_outlined_fill0_wght400.svg

Euro icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=euro" />

<span class="material-symbols-outlined">euro</span>

Euro icon in React

// With the font from the HTML tab:
export function EuroIcon() {
  return (
    <span className="material-symbols-outlined">
      euro
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import EuroIcon from "@material-symbols/svg-400/outlined/euro.svg?react";

Euro icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">euro</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import EuroIcon from "@material-symbols/svg-400/outlined/euro.svg?component"; -->

Euro icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">euro</mat-icon>

Euro icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.euro, fill: 0, weight: 400)

Euro icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/euro.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M15 21q-2.875 0-5.312-1.687T6.375 14.75H3v-1.5h3.075q-.1-.7-.087-1.25t.087-1.25H3v-1.5h3.375q.875-2.875 3.313-4.562T15 3q1.725 0 3.238 .588T21 5.3l-1.075 1.05q-1.025-.9-2.3-1.375t-2.625-.475q-2.35 0-4.287 1.313T7.975 9.25h7.025v1.5H7.6q-.125 .675-.125 1.25t.125 1.25h7.4v1.5H7.975q.8 2.125 2.738 3.438T15 19.5q1.325 0 2.6-.45t2.35-1.4l1.05 1.05q-1.1 1.05-2.675 1.675t-3.325 .625Z" />
</vector>

Euro icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/euro.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/euro.svg" width="24" height="24" alt="Euro">

Euro icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameEuro
Ligatureeuro
Code pointU+EA15
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/euro.svg, euro-fill.svg
FlutterSymbols.euro
LicenseApache License 2.0 (© Google LLC)

Keywords

businessonlinefinancecommercecardpaymentshoppingmoneycashcurrencycoinpaycredit

Related icons