currency dollar rupee icon
currency-dollar-rupee-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- currency-dollar-rupee-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the currency dollar rupee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.002 2.752a.75.75 0 1 0-1.5 0v.313A4.25 4.25 0 0 0 2 7.25v.541a4.75 4.75 0 0 0 2.668 4.27l.834.406v6.908A2.75 2.75 0 0 1 3.5 16.728v-.98a.75.75 0 0 0-1.5 0v.98a4.25 4.25 0 0 0 3.502 4.185v.334a.75.75 0 0 0 1.5 0v-.335a4.25 4.25 0 0 0 3.498-4.184v-.524a4.75 4.75 0 0 0-2.668-4.27l-.83-.404V4.604A2.75 2.75 0 0 1 9 7.25v1a.75.75 0 1 0 1.5 0v-1a4.25 4.25 0 0 0-3.498-4.184zm-1.5 1.85v6.196l-.176-.086A3.25 3.25 0 0 1 3.5 7.792V7.25c0-1.26.847-2.322 2.002-2.648m1.5 8.596l.172.085A3.25 3.25 0 0 1 9 16.203v.525a2.75 2.75 0 0 1-1.998 2.646zM12.75 3a.75.75 0 0 0 0 1.5H15A2.75 2.75 0 0 1 17.45 6h-4.7a.75.75 0 0 0 0 1.5h4.989A2.75 2.75 0 0 1 15 10h-2.25a.75.75 0 0 0-.61 1.185l7.5 10.5a.75.75 0 1 0 1.22-.871L14.207 11.5H15a4.25 4.25 0 0 0 4.243-4h2.007a.75.75 0 0 0 0-1.5h-2.187a4.2 4.2 0 0 0-.822-1.5h3.009a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCurrencyDollarRupee24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.002 2.752a.75.75 0 1 0-1.5 0v.313A4.25 4.25 0 0 0 2 7.25v.541a4.75 4.75 0 0 0 2.668 4.27l.834.406v6.908A2.75 2.75 0 0 1 3.5 16.728v-.98a.75.75 0 0 0-1.5 0v.98a4.25 4.25 0 0 0 3.502 4.185v.334a.75.75 0 0 0 1.5 0v-.335a4.25 4.25 0 0 0 3.498-4.184v-.524a4.75 4.75 0 0 0-2.668-4.27l-.83-.404V4.604A2.75 2.75 0 0 1 9 7.25v1a.75.75 0 1 0 1.5 0v-1a4.25 4.25 0 0 0-3.498-4.184zm-1.5 1.85v6.196l-.176-.086A3.25 3.25 0 0 1 3.5 7.792V7.25c0-1.26.847-2.322 2.002-2.648m1.5 8.596l.172.085A3.25 3.25 0 0 1 9 16.203v.525a2.75 2.75 0 0 1-1.998 2.646zM12.75 3a.75.75 0 0 0 0 1.5H15A2.75 2.75 0 0 1 17.45 6h-4.7a.75.75 0 0 0 0 1.5h4.989A2.75 2.75 0 0 1 15 10h-2.25a.75.75 0 0 0-.61 1.185l7.5 10.5a.75.75 0 1 0 1.22-.871L14.207 11.5H15a4.25 4.25 0 0 0 4.243-4h2.007a.75.75 0 0 0 0-1.5h-2.187a4.2 4.2 0 0 0-.822-1.5h3.009a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.002 2.752a.75.75 0 1 0-1.5 0v.313A4.25 4.25 0 0 0 2 7.25v.541a4.75 4.75 0 0 0 2.668 4.27l.834.406v6.908A2.75 2.75 0 0 1 3.5 16.728v-.98a.75.75 0 0 0-1.5 0v.98a4.25 4.25 0 0 0 3.502 4.185v.334a.75.75 0 0 0 1.5 0v-.335a4.25 4.25 0 0 0 3.498-4.184v-.524a4.75 4.75 0 0 0-2.668-4.27l-.83-.404V4.604A2.75 2.75 0 0 1 9 7.25v1a.75.75 0 1 0 1.5 0v-1a4.25 4.25 0 0 0-3.498-4.184zm-1.5 1.85v6.196l-.176-.086A3.25 3.25 0 0 1 3.5 7.792V7.25c0-1.26.847-2.322 2.002-2.648m1.5 8.596l.172.085A3.25 3.25 0 0 1 9 16.203v.525a2.75 2.75 0 0 1-1.998 2.646zM12.75 3a.75.75 0 0 0 0 1.5H15A2.75 2.75 0 0 1 17.45 6h-4.7a.75.75 0 0 0 0 1.5h4.989A2.75 2.75 0 0 1 15 10h-2.25a.75.75 0 0 0-.61 1.185l7.5 10.5a.75.75 0 1 0 1.22-.871L14.207 11.5H15a4.25 4.25 0 0 0 4.243-4h2.007a.75.75 0 0 0 0-1.5h-2.187a4.2 4.2 0 0 0-.822-1.5h3.009a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-currency-dollar-rupee-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.002%202.752a.75.75%200%201%200-1.5%200v.313A4.25%204.25%200%200%200%202%207.25v.541a4.75%204.75%200%200%200%202.668%204.27l.834.406v6.908A2.75%202.75%200%200%201%203.5%2016.728v-.98a.75.75%200%200%200-1.5%200v.98a4.25%204.25%200%200%200%203.502%204.185v.334a.75.75%200%200%200%201.5%200v-.335a4.25%204.25%200%200%200%203.498-4.184v-.524a4.75%204.75%200%200%200-2.668-4.27l-.83-.404V4.604A2.75%202.75%200%200%201%209%207.25v1a.75.75%200%201%200%201.5%200v-1a4.25%204.25%200%200%200-3.498-4.184zm-1.5%201.85v6.196l-.176-.086A3.25%203.25%200%200%201%203.5%207.792V7.25c0-1.26.847-2.322%202.002-2.648m1.5%208.596l.172.085A3.25%203.25%200%200%201%209%2016.203v.525a2.75%202.75%200%200%201-1.998%202.646zM12.75%203a.75.75%200%200%200%200%201.5H15A2.75%202.75%200%200%201%2017.45%206h-4.7a.75.75%200%200%200%200%201.5h4.989A2.75%202.75%200%200%201%2015%2010h-2.25a.75.75%200%200%200-.61%201.185l7.5%2010.5a.75.75%200%201%200%201.22-.871L14.207%2011.5H15a4.25%204.25%200%200%200%204.243-4h2.007a.75.75%200%200%200%200-1.5h-2.187a4.2%204.2%200%200%200-.822-1.5h3.009a.75.75%200%200%200%200-1.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.002%202.752a.75.75%200%201%200-1.5%200v.313A4.25%204.25%200%200%200%202%207.25v.541a4.75%204.75%200%200%200%202.668%204.27l.834.406v6.908A2.75%202.75%200%200%201%203.5%2016.728v-.98a.75.75%200%200%200-1.5%200v.98a4.25%204.25%200%200%200%203.502%204.185v.334a.75.75%200%200%200%201.5%200v-.335a4.25%204.25%200%200%200%203.498-4.184v-.524a4.75%204.75%200%200%200-2.668-4.27l-.83-.404V4.604A2.75%202.75%200%200%201%209%207.25v1a.75.75%200%201%200%201.5%200v-1a4.25%204.25%200%200%200-3.498-4.184zm-1.5%201.85v6.196l-.176-.086A3.25%203.25%200%200%201%203.5%207.792V7.25c0-1.26.847-2.322%202.002-2.648m1.5%208.596l.172.085A3.25%203.25%200%200%201%209%2016.203v.525a2.75%202.75%200%200%201-1.998%202.646zM12.75%203a.75.75%200%200%200%200%201.5H15A2.75%202.75%200%200%201%2017.45%206h-4.7a.75.75%200%200%200%200%201.5h4.989A2.75%202.75%200%200%201%2015%2010h-2.25a.75.75%200%200%200-.61%201.185l7.5%2010.5a.75.75%200%201%200%201.22-.871L14.207%2011.5H15a4.25%204.25%200%200%200%204.243-4h2.007a.75.75%200%200%200%200-1.5h-2.187a4.2%204.2%200%200%200-.822-1.5h3.009a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/currency-dollar-rupee-24-regular.svg?color=%231a73e8&size=48