currency icon
currency-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- currency-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the currency icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M4.5 2.002a.5.5 0 0 1 .5.5v.248a2.702 2.702 0 0 1 2.403 2.685v.734a.5.5 0 1 1-1 0v-.734c0-.838-.606-1.534-1.403-1.675v3.829l.754.338a2.79 2.79 0 0 1 1.649 2.546v.088c0 1.39-1.05 2.536-2.403 2.685v.26a.5.5 0 0 1-1 0v-.336a2.702 2.702 0 0 1-2-2.61v-.722a.5.5 0 1 1 1 0v.723c0 .69.41 1.283 1 1.55V8.236l-.348-.155A2.796 2.796 0 0 1 2 5.529v-.094c0-1.25.848-2.3 2-2.61v-.323a.5.5 0 0 1 .5-.5zm8.064.993c.4 0 .85.114 1.212.358a.5.5 0 0 1-.48.873l-.08-.044a1.22 1.22 0 0 0-.652-.187c-.632 0-1.261.376-1.754 1.1c-.345.506-.605 1.16-.73 1.905h.418a.5.5 0 0 1 0 1h-.5c0 .347.03.682.083 1h.416a.5.5 0 1 1 0 1h-.148c.126.334.282.637.46.9c.494.723 1.123 1.1 1.755 1.1c.195 0 .388-.041.54-.116l.105-.063a.5.5 0 0 1 .58.815c-.377.268-.839.363-1.225.363c-1.061 0-1.964-.632-2.581-1.537A5.454 5.454 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1h.573A7.073 7.073 0 0 1 9 8h-.503a.5.5 0 0 1 0-1h.573c.134-.94.454-1.792.914-2.468c.617-.905 1.52-1.537 2.58-1.537zM5 8.685v3.55a1.702 1.702 0 0 0 1.396-1.519l.007-.155v-.088a1.79 1.79 0 0 0-.924-1.567l-.134-.067L5 8.685zm-1-4.8a1.702 1.702 0 0 0-.993 1.393L3 5.435v.094c0 .633.332 1.212.863 1.535L4 7.139V3.885z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentCurrency16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M4.5 2.002a.5.5 0 0 1 .5.5v.248a2.702 2.702 0 0 1 2.403 2.685v.734a.5.5 0 1 1-1 0v-.734c0-.838-.606-1.534-1.403-1.675v3.829l.754.338a2.79 2.79 0 0 1 1.649 2.546v.088c0 1.39-1.05 2.536-2.403 2.685v.26a.5.5 0 0 1-1 0v-.336a2.702 2.702 0 0 1-2-2.61v-.722a.5.5 0 1 1 1 0v.723c0 .69.41 1.283 1 1.55V8.236l-.348-.155A2.796 2.796 0 0 1 2 5.529v-.094c0-1.25.848-2.3 2-2.61v-.323a.5.5 0 0 1 .5-.5zm8.064.993c.4 0 .85.114 1.212.358a.5.5 0 0 1-.48.873l-.08-.044a1.22 1.22 0 0 0-.652-.187c-.632 0-1.261.376-1.754 1.1c-.345.506-.605 1.16-.73 1.905h.418a.5.5 0 0 1 0 1h-.5c0 .347.03.682.083 1h.416a.5.5 0 1 1 0 1h-.148c.126.334.282.637.46.9c.494.723 1.123 1.1 1.755 1.1c.195 0 .388-.041.54-.116l.105-.063a.5.5 0 0 1 .58.815c-.377.268-.839.363-1.225.363c-1.061 0-1.964-.632-2.581-1.537A5.454 5.454 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1h.573A7.073 7.073 0 0 1 9 8h-.503a.5.5 0 0 1 0-1h.573c.134-.94.454-1.792.914-2.468c.617-.905 1.52-1.537 2.58-1.537zM5 8.685v3.55a1.702 1.702 0 0 0 1.396-1.519l.007-.155v-.088a1.79 1.79 0 0 0-.924-1.567l-.134-.067L5 8.685zm-1-4.8a1.702 1.702 0 0 0-.993 1.393L3 5.435v.094c0 .633.332 1.212.863 1.535L4 7.139V3.885z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M4.5 2.002a.5.5 0 0 1 .5.5v.248a2.702 2.702 0 0 1 2.403 2.685v.734a.5.5 0 1 1-1 0v-.734c0-.838-.606-1.534-1.403-1.675v3.829l.754.338a2.79 2.79 0 0 1 1.649 2.546v.088c0 1.39-1.05 2.536-2.403 2.685v.26a.5.5 0 0 1-1 0v-.336a2.702 2.702 0 0 1-2-2.61v-.722a.5.5 0 1 1 1 0v.723c0 .69.41 1.283 1 1.55V8.236l-.348-.155A2.796 2.796 0 0 1 2 5.529v-.094c0-1.25.848-2.3 2-2.61v-.323a.5.5 0 0 1 .5-.5zm8.064.993c.4 0 .85.114 1.212.358a.5.5 0 0 1-.48.873l-.08-.044a1.22 1.22 0 0 0-.652-.187c-.632 0-1.261.376-1.754 1.1c-.345.506-.605 1.16-.73 1.905h.418a.5.5 0 0 1 0 1h-.5c0 .347.03.682.083 1h.416a.5.5 0 1 1 0 1h-.148c.126.334.282.637.46.9c.494.723 1.123 1.1 1.755 1.1c.195 0 .388-.041.54-.116l.105-.063a.5.5 0 0 1 .58.815c-.377.268-.839.363-1.225.363c-1.061 0-1.964-.632-2.581-1.537A5.454 5.454 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1h.573A7.073 7.073 0 0 1 9 8h-.503a.5.5 0 0 1 0-1h.573c.134-.94.454-1.792.914-2.468c.617-.905 1.52-1.537 2.58-1.537zM5 8.685v3.55a1.702 1.702 0 0 0 1.396-1.519l.007-.155v-.088a1.79 1.79 0 0 0-.924-1.567l-.134-.067L5 8.685zm-1-4.8a1.702 1.702 0 0 0-.993 1.393L3 5.435v.094c0 .633.332 1.212.863 1.535L4 7.139V3.885z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-currency-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%20d%3D%22M4.5%202.002a.5.5%200%200%201%20.5.5v.248a2.702%202.702%200%200%201%202.403%202.685v.734a.5.5%200%201%201-1%200v-.734c0-.838-.606-1.534-1.403-1.675v3.829l.754.338a2.79%202.79%200%200%201%201.649%202.546v.088c0%201.39-1.05%202.536-2.403%202.685v.26a.5.5%200%200%201-1%200v-.336a2.702%202.702%200%200%201-2-2.61v-.722a.5.5%200%201%201%201%200v.723c0%20.69.41%201.283%201%201.55V8.236l-.348-.155A2.796%202.796%200%200%201%202%205.529v-.094c0-1.25.848-2.3%202-2.61v-.323a.5.5%200%200%201%20.5-.5zm8.064.993c.4%200%20.85.114%201.212.358a.5.5%200%200%201-.48.873l-.08-.044a1.22%201.22%200%200%200-.652-.187c-.632%200-1.261.376-1.754%201.1c-.345.506-.605%201.16-.73%201.905h.418a.5.5%200%200%201%200%201h-.5c0%20.347.03.682.083%201h.416a.5.5%200%201%201%200%201h-.148c.126.334.282.637.46.9c.494.723%201.123%201.1%201.755%201.1c.195%200%20.388-.041.54-.116l.105-.063a.5.5%200%200%201%20.58.815c-.377.268-.839.363-1.225.363c-1.061%200-1.964-.632-2.581-1.537A5.454%205.454%200%200%201%209.293%2010h-.797a.5.5%200%200%201%200-1h.573A7.073%207.073%200%200%201%209%208h-.503a.5.5%200%200%201%200-1h.573c.134-.94.454-1.792.914-2.468c.617-.905%201.52-1.537%202.58-1.537zM5%208.685v3.55a1.702%201.702%200%200%200%201.396-1.519l.007-.155v-.088a1.79%201.79%200%200%200-.924-1.567l-.134-.067L5%208.685zm-1-4.8a1.702%201.702%200%200%200-.993%201.393L3%205.435v.094c0%20.633.332%201.212.863%201.535L4%207.139V3.885z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M4.5%202.002a.5.5%200%200%201%20.5.5v.248a2.702%202.702%200%200%201%202.403%202.685v.734a.5.5%200%201%201-1%200v-.734c0-.838-.606-1.534-1.403-1.675v3.829l.754.338a2.79%202.79%200%200%201%201.649%202.546v.088c0%201.39-1.05%202.536-2.403%202.685v.26a.5.5%200%200%201-1%200v-.336a2.702%202.702%200%200%201-2-2.61v-.722a.5.5%200%201%201%201%200v.723c0%20.69.41%201.283%201%201.55V8.236l-.348-.155A2.796%202.796%200%200%201%202%205.529v-.094c0-1.25.848-2.3%202-2.61v-.323a.5.5%200%200%201%20.5-.5zm8.064.993c.4%200%20.85.114%201.212.358a.5.5%200%200%201-.48.873l-.08-.044a1.22%201.22%200%200%200-.652-.187c-.632%200-1.261.376-1.754%201.1c-.345.506-.605%201.16-.73%201.905h.418a.5.5%200%200%201%200%201h-.5c0%20.347.03.682.083%201h.416a.5.5%200%201%201%200%201h-.148c.126.334.282.637.46.9c.494.723%201.123%201.1%201.755%201.1c.195%200%20.388-.041.54-.116l.105-.063a.5.5%200%200%201%20.58.815c-.377.268-.839.363-1.225.363c-1.061%200-1.964-.632-2.581-1.537A5.454%205.454%200%200%201%209.293%2010h-.797a.5.5%200%200%201%200-1h.573A7.073%207.073%200%200%201%209%208h-.503a.5.5%200%200%201%200-1h.573c.134-.94.454-1.792.914-2.468c.617-.905%201.52-1.537%202.58-1.537zM5%208.685v3.55a1.702%201.702%200%200%200%201.396-1.519l.007-.155v-.088a1.79%201.79%200%200%200-.924-1.567l-.134-.067L5%208.685zm-1-4.8a1.702%201.702%200%200%200-.993%201.393L3%205.435v.094c0%20.633.332%201.212.863%201.535L4%207.139V3.885z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/currency-16-regular.svg?color=%231a73e8&size=48