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

Name
euro
Set
Material Symbols
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

The same icon in other sets

More business icons from Material Symbols

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 21q-2.95 0-5.25-1.675T6.5 15H3v-2h3.05q-.075-.6-.062-1.112T6.05 11H3V9h3.5q.95-2.65 3.25-4.325T15 3q1.725 0 3.263.613T21 5.3l-1.425 1.4q-.925-.8-2.087-1.25T15 5q-2.125 0-3.8 1.113T8.675 9H15v2H8.075q-.1.675-.075 1.188t.075.812H15v2H8.675q.85 1.775 2.525 2.888T15 19q1.325 0 2.488-.45t2.087-1.25L21 18.7q-1.2 1.075-2.738 1.688T15 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEuro(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 21q-2.95 0-5.25-1.675T6.5 15H3v-2h3.05q-.075-.6-.062-1.112T6.05 11H3V9h3.5q.95-2.65 3.25-4.325T15 3q1.725 0 3.263.613T21 5.3l-1.425 1.4q-.925-.8-2.087-1.25T15 5q-2.125 0-3.8 1.113T8.675 9H15v2H8.075q-.1.675-.075 1.188t.075.812H15v2H8.675q.85 1.775 2.525 2.888T15 19q1.325 0 2.488-.45t2.087-1.25L21 18.7q-1.2 1.075-2.738 1.688T15 21"/></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 21q-2.95 0-5.25-1.675T6.5 15H3v-2h3.05q-.075-.6-.062-1.112T6.05 11H3V9h3.5q.95-2.65 3.25-4.325T15 3q1.725 0 3.263.613T21 5.3l-1.425 1.4q-.925-.8-2.087-1.25T15 5q-2.125 0-3.8 1.113T8.675 9H15v2H8.075q-.1.675-.075 1.188t.075.812H15v2H8.675q.85 1.775 2.525 2.888T15 19q1.325 0 2.488-.45t2.087-1.25L21 18.7q-1.2 1.075-2.738 1.688T15 21"/></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%2021q-2.95%200-5.25-1.675T6.5%2015H3v-2h3.05q-.075-.6-.062-1.112T6.05%2011H3V9h3.5q.95-2.65%203.25-4.325T15%203q1.725%200%203.263.613T21%205.3l-1.425%201.4q-.925-.8-2.087-1.25T15%205q-2.125%200-3.8%201.113T8.675%209H15v2H8.075q-.1.675-.075%201.188t.075.812H15v2H8.675q.85%201.775%202.525%202.888T15%2019q1.325%200%202.488-.45t2.087-1.25L21%2018.7q-1.2%201.075-2.738%201.688T15%2021%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%2021q-2.95%200-5.25-1.675T6.5%2015H3v-2h3.05q-.075-.6-.062-1.112T6.05%2011H3V9h3.5q.95-2.65%203.25-4.325T15%203q1.725%200%203.263.613T21%205.3l-1.425%201.4q-.925-.8-2.087-1.25T15%205q-2.125%200-3.8%201.113T8.675%209H15v2H8.075q-.1.675-.075%201.188t.075.812H15v2H8.675q.85%201.775%202.525%202.888T15%2019q1.325%200%202.488-.45t2.087-1.25L21%2018.7q-1.2%201.075-2.738%201.688T15%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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