currency eur icon
currency-eur from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- currency-eur
- Set
- Phosphor
- Style
- Regular
- 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="M190 192.33a8 8 0 0 1-.63 11.3A80 80 0 0 1 56.4 152H40a8 8 0 0 1 0-16h16v-16H40a8 8 0 0 1 0-16h16.4a80 80 0 0 1 132.94-51.63a8 8 0 0 1-10.68 11.93A64 64 0 0 0 72.52 104H136a8 8 0 0 1 0 16H72v16h48a8 8 0 0 1 0 16H72.52a64 64 0 0 0 106.14 39.71a8 8 0 0 1 11.34.62"/></svg>
React
import type { SVGProps } from "react";
export function PhCurrencyEur(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="M190 192.33a8 8 0 0 1-.63 11.3A80 80 0 0 1 56.4 152H40a8 8 0 0 1 0-16h16v-16H40a8 8 0 0 1 0-16h16.4a80 80 0 0 1 132.94-51.63a8 8 0 0 1-10.68 11.93A64 64 0 0 0 72.52 104H136a8 8 0 0 1 0 16H72v16h48a8 8 0 0 1 0 16H72.52a64 64 0 0 0 106.14 39.71a8 8 0 0 1 11.34.62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M190 192.33a8 8 0 0 1-.63 11.3A80 80 0 0 1 56.4 152H40a8 8 0 0 1 0-16h16v-16H40a8 8 0 0 1 0-16h16.4a80 80 0 0 1 132.94-51.63a8 8 0 0 1-10.68 11.93A64 64 0 0 0 72.52 104H136a8 8 0 0 1 0 16H72v16h48a8 8 0 0 1 0 16H72.52a64 64 0 0 0 106.14 39.71a8 8 0 0 1 11.34.62"/></svg> </template>
CSS
.icon-currency-eur {
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%22M190%20192.33a8%208%200%200%201-.63%2011.3A80%2080%200%200%201%2056.4%20152H40a8%208%200%200%201%200-16h16v-16H40a8%208%200%200%201%200-16h16.4a80%2080%200%200%201%20132.94-51.63a8%208%200%200%201-10.68%2011.93A64%2064%200%200%200%2072.52%20104H136a8%208%200%200%201%200%2016H72v16h48a8%208%200%200%201%200%2016H72.52a64%2064%200%200%200%20106.14%2039.71a8%208%200%200%201%2011.34.62%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%22M190%20192.33a8%208%200%200%201-.63%2011.3A80%2080%200%200%201%2056.4%20152H40a8%208%200%200%201%200-16h16v-16H40a8%208%200%200%201%200-16h16.4a80%2080%200%200%201%20132.94-51.63a8%208%200%200%201-10.68%2011.93A64%2064%200%200%200%2072.52%20104H136a8%208%200%200%201%200%2016H72v16h48a8%208%200%200%201%200%2016H72.52a64%2064%200%200%200%20106.14%2039.71a8%208%200%200%201%2011.34.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/currency-eur.svg?color=%231a73e8&size=48