euro from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
euro
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5 10h8m-8 4h8"/><path d="M19 17.608C17.87 19.64 15.812 21 13.461 21C9.894 21 7 17.866 7 14v-4c0-3.866 2.893-7 6.461-7C15.813 3 17.87 4.36 19 6.392"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEuro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M5 10h8m-8 4h8"/><path d="M19 17.608C17.87 19.64 15.812 21 13.461 21C9.894 21 7 17.866 7 14v-4c0-3.866 2.893-7 6.461-7C15.813 3 17.87 4.36 19 6.392"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5 10h8m-8 4h8"/><path d="M19 17.608C17.87 19.64 15.812 21 13.461 21C9.894 21 7 17.866 7 14v-4c0-3.866 2.893-7 6.461-7C15.813 3 17.87 4.36 19 6.392"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2010h8m-8%204h8%22%2F%3E%3Cpath%20d%3D%22M19%2017.608C17.87%2019.64%2015.812%2021%2013.461%2021C9.894%2021%207%2017.866%207%2014v-4c0-3.866%202.893-7%206.461-7C15.813%203%2017.87%204.36%2019%206.392%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2010h8m-8%204h8%22%2F%3E%3Cpath%20d%3D%22M19%2017.608C17.87%2019.64%2015.812%2021%2013.461%2021C9.894%2021%207%2017.866%207%2014v-4c0-3.866%202.893-7%206.461-7C15.813%203%2017.87%204.36%2019%206.392%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/euro.svg?color=%231a73e8&size=48