euro sign icon
euro-sign from Line Awesome by Icons8 · Line · Currency · Apache-2.0 Free for personal and commercial use.
- Name
- euro-sign
- Set
- Line Awesome
- Style
- Line
- Category
- Currency
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- euro-sign-solid
The same icon in other sets
More currency icons from Line Awesome
Use the euro sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 4c-4.738 0-8.586 3.887-9.688 9H6v2h2.063c-.024.328-.063.664-.063 1s.04.672.063 1H6v2h2.313c1.101 5.113 4.949 9 9.687 9c2.707 0 5.168-1.305 6.938-3.344l-1.532-1.312C21.953 25.02 20.07 26 18 26c-3.504 0-6.59-2.898-7.625-7H19v-2h-8.969c-.027-.332-.031-.66-.031-1s.004-.668.031-1H19v-2h-8.625C11.41 8.898 14.496 6 18 6c2.07 0 3.953.98 5.406 2.656l1.532-1.312C23.168 5.304 20.706 4 18 4"/></svg>
React
import type { SVGProps } from "react";
export function LaEuroSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 4c-4.738 0-8.586 3.887-9.688 9H6v2h2.063c-.024.328-.063.664-.063 1s.04.672.063 1H6v2h2.313c1.101 5.113 4.949 9 9.687 9c2.707 0 5.168-1.305 6.938-3.344l-1.532-1.312C21.953 25.02 20.07 26 18 26c-3.504 0-6.59-2.898-7.625-7H19v-2h-8.969c-.027-.332-.031-.66-.031-1s.004-.668.031-1H19v-2h-8.625C11.41 8.898 14.496 6 18 6c2.07 0 3.953.98 5.406 2.656l1.532-1.312C23.168 5.304 20.706 4 18 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 4c-4.738 0-8.586 3.887-9.688 9H6v2h2.063c-.024.328-.063.664-.063 1s.04.672.063 1H6v2h2.313c1.101 5.113 4.949 9 9.687 9c2.707 0 5.168-1.305 6.938-3.344l-1.532-1.312C21.953 25.02 20.07 26 18 26c-3.504 0-6.59-2.898-7.625-7H19v-2h-8.969c-.027-.332-.031-.66-.031-1s.004-.668.031-1H19v-2h-8.625C11.41 8.898 14.496 6 18 6c2.07 0 3.953.98 5.406 2.656l1.532-1.312C23.168 5.304 20.706 4 18 4"/></svg> </template>
CSS
.icon-euro-sign {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204c-4.738%200-8.586%203.887-9.688%209H6v2h2.063c-.024.328-.063.664-.063%201s.04.672.063%201H6v2h2.313c1.101%205.113%204.949%209%209.687%209c2.707%200%205.168-1.305%206.938-3.344l-1.532-1.312C21.953%2025.02%2020.07%2026%2018%2026c-3.504%200-6.59-2.898-7.625-7H19v-2h-8.969c-.027-.332-.031-.66-.031-1s.004-.668.031-1H19v-2h-8.625C11.41%208.898%2014.496%206%2018%206c2.07%200%203.953.98%205.406%202.656l1.532-1.312C23.168%205.304%2020.706%204%2018%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204c-4.738%200-8.586%203.887-9.688%209H6v2h2.063c-.024.328-.063.664-.063%201s.04.672.063%201H6v2h2.313c1.101%205.113%204.949%209%209.687%209c2.707%200%205.168-1.305%206.938-3.344l-1.532-1.312C21.953%2025.02%2020.07%2026%2018%2026c-3.504%200-6.59-2.898-7.625-7H19v-2h-8.969c-.027-.332-.031-.66-.031-1s.004-.668.031-1H19v-2h-8.625C11.41%208.898%2014.496%206%2018%206c2.07%200%203.953.98%205.406%202.656l1.532-1.312C23.168%205.304%2020.706%204%2018%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/euro-sign.svg?color=%231a73e8&size=48