money-euro from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
money-euro
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the money euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M34.693 32.93h-12c1.442 4.95 5.39 7.515 10.425 7.515c1.597 0 3.46-.137 4.348-.386v4.336c-.954.272-2.795.454-4.348.454c-7.674 0-13.863-4.087-15.549-11.918H13v-2.566h4.192a18 18 0 0 1-.088-1.93c0-.68.022-1.339.088-1.974H13v-2.566h4.57C19.254 16.064 25.465 12 33.095 12c1.508 0 3.438.227 4.348.522v4.313c-.954-.227-2.773-.408-4.304-.408c-5.012 0-8.983 2.542-10.425 7.468h11.978v2.566H22.205a19 19 0 0 0-.11 1.975c0 .68.044 1.316.088 1.93h12.51z"/></svg>

React

import type { SVGProps } from "react";

export function F7MoneyEuro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M34.693 32.93h-12c1.442 4.95 5.39 7.515 10.425 7.515c1.597 0 3.46-.137 4.348-.386v4.336c-.954.272-2.795.454-4.348.454c-7.674 0-13.863-4.087-15.549-11.918H13v-2.566h4.192a18 18 0 0 1-.088-1.93c0-.68.022-1.339.088-1.974H13v-2.566h4.57C19.254 16.064 25.465 12 33.095 12c1.508 0 3.438.227 4.348.522v4.313c-.954-.227-2.773-.408-4.304-.408c-5.012 0-8.983 2.542-10.425 7.468h11.978v2.566H22.205a19 19 0 0 0-.11 1.975c0 .68.044 1.316.088 1.93h12.51z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M34.693 32.93h-12c1.442 4.95 5.39 7.515 10.425 7.515c1.597 0 3.46-.137 4.348-.386v4.336c-.954.272-2.795.454-4.348.454c-7.674 0-13.863-4.087-15.549-11.918H13v-2.566h4.192a18 18 0 0 1-.088-1.93c0-.68.022-1.339.088-1.974H13v-2.566h4.57C19.254 16.064 25.465 12 33.095 12c1.508 0 3.438.227 4.348.522v4.313c-.954-.227-2.773-.408-4.304-.408c-5.012 0-8.983 2.542-10.425 7.468h11.978v2.566H22.205a19 19 0 0 0-.11 1.975c0 .68.044 1.316.088 1.93h12.51z"/></svg>
</template>

CSS

.icon-money-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.693%2032.93h-12c1.442%204.95%205.39%207.515%2010.425%207.515c1.597%200%203.46-.137%204.348-.386v4.336c-.954.272-2.795.454-4.348.454c-7.674%200-13.863-4.087-15.549-11.918H13v-2.566h4.192a18%2018%200%200%201-.088-1.93c0-.68.022-1.339.088-1.974H13v-2.566h4.57C19.254%2016.064%2025.465%2012%2033.095%2012c1.508%200%203.438.227%204.348.522v4.313c-.954-.227-2.773-.408-4.304-.408c-5.012%200-8.983%202.542-10.425%207.468h11.978v2.566H22.205a19%2019%200%200%200-.11%201.975c0%20.68.044%201.316.088%201.93h12.51z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.693%2032.93h-12c1.442%204.95%205.39%207.515%2010.425%207.515c1.597%200%203.46-.137%204.348-.386v4.336c-.954.272-2.795.454-4.348.454c-7.674%200-13.863-4.087-15.549-11.918H13v-2.566h4.192a18%2018%200%200%201-.088-1.93c0-.68.022-1.339.088-1.974H13v-2.566h4.57C19.254%2016.064%2025.465%2012%2033.095%2012c1.508%200%203.438.227%204.348.522v4.313c-.954-.227-2.773-.408-4.304-.408c-5.012%200-8.983%202.542-10.425%207.468h11.978v2.566H22.205a19%2019%200%200%200-.11%201.975c0%20.68.044%201.316.088%201.93h12.51z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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