euro2 icon
euro2-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- euro2-filled
- Set
- Reicon
- Style
- Filled
- 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.24 1.883a8.45 8.45 0 0 1 5.585-.682c1.882.42 3.592 1.473 4.927 2.998a1 1 0 1 1-1.506 1.317c-1.077-1.232-2.422-2.043-3.855-2.362a6.45 6.45 0 0 0-4.271.525c-1.36.666-2.546 1.8-3.39 3.281q-.285.501-.51 1.04h6.779a1 1 0 1 1 0 2h-7.38a10.6 10.6 0 0 0 0 4h7.38a1 1 0 1 1 0 2h-6.78q.226.539.511 1.04c.844 1.482 2.03 2.615 3.39 3.281a6.45 6.45 0 0 0 4.27.525c1.434-.319 2.78-1.13 3.856-2.362a1 1 0 0 1 1.506 1.317c-1.335 1.525-3.045 2.578-4.927 2.998a8.44 8.44 0 0 1-5.586-.682c-1.752-.859-3.223-2.29-4.247-4.088A11.7 11.7 0 0 1 6.082 16H3a1 1 0 1 1 0-2h2.588a12.6 12.6 0 0 1 0-4H3a1 1 0 1 1 0-2h3.083c.24-.707.543-1.387.91-2.03c1.023-1.797 2.494-3.228 4.246-4.087"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEuro2Filled(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.24 1.883a8.45 8.45 0 0 1 5.585-.682c1.882.42 3.592 1.473 4.927 2.998a1 1 0 1 1-1.506 1.317c-1.077-1.232-2.422-2.043-3.855-2.362a6.45 6.45 0 0 0-4.271.525c-1.36.666-2.546 1.8-3.39 3.281q-.285.501-.51 1.04h6.779a1 1 0 1 1 0 2h-7.38a10.6 10.6 0 0 0 0 4h7.38a1 1 0 1 1 0 2h-6.78q.226.539.511 1.04c.844 1.482 2.03 2.615 3.39 3.281a6.45 6.45 0 0 0 4.27.525c1.434-.319 2.78-1.13 3.856-2.362a1 1 0 0 1 1.506 1.317c-1.335 1.525-3.045 2.578-4.927 2.998a8.44 8.44 0 0 1-5.586-.682c-1.752-.859-3.223-2.29-4.247-4.088A11.7 11.7 0 0 1 6.082 16H3a1 1 0 1 1 0-2h2.588a12.6 12.6 0 0 1 0-4H3a1 1 0 1 1 0-2h3.083c.24-.707.543-1.387.91-2.03c1.023-1.797 2.494-3.228 4.246-4.087"/></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.24 1.883a8.45 8.45 0 0 1 5.585-.682c1.882.42 3.592 1.473 4.927 2.998a1 1 0 1 1-1.506 1.317c-1.077-1.232-2.422-2.043-3.855-2.362a6.45 6.45 0 0 0-4.271.525c-1.36.666-2.546 1.8-3.39 3.281q-.285.501-.51 1.04h6.779a1 1 0 1 1 0 2h-7.38a10.6 10.6 0 0 0 0 4h7.38a1 1 0 1 1 0 2h-6.78q.226.539.511 1.04c.844 1.482 2.03 2.615 3.39 3.281a6.45 6.45 0 0 0 4.27.525c1.434-.319 2.78-1.13 3.856-2.362a1 1 0 0 1 1.506 1.317c-1.335 1.525-3.045 2.578-4.927 2.998a8.44 8.44 0 0 1-5.586-.682c-1.752-.859-3.223-2.29-4.247-4.088A11.7 11.7 0 0 1 6.082 16H3a1 1 0 1 1 0-2h2.588a12.6 12.6 0 0 1 0-4H3a1 1 0 1 1 0-2h3.083c.24-.707.543-1.387.91-2.03c1.023-1.797 2.494-3.228 4.246-4.087"/></svg> </template>
CSS
.icon-euro2-filled {
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.24%201.883a8.45%208.45%200%200%201%205.585-.682c1.882.42%203.592%201.473%204.927%202.998a1%201%200%201%201-1.506%201.317c-1.077-1.232-2.422-2.043-3.855-2.362a6.45%206.45%200%200%200-4.271.525c-1.36.666-2.546%201.8-3.39%203.281q-.285.501-.51%201.04h6.779a1%201%200%201%201%200%202h-7.38a10.6%2010.6%200%200%200%200%204h7.38a1%201%200%201%201%200%202h-6.78q.226.539.511%201.04c.844%201.482%202.03%202.615%203.39%203.281a6.45%206.45%200%200%200%204.27.525c1.434-.319%202.78-1.13%203.856-2.362a1%201%200%200%201%201.506%201.317c-1.335%201.525-3.045%202.578-4.927%202.998a8.44%208.44%200%200%201-5.586-.682c-1.752-.859-3.223-2.29-4.247-4.088A11.7%2011.7%200%200%201%206.082%2016H3a1%201%200%201%201%200-2h2.588a12.6%2012.6%200%200%201%200-4H3a1%201%200%201%201%200-2h3.083c.24-.707.543-1.387.91-2.03c1.023-1.797%202.494-3.228%204.246-4.087%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.24%201.883a8.45%208.45%200%200%201%205.585-.682c1.882.42%203.592%201.473%204.927%202.998a1%201%200%201%201-1.506%201.317c-1.077-1.232-2.422-2.043-3.855-2.362a6.45%206.45%200%200%200-4.271.525c-1.36.666-2.546%201.8-3.39%203.281q-.285.501-.51%201.04h6.779a1%201%200%201%201%200%202h-7.38a10.6%2010.6%200%200%200%200%204h7.38a1%201%200%201%201%200%202h-6.78q.226.539.511%201.04c.844%201.482%202.03%202.615%203.39%203.281a6.45%206.45%200%200%200%204.27.525c1.434-.319%202.78-1.13%203.856-2.362a1%201%200%200%201%201.506%201.317c-1.335%201.525-3.045%202.578-4.927%202.998a8.44%208.44%200%200%201-5.586-.682c-1.752-.859-3.223-2.29-4.247-4.088A11.7%2011.7%200%200%201%206.082%2016H3a1%201%200%201%201%200-2h2.588a12.6%2012.6%200%200%201%200-4H3a1%201%200%201%201%200-2h3.083c.24-.707.543-1.387.91-2.03c1.023-1.797%202.494-3.228%204.246-4.087%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/euro2-filled.svg?color=%231a73e8&size=48