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

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

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-3q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.213 0-.356-.143t-.143-.357t.143-.356t.357-.144h3.038q.777-2.476 2.827-4.084T15.038 4q1.354 0 2.57.396q1.217.396 2.265 1.12q.177.115.193.316q.015.2-.131.341q-.166.166-.38.168q-.213.003-.39-.125q-.901-.583-1.941-.9Q16.184 5 15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.094q.214 0 .357.143t.143.356t-.143.357t-.357.143H8.056q-.12.599-.114 1.351q.006.753.114 1.265h6.367q.214 0 .357.143t.143.357t-.143.357t-.357.143H8.31q.753 1.986 2.496 3.339T15.039 19q1.145 0 2.195-.32q1.049-.318 1.931-.901q.177-.129.39-.123t.38.171q.146.14.13.341t-.192.316q-1.048.724-2.264 1.12q-1.217.396-2.57.396"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEuroRounded(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-3q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.213 0-.356-.143t-.143-.357t.143-.356t.357-.144h3.038q.777-2.476 2.827-4.084T15.038 4q1.354 0 2.57.396q1.217.396 2.265 1.12q.177.115.193.316q.015.2-.131.341q-.166.166-.38.168q-.213.003-.39-.125q-.901-.583-1.941-.9Q16.184 5 15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.094q.214 0 .357.143t.143.356t-.143.357t-.357.143H8.056q-.12.599-.114 1.351q.006.753.114 1.265h6.367q.214 0 .357.143t.143.357t-.143.357t-.357.143H8.31q.753 1.986 2.496 3.339T15.039 19q1.145 0 2.195-.32q1.049-.318 1.931-.901q.177-.129.39-.123t.38.171q.146.14.13.341t-.192.316q-1.048.724-2.264 1.12q-1.217.396-2.57.396"/></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-3q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.213 0-.356-.143t-.143-.357t.143-.356t.357-.144h3.038q.777-2.476 2.827-4.084T15.038 4q1.354 0 2.57.396q1.217.396 2.265 1.12q.177.115.193.316q.015.2-.131.341q-.166.166-.38.168q-.213.003-.39-.125q-.901-.583-1.941-.9Q16.184 5 15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.094q.214 0 .357.143t.143.356t-.143.357t-.357.143H8.056q-.12.599-.114 1.351q.006.753.114 1.265h6.367q.214 0 .357.143t.143.357t-.143.357t-.357.143H8.31q.753 1.986 2.496 3.339T15.039 19q1.145 0 2.195-.32q1.049-.318 1.931-.901q.177-.129.39-.123t.38.171q.146.14.13.341t-.192.316q-1.048.724-2.264 1.12q-1.217.396-2.57.396"/></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.039%2020q-2.893%200-4.953-1.608q-2.059-1.607-2.855-4.084h-3q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.213%200-.356-.143t-.143-.357t.143-.356t.357-.144h3.038q.777-2.476%202.827-4.084T15.038%204q1.354%200%202.57.396q1.217.396%202.265%201.12q.177.115.193.316q.015.2-.131.341q-.166.166-.38.168q-.213.003-.39-.125q-.901-.583-1.941-.9Q16.184%205%2015.038%205q-2.49%200-4.232%201.353t-2.477%203.34h6.094q.214%200%20.357.143t.143.356t-.143.357t-.357.143H8.056q-.12.599-.114%201.351q.006.753.114%201.265h6.367q.214%200%20.357.143t.143.357t-.143.357t-.357.143H8.31q.753%201.986%202.496%203.339T15.039%2019q1.145%200%202.195-.32q1.049-.318%201.931-.901q.177-.129.39-.123t.38.171q.146.14.13.341t-.192.316q-1.048.724-2.264%201.12q-1.217.396-2.57.396%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-3q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.213%200-.356-.143t-.143-.357t.143-.356t.357-.144h3.038q.777-2.476%202.827-4.084T15.038%204q1.354%200%202.57.396q1.217.396%202.265%201.12q.177.115.193.316q.015.2-.131.341q-.166.166-.38.168q-.213.003-.39-.125q-.901-.583-1.941-.9Q16.184%205%2015.038%205q-2.49%200-4.232%201.353t-2.477%203.34h6.094q.214%200%20.357.143t.143.356t-.143.357t-.357.143H8.056q-.12.599-.114%201.351q.006.753.114%201.265h6.367q.214%200%20.357.143t.143.357t-.143.357t-.357.143H8.31q.753%201.986%202.496%203.339T15.039%2019q1.145%200%202.195-.32q1.049-.318%201.931-.901q.177-.129.39-.123t.38.171q.146.14.13.341t-.192.316q-1.048.724-2.264%201.12q-1.217.396-2.57.396%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-rounded.svg?color=%231a73e8&size=48