currency eur icon

currency-eur-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
currency-eur-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the currency eur icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M187 195a4 4 0 0 1-.31 5.65A76 76 0 0 1 60.11 148H40a4 4 0 0 1 0-8h20v-24H40a4 4 0 0 1 0-8h20.11a76 76 0 0 1 126.56-52.65a4 4 0 1 1-5.34 6A68 68 0 0 0 68.13 108H136a4 4 0 0 1 0 8H68v24h52a4 4 0 0 1 0 8H68.13a68 68 0 0 0 113.2 46.69a4 4 0 0 1 5.67.31"/></svg>

React

import type { SVGProps } from "react";

export function PhCurrencyEurThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M187 195a4 4 0 0 1-.31 5.65A76 76 0 0 1 60.11 148H40a4 4 0 0 1 0-8h20v-24H40a4 4 0 0 1 0-8h20.11a76 76 0 0 1 126.56-52.65a4 4 0 1 1-5.34 6A68 68 0 0 0 68.13 108H136a4 4 0 0 1 0 8H68v24h52a4 4 0 0 1 0 8H68.13a68 68 0 0 0 113.2 46.69a4 4 0 0 1 5.67.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M187 195a4 4 0 0 1-.31 5.65A76 76 0 0 1 60.11 148H40a4 4 0 0 1 0-8h20v-24H40a4 4 0 0 1 0-8h20.11a76 76 0 0 1 126.56-52.65a4 4 0 1 1-5.34 6A68 68 0 0 0 68.13 108H136a4 4 0 0 1 0 8H68v24h52a4 4 0 0 1 0 8H68.13a68 68 0 0 0 113.2 46.69a4 4 0 0 1 5.67.31"/></svg>
</template>

CSS

.icon-currency-eur-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M187%20195a4%204%200%200%201-.31%205.65A76%2076%200%200%201%2060.11%20148H40a4%204%200%200%201%200-8h20v-24H40a4%204%200%200%201%200-8h20.11a76%2076%200%200%201%20126.56-52.65a4%204%200%201%201-5.34%206A68%2068%200%200%200%2068.13%20108H136a4%204%200%200%201%200%208H68v24h52a4%204%200%200%201%200%208H68.13a68%2068%200%200%200%20113.2%2046.69a4%204%200%200%201%205.67.31%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M187%20195a4%204%200%200%201-.31%205.65A76%2076%200%200%201%2060.11%20148H40a4%204%200%200%201%200-8h20v-24H40a4%204%200%200%201%200-8h20.11a76%2076%200%200%201%20126.56-52.65a4%204%200%201%201-5.34%206A68%2068%200%200%200%2068.13%20108H136a4%204%200%200%201%200%208H68v24h52a4%204%200%200%201%200%208H68.13a68%2068%200%200%200%20113.2%2046.69a4%204%200%200%201%205.67.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/currency-eur-thin.svg?color=%231a73e8&size=48