logo euro icon

logo-euro from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-euro
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-euro-outline, social-euro

Related icons in IonIcons

Use the logo euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M231.8 272v-48H376l8-48H231.8v-8.12c0-38.69 16.47-62.56 87.18-62.56c28.89 0 61.45 2.69 102.5 9.42l10.52-70A508.5 508.5 0 0 0 315.46 32C189.26 32 135 76.4 135 158.46V176H80v48h55v48H80v48h55v33.54C135 435.6 189.23 480 315.43 480a507.8 507.8 0 0 0 116.44-12.78l-10.58-70c-41.05 6.73-73.46 9.42-102.35 9.42c-70.7 0-87.14-20.18-87.14-67.94V320h128.47l7.87-48Z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoEuro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M231.8 272v-48H376l8-48H231.8v-8.12c0-38.69 16.47-62.56 87.18-62.56c28.89 0 61.45 2.69 102.5 9.42l10.52-70A508.5 508.5 0 0 0 315.46 32C189.26 32 135 76.4 135 158.46V176H80v48h55v48H80v48h55v33.54C135 435.6 189.23 480 315.43 480a507.8 507.8 0 0 0 116.44-12.78l-10.58-70c-41.05 6.73-73.46 9.42-102.35 9.42c-70.7 0-87.14-20.18-87.14-67.94V320h128.47l7.87-48Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M231.8 272v-48H376l8-48H231.8v-8.12c0-38.69 16.47-62.56 87.18-62.56c28.89 0 61.45 2.69 102.5 9.42l10.52-70A508.5 508.5 0 0 0 315.46 32C189.26 32 135 76.4 135 158.46V176H80v48h55v48H80v48h55v33.54C135 435.6 189.23 480 315.43 480a507.8 507.8 0 0 0 116.44-12.78l-10.58-70c-41.05 6.73-73.46 9.42-102.35 9.42c-70.7 0-87.14-20.18-87.14-67.94V320h128.47l7.87-48Z"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.8%20272v-48H376l8-48H231.8v-8.12c0-38.69%2016.47-62.56%2087.18-62.56c28.89%200%2061.45%202.69%20102.5%209.42l10.52-70A508.5%20508.5%200%200%200%20315.46%2032C189.26%2032%20135%2076.4%20135%20158.46V176H80v48h55v48H80v48h55v33.54C135%20435.6%20189.23%20480%20315.43%20480a507.8%20507.8%200%200%200%20116.44-12.78l-10.58-70c-41.05%206.73-73.46%209.42-102.35%209.42c-70.7%200-87.14-20.18-87.14-67.94V320h128.47l7.87-48Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.8%20272v-48H376l8-48H231.8v-8.12c0-38.69%2016.47-62.56%2087.18-62.56c28.89%200%2061.45%202.69%20102.5%209.42l10.52-70A508.5%20508.5%200%200%200%20315.46%2032C189.26%2032%20135%2076.4%20135%20158.46V176H80v48h55v48H80v48h55v33.54C135%20435.6%20189.23%20480%20315.43%20480a507.8%20507.8%200%200%200%20116.44-12.78l-10.58-70c-41.05%206.73-73.46%209.42-102.35%209.42c-70.7%200-87.14-20.18-87.14-67.94V320h128.47l7.87-48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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