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

Name
euro-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
euro-outline-rounded

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 15H4q-.425 0-.712-.288T3 14t.288-.712T4 13h2.05q-.075-.6-.062-1.112T6.05 11H4q-.425 0-.712-.288T3 10t.288-.712T4 9h2.5q.95-2.65 3.25-4.325T15 3q1.45 0 2.763.425T20.2 4.65q.35.25.375.663T20.3 6q-.3.3-.725.313T18.8 6.1q-.825-.525-1.787-.812T15 5q-2.125 0-3.8 1.113T8.675 9H14q.425 0 .713.288T15 10t-.288.713T14 11H8.075q-.1.675-.075 1.188t.075.812H14q.425 0 .713.288T15 14t-.288.713T14 15H8.675q.85 1.775 2.525 2.888T15 19q1.05 0 2.013-.3t1.787-.825q.35-.225.775-.2T20.3 18q.3.275.275.688t-.375.662q-1.125.8-2.437 1.225T15 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEuroRounded(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 15H4q-.425 0-.712-.288T3 14t.288-.712T4 13h2.05q-.075-.6-.062-1.112T6.05 11H4q-.425 0-.712-.288T3 10t.288-.712T4 9h2.5q.95-2.65 3.25-4.325T15 3q1.45 0 2.763.425T20.2 4.65q.35.25.375.663T20.3 6q-.3.3-.725.313T18.8 6.1q-.825-.525-1.787-.812T15 5q-2.125 0-3.8 1.113T8.675 9H14q.425 0 .713.288T15 10t-.288.713T14 11H8.075q-.1.675-.075 1.188t.075.812H14q.425 0 .713.288T15 14t-.288.713T14 15H8.675q.85 1.775 2.525 2.888T15 19q1.05 0 2.013-.3t1.787-.825q.35-.225.775-.2T20.3 18q.3.275.275.688t-.375.662q-1.125.8-2.437 1.225T15 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 15H4q-.425 0-.712-.288T3 14t.288-.712T4 13h2.05q-.075-.6-.062-1.112T6.05 11H4q-.425 0-.712-.288T3 10t.288-.712T4 9h2.5q.95-2.65 3.25-4.325T15 3q1.45 0 2.763.425T20.2 4.65q.35.25.375.663T20.3 6q-.3.3-.725.313T18.8 6.1q-.825-.525-1.787-.812T15 5q-2.125 0-3.8 1.113T8.675 9H14q.425 0 .713.288T15 10t-.288.713T14 11H8.075q-.1.675-.075 1.188t.075.812H14q.425 0 .713.288T15 14t-.288.713T14 15H8.675q.85 1.775 2.525 2.888T15 19q1.05 0 2.013-.3t1.787-.825q.35-.225.775-.2T20.3 18q.3.275.275.688t-.375.662q-1.125.8-2.437 1.225T15 21"/></svg>
</template>

CSS

.icon-euro-rounded {
  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%2015H4q-.425%200-.712-.288T3%2014t.288-.712T4%2013h2.05q-.075-.6-.062-1.112T6.05%2011H4q-.425%200-.712-.288T3%2010t.288-.712T4%209h2.5q.95-2.65%203.25-4.325T15%203q1.45%200%202.763.425T20.2%204.65q.35.25.375.663T20.3%206q-.3.3-.725.313T18.8%206.1q-.825-.525-1.787-.812T15%205q-2.125%200-3.8%201.113T8.675%209H14q.425%200%20.713.288T15%2010t-.288.713T14%2011H8.075q-.1.675-.075%201.188t.075.812H14q.425%200%20.713.288T15%2014t-.288.713T14%2015H8.675q.85%201.775%202.525%202.888T15%2019q1.05%200%202.013-.3t1.787-.825q.35-.225.775-.2T20.3%2018q.3.275.275.688t-.375.662q-1.125.8-2.437%201.225T15%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%2015H4q-.425%200-.712-.288T3%2014t.288-.712T4%2013h2.05q-.075-.6-.062-1.112T6.05%2011H4q-.425%200-.712-.288T3%2010t.288-.712T4%209h2.5q.95-2.65%203.25-4.325T15%203q1.45%200%202.763.425T20.2%204.65q.35.25.375.663T20.3%206q-.3.3-.725.313T18.8%206.1q-.825-.525-1.787-.812T15%205q-2.125%200-3.8%201.113T8.675%209H14q.425%200%20.713.288T15%2010t-.288.713T14%2011H8.075q-.1.675-.075%201.188t.075.812H14q.425%200%20.713.288T15%2014t-.288.713T14%2015H8.675q.85%201.775%202.525%202.888T15%2019q1.05%200%202.013-.3t1.787-.825q.35-.225.775-.2T20.3%2018q.3.275.275.688t-.375.662q-1.125.8-2.437%201.225T15%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-rounded.svg?color=%231a73e8&size=48