euro from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
euro
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
euro-outline, euro-outline-sharp, euro-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.039 20q-2.893 0-4.953-1.608q-2.059-1.607-2.855-4.084h-3.5v-1h3.3q-.114-.581-.101-1.324t.1-1.292h-3.3v-1h3.54q.776-2.476 2.826-4.084T15.038 4q1.495 0 2.83.488t2.42 1.35l-.713.689q-.944-.723-2.097-1.125T15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.594v1H8.056q-.12.598-.114 1.35t.114 1.265h6.867v1H8.31q.753 1.986 2.496 3.339T15.039 19q1.286 0 2.439-.402t2.097-1.125l.714.689q-1.085.863-2.42 1.35t-2.83.488"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEuro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.039 20q-2.893 0-4.953-1.608q-2.059-1.607-2.855-4.084h-3.5v-1h3.3q-.114-.581-.101-1.324t.1-1.292h-3.3v-1h3.54q.776-2.476 2.826-4.084T15.038 4q1.495 0 2.83.488t2.42 1.35l-.713.689q-.944-.723-2.097-1.125T15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.594v1H8.056q-.12.598-.114 1.35t.114 1.265h6.867v1H8.31q.753 1.986 2.496 3.339T15.039 19q1.286 0 2.439-.402t2.097-1.125l.714.689q-1.085.863-2.42 1.35t-2.83.488"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.039 20q-2.893 0-4.953-1.608q-2.059-1.607-2.855-4.084h-3.5v-1h3.3q-.114-.581-.101-1.324t.1-1.292h-3.3v-1h3.54q.776-2.476 2.826-4.084T15.038 4q1.495 0 2.83.488t2.42 1.35l-.713.689q-.944-.723-2.097-1.125T15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.594v1H8.056q-.12.598-.114 1.35t.114 1.265h6.867v1H8.31q.753 1.986 2.496 3.339T15.039 19q1.286 0 2.439-.402t2.097-1.125l.714.689q-1.085.863-2.42 1.35t-2.83.488"/></svg>
</template>

CSS

.icon-euro {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.039%2020q-2.893%200-4.953-1.608q-2.059-1.607-2.855-4.084h-3.5v-1h3.3q-.114-.581-.101-1.324t.1-1.292h-3.3v-1h3.54q.776-2.476%202.826-4.084T15.038%204q1.495%200%202.83.488t2.42%201.35l-.713.689q-.944-.723-2.097-1.125T15.038%205q-2.49%200-4.232%201.353t-2.477%203.34h6.594v1H8.056q-.12.598-.114%201.35t.114%201.265h6.867v1H8.31q.753%201.986%202.496%203.339T15.039%2019q1.286%200%202.439-.402t2.097-1.125l.714.689q-1.085.863-2.42%201.35t-2.83.488%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.039%2020q-2.893%200-4.953-1.608q-2.059-1.607-2.855-4.084h-3.5v-1h3.3q-.114-.581-.101-1.324t.1-1.292h-3.3v-1h3.54q.776-2.476%202.826-4.084T15.038%204q1.495%200%202.83.488t2.42%201.35l-.713.689q-.944-.723-2.097-1.125T15.038%205q-2.49%200-4.232%201.353t-2.477%203.34h6.594v1H8.056q-.12.598-.114%201.35t.114%201.265h6.867v1H8.31q.753%201.986%202.496%203.339T15.039%2019q1.286%200%202.439-.402t2.097-1.125l.714.689q-1.085.863-2.42%201.35t-2.83.488%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/euro.svg?color=%231a73e8&size=48