euro icon
euro from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- euro
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More business icons from Unicons
Use the euro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.2 17.41A6 6 0 0 1 14.46 20c-2.68 0-5-2-6-5H14a1 1 0 0 0 0-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1 1 0 0 0 0-2H8.47c1-3 3.31-5 6-5a6 6 0 0 1 4.73 2.59a1 1 0 1 0 1.6-1.18A7.92 7.92 0 0 0 14.46 2c-3.76 0-7 2.84-8.07 7H4a1 1 0 0 0 0 2h2.05v2H4a1 1 0 0 0 0 2h2.39c1.09 4.16 4.31 7 8.07 7a7.92 7.92 0 0 0 6.34-3.41a1 1 0 0 0-1.6-1.18"/></svg>
React
import type { SVGProps } from "react";
export function UilEuro(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="M19.2 17.41A6 6 0 0 1 14.46 20c-2.68 0-5-2-6-5H14a1 1 0 0 0 0-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1 1 0 0 0 0-2H8.47c1-3 3.31-5 6-5a6 6 0 0 1 4.73 2.59a1 1 0 1 0 1.6-1.18A7.92 7.92 0 0 0 14.46 2c-3.76 0-7 2.84-8.07 7H4a1 1 0 0 0 0 2h2.05v2H4a1 1 0 0 0 0 2h2.39c1.09 4.16 4.31 7 8.07 7a7.92 7.92 0 0 0 6.34-3.41a1 1 0 0 0-1.6-1.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.2 17.41A6 6 0 0 1 14.46 20c-2.68 0-5-2-6-5H14a1 1 0 0 0 0-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1 1 0 0 0 0-2H8.47c1-3 3.31-5 6-5a6 6 0 0 1 4.73 2.59a1 1 0 1 0 1.6-1.18A7.92 7.92 0 0 0 14.46 2c-3.76 0-7 2.84-8.07 7H4a1 1 0 0 0 0 2h2.05v2H4a1 1 0 0 0 0 2h2.39c1.09 4.16 4.31 7 8.07 7a7.92 7.92 0 0 0 6.34-3.41a1 1 0 0 0-1.6-1.18"/></svg> </template>
CSS
.icon-euro {
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%22M19.2%2017.41A6%206%200%200%201%2014.46%2020c-2.68%200-5-2-6-5H14a1%201%200%200%200%200-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1%201%200%200%200%200-2H8.47c1-3%203.31-5%206-5a6%206%200%200%201%204.73%202.59a1%201%200%201%200%201.6-1.18A7.92%207.92%200%200%200%2014.46%202c-3.76%200-7%202.84-8.07%207H4a1%201%200%200%200%200%202h2.05v2H4a1%201%200%200%200%200%202h2.39c1.09%204.16%204.31%207%208.07%207a7.92%207.92%200%200%200%206.34-3.41a1%201%200%200%200-1.6-1.18%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%22M19.2%2017.41A6%206%200%200%201%2014.46%2020c-2.68%200-5-2-6-5H14a1%201%200%200%200%200-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1%201%200%200%200%200-2H8.47c1-3%203.31-5%206-5a6%206%200%200%201%204.73%202.59a1%201%200%201%200%201.6-1.18A7.92%207.92%200%200%200%2014.46%202c-3.76%200-7%202.84-8.07%207H4a1%201%200%200%200%200%202h2.05v2H4a1%201%200%200%200%200%202h2.39c1.09%204.16%204.31%207%208.07%207a7.92%207.92%200%200%200%206.34-3.41a1%201%200%200%200-1.6-1.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/euro.svg?color=%231a73e8&size=48