money euro circle icon
money-euro-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- money-euro-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the money euro circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m3.266 8.857c1.082 0 2.465.16 3.117.366v3.022c-.684-.16-1.988-.287-3.085-.287c-3.594 0-6.441 1.782-7.475 5.233h8.588v1.797h-8.954c-.047.445-.08.907-.08 1.384q.002.357.02.693l.044.658h8.97v1.798h-8.604c1.034 3.467 3.865 5.264 7.475 5.264q.265 0 .539-.007l.546-.02c.816-.04 1.592-.122 2.032-.243v3.037c-.684.191-2.004.318-3.117.318c-5.503 0-9.94-2.862-11.149-8.35h-3.276v-1.797h3.006c-.048-.429-.064-.89-.064-1.351c0-.477.016-.939.064-1.384h-3.006v-1.797h3.276c1.21-5.487 5.662-8.334 11.133-8.334"/></svg>
React
import type { SVGProps } from "react";
export function F7MoneyEuroCircle(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" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m3.266 8.857c1.082 0 2.465.16 3.117.366v3.022c-.684-.16-1.988-.287-3.085-.287c-3.594 0-6.441 1.782-7.475 5.233h8.588v1.797h-8.954c-.047.445-.08.907-.08 1.384q.002.357.02.693l.044.658h8.97v1.798h-8.604c1.034 3.467 3.865 5.264 7.475 5.264q.265 0 .539-.007l.546-.02c.816-.04 1.592-.122 2.032-.243v3.037c-.684.191-2.004.318-3.117.318c-5.503 0-9.94-2.862-11.149-8.35h-3.276v-1.797h3.006c-.048-.429-.064-.89-.064-1.351c0-.477.016-.939.064-1.384h-3.006v-1.797h3.276c1.21-5.487 5.662-8.334 11.133-8.334"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m3.266 8.857c1.082 0 2.465.16 3.117.366v3.022c-.684-.16-1.988-.287-3.085-.287c-3.594 0-6.441 1.782-7.475 5.233h8.588v1.797h-8.954c-.047.445-.08.907-.08 1.384q.002.357.02.693l.044.658h8.97v1.798h-8.604c1.034 3.467 3.865 5.264 7.475 5.264q.265 0 .539-.007l.546-.02c.816-.04 1.592-.122 2.032-.243v3.037c-.684.191-2.004.318-3.117.318c-5.503 0-9.94-2.862-11.149-8.35h-3.276v-1.797h3.006c-.048-.429-.064-.89-.064-1.351c0-.477.016-.939.064-1.384h-3.006v-1.797h3.276c1.21-5.487 5.662-8.334 11.133-8.334"/></svg> </template>
CSS
.icon-money-euro-circle {
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%20d%3D%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m3.266%208.857c1.082%200%202.465.16%203.117.366v3.022c-.684-.16-1.988-.287-3.085-.287c-3.594%200-6.441%201.782-7.475%205.233h8.588v1.797h-8.954c-.047.445-.08.907-.08%201.384q.002.357.02.693l.044.658h8.97v1.798h-8.604c1.034%203.467%203.865%205.264%207.475%205.264q.265%200%20.539-.007l.546-.02c.816-.04%201.592-.122%202.032-.243v3.037c-.684.191-2.004.318-3.117.318c-5.503%200-9.94-2.862-11.149-8.35h-3.276v-1.797h3.006c-.048-.429-.064-.89-.064-1.351c0-.477.016-.939.064-1.384h-3.006v-1.797h3.276c1.21-5.487%205.662-8.334%2011.133-8.334%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%20d%3D%22M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m3.266%208.857c1.082%200%202.465.16%203.117.366v3.022c-.684-.16-1.988-.287-3.085-.287c-3.594%200-6.441%201.782-7.475%205.233h8.588v1.797h-8.954c-.047.445-.08.907-.08%201.384q.002.357.02.693l.044.658h8.97v1.798h-8.604c1.034%203.467%203.865%205.264%207.475%205.264q.265%200%20.539-.007l.546-.02c.816-.04%201.592-.122%202.032-.243v3.037c-.684.191-2.004.318-3.117.318c-5.503%200-9.94-2.862-11.149-8.35h-3.276v-1.797h3.006c-.048-.429-.064-.89-.064-1.351c0-.477.016-.939.064-1.384h-3.006v-1.797h3.276c1.21-5.487%205.662-8.334%2011.133-8.334%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/money-euro-circle.svg?color=%231a73e8&size=48