eur icon
eur from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- eur
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
Use the eur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M169.3 256C196.8 163.5 282.5 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-65.6 0-122 39.5-146.7 96H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H224.8c-.5 5.3-.8 10.6-.8 16s.3 10.7.8 16H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H237.3c24.7 56.5 81.1 96 146.7 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-101.5 0-187.2-67.5-214.7-160H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h24.6c-.7-10.5-.7-21.5 0-32H136c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidEur(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M169.3 256C196.8 163.5 282.5 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-65.6 0-122 39.5-146.7 96H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H224.8c-.5 5.3-.8 10.6-.8 16s.3 10.7.8 16H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H237.3c24.7 56.5 81.1 96 146.7 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-101.5 0-187.2-67.5-214.7-160H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h24.6c-.7-10.5-.7-21.5 0-32H136c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M169.3 256C196.8 163.5 282.5 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-65.6 0-122 39.5-146.7 96H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H224.8c-.5 5.3-.8 10.6-.8 16s.3 10.7.8 16H368c13.3 0 24 10.7 24 24s-10.7 24-24 24H237.3c24.7 56.5 81.1 96 146.7 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-101.5 0-187.2-67.5-214.7-160H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h24.6c-.7-10.5-.7-21.5 0-32H136c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/></svg> </template>
CSS
.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M169.3%20256C196.8%20163.5%20282.5%2096%20384%2096h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-65.6%200-122%2039.5-146.7%2096H368c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H224.8c-.5%205.3-.8%2010.6-.8%2016s.3%2010.7.8%2016H368c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H237.3c24.7%2056.5%2081.1%2096%20146.7%2096h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-101.5%200-187.2-67.5-214.7-160H136c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24.6c-.7-10.5-.7-21.5%200-32H136c-13.3%200-24-10.7-24-24s10.7-24%2024-24z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M169.3%20256C196.8%20163.5%20282.5%2096%20384%2096h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-65.6%200-122%2039.5-146.7%2096H368c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H224.8c-.5%205.3-.8%2010.6-.8%2016s.3%2010.7.8%2016H368c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H237.3c24.7%2056.5%2081.1%2096%20146.7%2096h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-101.5%200-187.2-67.5-214.7-160H136c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24.6c-.7-10.5-.7-21.5%200-32H136c-13.3%200-24-10.7-24-24s10.7-24%2024-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/eur.svg?color=%231a73e8&size=48