currency dollar euro icon

currency-dollar-euro-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
currency-dollar-euro-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the currency dollar euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2.002a.5.5 0 0 0-.5.5v.323c-1.152.31-2 1.36-2 2.61v.094c0 1.102.647 2.1 1.652 2.551L4 8.236v3.875a1.7 1.7 0 0 1-1-1.55v-.723a.5.5 0 0 0-1 0v.722c0 1.25.849 2.3 2 2.61v.335a.5.5 0 0 0 1 0v-.26a2.7 2.7 0 0 0 2.402-2.685v-.088a2.79 2.79 0 0 0-1.648-2.546L5 7.588V3.76a1.7 1.7 0 0 1 1.402 1.676v.734a.5.5 0 0 0 1 0v-.734A2.7 2.7 0 0 0 5 2.75v-.248a.5.5 0 0 0-.5-.5M3 5.435a1.7 1.7 0 0 1 1-1.55v3.254c-.61-.302-1-.925-1-1.61zm2 6.8v-3.55l.345.154a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676M9.07 9a7 7 0 0 1-.072-1h-.502a.5.5 0 0 1 0-1h.572c.134-.94.455-1.792.915-2.468c.616-.905 1.52-1.537 2.58-1.537c.401 0 .85.114 1.213.358a.5.5 0 0 1-.56.83a1.2 1.2 0 0 0-.653-.188c-.632 0-1.26.376-1.754 1.1c-.344.505-.604 1.16-.729 1.905h.417a.5.5 0 0 1 0 1h-.499q.002.52.083 1h.416a.5.5 0 1 1 0 1h-.149q.192.503.461.899c.493.724 1.122 1.1 1.754 1.1c.244 0 .484-.064.645-.178a.5.5 0 0 1 .58.814c-.376.268-.838.364-1.225.364c-1.06 0-1.964-.632-2.58-1.537A5.5 5.5 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCurrencyDollarEuro16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2.002a.5.5 0 0 0-.5.5v.323c-1.152.31-2 1.36-2 2.61v.094c0 1.102.647 2.1 1.652 2.551L4 8.236v3.875a1.7 1.7 0 0 1-1-1.55v-.723a.5.5 0 0 0-1 0v.722c0 1.25.849 2.3 2 2.61v.335a.5.5 0 0 0 1 0v-.26a2.7 2.7 0 0 0 2.402-2.685v-.088a2.79 2.79 0 0 0-1.648-2.546L5 7.588V3.76a1.7 1.7 0 0 1 1.402 1.676v.734a.5.5 0 0 0 1 0v-.734A2.7 2.7 0 0 0 5 2.75v-.248a.5.5 0 0 0-.5-.5M3 5.435a1.7 1.7 0 0 1 1-1.55v3.254c-.61-.302-1-.925-1-1.61zm2 6.8v-3.55l.345.154a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676M9.07 9a7 7 0 0 1-.072-1h-.502a.5.5 0 0 1 0-1h.572c.134-.94.455-1.792.915-2.468c.616-.905 1.52-1.537 2.58-1.537c.401 0 .85.114 1.213.358a.5.5 0 0 1-.56.83a1.2 1.2 0 0 0-.653-.188c-.632 0-1.26.376-1.754 1.1c-.344.505-.604 1.16-.729 1.905h.417a.5.5 0 0 1 0 1h-.499q.002.52.083 1h.416a.5.5 0 1 1 0 1h-.149q.192.503.461.899c.493.724 1.122 1.1 1.754 1.1c.244 0 .484-.064.645-.178a.5.5 0 0 1 .58.814c-.376.268-.838.364-1.225.364c-1.06 0-1.964-.632-2.58-1.537A5.5 5.5 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2.002a.5.5 0 0 0-.5.5v.323c-1.152.31-2 1.36-2 2.61v.094c0 1.102.647 2.1 1.652 2.551L4 8.236v3.875a1.7 1.7 0 0 1-1-1.55v-.723a.5.5 0 0 0-1 0v.722c0 1.25.849 2.3 2 2.61v.335a.5.5 0 0 0 1 0v-.26a2.7 2.7 0 0 0 2.402-2.685v-.088a2.79 2.79 0 0 0-1.648-2.546L5 7.588V3.76a1.7 1.7 0 0 1 1.402 1.676v.734a.5.5 0 0 0 1 0v-.734A2.7 2.7 0 0 0 5 2.75v-.248a.5.5 0 0 0-.5-.5M3 5.435a1.7 1.7 0 0 1 1-1.55v3.254c-.61-.302-1-.925-1-1.61zm2 6.8v-3.55l.345.154a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676M9.07 9a7 7 0 0 1-.072-1h-.502a.5.5 0 0 1 0-1h.572c.134-.94.455-1.792.915-2.468c.616-.905 1.52-1.537 2.58-1.537c.401 0 .85.114 1.213.358a.5.5 0 0 1-.56.83a1.2 1.2 0 0 0-.653-.188c-.632 0-1.26.376-1.754 1.1c-.344.505-.604 1.16-.729 1.905h.417a.5.5 0 0 1 0 1h-.499q.002.52.083 1h.416a.5.5 0 1 1 0 1h-.149q.192.503.461.899c.493.724 1.122 1.1 1.754 1.1c.244 0 .484-.064.645-.178a.5.5 0 0 1 .58.814c-.376.268-.838.364-1.225.364c-1.06 0-1.964-.632-2.58-1.537A5.5 5.5 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1z"/></svg>
</template>

CSS

.icon-currency-dollar-euro-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202.002a.5.5%200%200%200-.5.5v.323c-1.152.31-2%201.36-2%202.61v.094c0%201.102.647%202.1%201.652%202.551L4%208.236v3.875a1.7%201.7%200%200%201-1-1.55v-.723a.5.5%200%200%200-1%200v.722c0%201.25.849%202.3%202%202.61v.335a.5.5%200%200%200%201%200v-.26a2.7%202.7%200%200%200%202.402-2.685v-.088a2.79%202.79%200%200%200-1.648-2.546L5%207.588V3.76a1.7%201.7%200%200%201%201.402%201.676v.734a.5.5%200%200%200%201%200v-.734A2.7%202.7%200%200%200%205%202.75v-.248a.5.5%200%200%200-.5-.5M3%205.435a1.7%201.7%200%200%201%201-1.55v3.254c-.61-.302-1-.925-1-1.61zm2%206.8v-3.55l.345.154a1.79%201.79%200%200%201%201.057%201.633v.088c0%20.838-.605%201.534-1.402%201.676M9.07%209a7%207%200%200%201-.072-1h-.502a.5.5%200%200%201%200-1h.572c.134-.94.455-1.792.915-2.468c.616-.905%201.52-1.537%202.58-1.537c.401%200%20.85.114%201.213.358a.5.5%200%200%201-.56.83a1.2%201.2%200%200%200-.653-.188c-.632%200-1.26.376-1.754%201.1c-.344.505-.604%201.16-.729%201.905h.417a.5.5%200%200%201%200%201h-.499q.002.52.083%201h.416a.5.5%200%201%201%200%201h-.149q.192.503.461.899c.493.724%201.122%201.1%201.754%201.1c.244%200%20.484-.064.645-.178a.5.5%200%200%201%20.58.814c-.376.268-.838.364-1.225.364c-1.06%200-1.964-.632-2.58-1.537A5.5%205.5%200%200%201%209.293%2010h-.797a.5.5%200%200%201%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202.002a.5.5%200%200%200-.5.5v.323c-1.152.31-2%201.36-2%202.61v.094c0%201.102.647%202.1%201.652%202.551L4%208.236v3.875a1.7%201.7%200%200%201-1-1.55v-.723a.5.5%200%200%200-1%200v.722c0%201.25.849%202.3%202%202.61v.335a.5.5%200%200%200%201%200v-.26a2.7%202.7%200%200%200%202.402-2.685v-.088a2.79%202.79%200%200%200-1.648-2.546L5%207.588V3.76a1.7%201.7%200%200%201%201.402%201.676v.734a.5.5%200%200%200%201%200v-.734A2.7%202.7%200%200%200%205%202.75v-.248a.5.5%200%200%200-.5-.5M3%205.435a1.7%201.7%200%200%201%201-1.55v3.254c-.61-.302-1-.925-1-1.61zm2%206.8v-3.55l.345.154a1.79%201.79%200%200%201%201.057%201.633v.088c0%20.838-.605%201.534-1.402%201.676M9.07%209a7%207%200%200%201-.072-1h-.502a.5.5%200%200%201%200-1h.572c.134-.94.455-1.792.915-2.468c.616-.905%201.52-1.537%202.58-1.537c.401%200%20.85.114%201.213.358a.5.5%200%200%201-.56.83a1.2%201.2%200%200%200-.653-.188c-.632%200-1.26.376-1.754%201.1c-.344.505-.604%201.16-.729%201.905h.417a.5.5%200%200%201%200%201h-.499q.002.52.083%201h.416a.5.5%200%201%201%200%201h-.149q.192.503.461.899c.493.724%201.122%201.1%201.754%201.1c.244%200%20.484-.064.645-.178a.5.5%200%200%201%20.58.814c-.376.268-.838.364-1.225.364c-1.06%200-1.964-.632-2.58-1.537A5.5%205.5%200%200%201%209.293%2010h-.797a.5.5%200%200%201%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/currency-dollar-euro-16-regular.svg?color=%231a73e8&size=48