currency eur icon
currency-eur-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- currency-eur-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the currency eur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.47 193.66a6 6 0 0 1-.47 8.48A78 78 0 0 1 58.25 150H40a6 6 0 0 1 0-12h18v-20H40a6 6 0 0 1 0-12h18.25A78 78 0 0 1 188 53.86a6 6 0 0 1-8 9A66 66 0 0 0 70.29 106H136a6 6 0 0 1 0 12H70v20h50a6 6 0 0 1 0 12H70.29A66 66 0 0 0 180 193.2a6 6 0 0 1 8.47.46"/></svg>
React
import type { SVGProps } from "react";
export function PhCurrencyEurLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.47 193.66a6 6 0 0 1-.47 8.48A78 78 0 0 1 58.25 150H40a6 6 0 0 1 0-12h18v-20H40a6 6 0 0 1 0-12h18.25A78 78 0 0 1 188 53.86a6 6 0 0 1-8 9A66 66 0 0 0 70.29 106H136a6 6 0 0 1 0 12H70v20h50a6 6 0 0 1 0 12H70.29A66 66 0 0 0 180 193.2a6 6 0 0 1 8.47.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.47 193.66a6 6 0 0 1-.47 8.48A78 78 0 0 1 58.25 150H40a6 6 0 0 1 0-12h18v-20H40a6 6 0 0 1 0-12h18.25A78 78 0 0 1 188 53.86a6 6 0 0 1-8 9A66 66 0 0 0 70.29 106H136a6 6 0 0 1 0 12H70v20h50a6 6 0 0 1 0 12H70.29A66 66 0 0 0 180 193.2a6 6 0 0 1 8.47.46"/></svg> </template>
CSS
.icon-currency-eur-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.47%20193.66a6%206%200%200%201-.47%208.48A78%2078%200%200%201%2058.25%20150H40a6%206%200%200%201%200-12h18v-20H40a6%206%200%200%201%200-12h18.25A78%2078%200%200%201%20188%2053.86a6%206%200%200%201-8%209A66%2066%200%200%200%2070.29%20106H136a6%206%200%200%201%200%2012H70v20h50a6%206%200%200%201%200%2012H70.29A66%2066%200%200%200%20180%20193.2a6%206%200%200%201%208.47.46%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.47%20193.66a6%206%200%200%201-.47%208.48A78%2078%200%200%201%2058.25%20150H40a6%206%200%200%201%200-12h18v-20H40a6%206%200%200%201%200-12h18.25A78%2078%200%200%201%20188%2053.86a6%206%200%200%201-8%209A66%2066%200%200%200%2070.29%20106H136a6%206%200%200%201%200%2012H70v20h50a6%206%200%200%201%200%2012H70.29A66%2066%200%200%200%20180%20193.2a6%206%200%200%201%208.47.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/currency-eur-light.svg?color=%231a73e8&size=48