euro2 icon
euro2 from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- euro2
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More money icons from Reicon
Use the euro2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 2.107a8.2 8.2 0 0 1 5.421-.662c1.826.407 3.49 1.43 4.792 2.918a.75.75 0 0 1-1.129.988c-1.109-1.268-2.5-2.11-3.99-2.441a6.7 6.7 0 0 0-4.434.544c-1.41.691-2.63 1.861-3.497 3.383q-.385.675-.661 1.413h7.147a.75.75 0 0 1 0 1.5H7.414a10.8 10.8 0 0 0 0 4.5H15a.75.75 0 0 1 0 1.5H7.852q.277.738.66 1.413c.867 1.522 2.089 2.692 3.498 3.383a6.7 6.7 0 0 0 4.435.544c1.49-.331 2.88-1.173 3.99-2.441a.75.75 0 0 1 1.128.988c-1.302 1.488-2.966 2.51-4.792 2.918a8.2 8.2 0 0 1-5.421-.662c-1.704-.835-3.139-2.229-4.14-3.987a11.5 11.5 0 0 1-.947-2.156H3a.75.75 0 0 1 0-1.5h2.885a12.4 12.4 0 0 1 0-4.5H3a.75.75 0 0 1 0-1.5h3.263c.243-.753.56-1.476.946-2.156c1.002-1.758 2.437-3.152 4.14-3.987"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEuro2(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="M11.35 2.107a8.2 8.2 0 0 1 5.421-.662c1.826.407 3.49 1.43 4.792 2.918a.75.75 0 0 1-1.129.988c-1.109-1.268-2.5-2.11-3.99-2.441a6.7 6.7 0 0 0-4.434.544c-1.41.691-2.63 1.861-3.497 3.383q-.385.675-.661 1.413h7.147a.75.75 0 0 1 0 1.5H7.414a10.8 10.8 0 0 0 0 4.5H15a.75.75 0 0 1 0 1.5H7.852q.277.738.66 1.413c.867 1.522 2.089 2.692 3.498 3.383a6.7 6.7 0 0 0 4.435.544c1.49-.331 2.88-1.173 3.99-2.441a.75.75 0 0 1 1.128.988c-1.302 1.488-2.966 2.51-4.792 2.918a8.2 8.2 0 0 1-5.421-.662c-1.704-.835-3.139-2.229-4.14-3.987a11.5 11.5 0 0 1-.947-2.156H3a.75.75 0 0 1 0-1.5h2.885a12.4 12.4 0 0 1 0-4.5H3a.75.75 0 0 1 0-1.5h3.263c.243-.753.56-1.476.946-2.156c1.002-1.758 2.437-3.152 4.14-3.987"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 2.107a8.2 8.2 0 0 1 5.421-.662c1.826.407 3.49 1.43 4.792 2.918a.75.75 0 0 1-1.129.988c-1.109-1.268-2.5-2.11-3.99-2.441a6.7 6.7 0 0 0-4.434.544c-1.41.691-2.63 1.861-3.497 3.383q-.385.675-.661 1.413h7.147a.75.75 0 0 1 0 1.5H7.414a10.8 10.8 0 0 0 0 4.5H15a.75.75 0 0 1 0 1.5H7.852q.277.738.66 1.413c.867 1.522 2.089 2.692 3.498 3.383a6.7 6.7 0 0 0 4.435.544c1.49-.331 2.88-1.173 3.99-2.441a.75.75 0 0 1 1.128.988c-1.302 1.488-2.966 2.51-4.792 2.918a8.2 8.2 0 0 1-5.421-.662c-1.704-.835-3.139-2.229-4.14-3.987a11.5 11.5 0 0 1-.947-2.156H3a.75.75 0 0 1 0-1.5h2.885a12.4 12.4 0 0 1 0-4.5H3a.75.75 0 0 1 0-1.5h3.263c.243-.753.56-1.476.946-2.156c1.002-1.758 2.437-3.152 4.14-3.987"/></svg> </template>
CSS
.icon-euro2 {
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%22M11.35%202.107a8.2%208.2%200%200%201%205.421-.662c1.826.407%203.49%201.43%204.792%202.918a.75.75%200%200%201-1.129.988c-1.109-1.268-2.5-2.11-3.99-2.441a6.7%206.7%200%200%200-4.434.544c-1.41.691-2.63%201.861-3.497%203.383q-.385.675-.661%201.413h7.147a.75.75%200%200%201%200%201.5H7.414a10.8%2010.8%200%200%200%200%204.5H15a.75.75%200%200%201%200%201.5H7.852q.277.738.66%201.413c.867%201.522%202.089%202.692%203.498%203.383a6.7%206.7%200%200%200%204.435.544c1.49-.331%202.88-1.173%203.99-2.441a.75.75%200%200%201%201.128.988c-1.302%201.488-2.966%202.51-4.792%202.918a8.2%208.2%200%200%201-5.421-.662c-1.704-.835-3.139-2.229-4.14-3.987a11.5%2011.5%200%200%201-.947-2.156H3a.75.75%200%200%201%200-1.5h2.885a12.4%2012.4%200%200%201%200-4.5H3a.75.75%200%200%201%200-1.5h3.263c.243-.753.56-1.476.946-2.156c1.002-1.758%202.437-3.152%204.14-3.987%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%22M11.35%202.107a8.2%208.2%200%200%201%205.421-.662c1.826.407%203.49%201.43%204.792%202.918a.75.75%200%200%201-1.129.988c-1.109-1.268-2.5-2.11-3.99-2.441a6.7%206.7%200%200%200-4.434.544c-1.41.691-2.63%201.861-3.497%203.383q-.385.675-.661%201.413h7.147a.75.75%200%200%201%200%201.5H7.414a10.8%2010.8%200%200%200%200%204.5H15a.75.75%200%200%201%200%201.5H7.852q.277.738.66%201.413c.867%201.522%202.089%202.692%203.498%203.383a6.7%206.7%200%200%200%204.435.544c1.49-.331%202.88-1.173%203.99-2.441a.75.75%200%200%201%201.128.988c-1.302%201.488-2.966%202.51-4.792%202.918a8.2%208.2%200%200%201-5.421-.662c-1.704-.835-3.139-2.229-4.14-3.987a11.5%2011.5%200%200%201-.947-2.156H3a.75.75%200%200%201%200-1.5h2.885a12.4%2012.4%200%200%201%200-4.5H3a.75.75%200%200%201%200-1.5h3.263c.243-.753.56-1.476.946-2.156c1.002-1.758%202.437-3.152%204.14-3.987%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/euro2.svg?color=%231a73e8&size=48