currency dollar rupee icon
currency-dollar-rupee-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- currency-dollar-rupee-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 rupee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2.502a.5.5 0 1 0-1 0v.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.75zM4 3.884V7.14c-.61-.302-1-.925-1-1.61v-.094a1.7 1.7 0 0 1 1-1.55m1 4.8l.345.155a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676zM8 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-1c.218.29.375.63.45 1h.55a.5.5 0 0 1 0 1h-.55a2.5 2.5 0 0 1-2.45 2h-.933l4.317 5.18a.5.5 0 0 1-.768.64l-5-6A.5.5 0 0 1 8.5 7h2a1.5 1.5 0 0 0 1.414-1H8.5a.5.5 0 1 1 0-1h3.414A1.5 1.5 0 0 0 10.5 4h-2a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCurrencyDollarRupee16Regular(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="M5 2.502a.5.5 0 1 0-1 0v.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.75zM4 3.884V7.14c-.61-.302-1-.925-1-1.61v-.094a1.7 1.7 0 0 1 1-1.55m1 4.8l.345.155a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676zM8 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-1c.218.29.375.63.45 1h.55a.5.5 0 0 1 0 1h-.55a2.5 2.5 0 0 1-2.45 2h-.933l4.317 5.18a.5.5 0 0 1-.768.64l-5-6A.5.5 0 0 1 8.5 7h2a1.5 1.5 0 0 0 1.414-1H8.5a.5.5 0 1 1 0-1h3.414A1.5 1.5 0 0 0 10.5 4h-2a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2.502a.5.5 0 1 0-1 0v.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.75zM4 3.884V7.14c-.61-.302-1-.925-1-1.61v-.094a1.7 1.7 0 0 1 1-1.55m1 4.8l.345.155a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676zM8 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-1c.218.29.375.63.45 1h.55a.5.5 0 0 1 0 1h-.55a2.5 2.5 0 0 1-2.45 2h-.933l4.317 5.18a.5.5 0 0 1-.768.64l-5-6A.5.5 0 0 1 8.5 7h2a1.5 1.5 0 0 0 1.414-1H8.5a.5.5 0 1 1 0-1h3.414A1.5 1.5 0 0 0 10.5 4h-2a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-currency-dollar-rupee-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%22M5%202.502a.5.5%200%201%200-1%200v.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.75zM4%203.884V7.14c-.61-.302-1-.925-1-1.61v-.094a1.7%201.7%200%200%201%201-1.55m1%204.8l.345.155a1.79%201.79%200%200%201%201.057%201.633v.088c0%20.838-.605%201.534-1.402%201.676zM8%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-1c.218.29.375.63.45%201h.55a.5.5%200%200%201%200%201h-.55a2.5%202.5%200%200%201-2.45%202h-.933l4.317%205.18a.5.5%200%200%201-.768.64l-5-6A.5.5%200%200%201%208.5%207h2a1.5%201.5%200%200%200%201.414-1H8.5a.5.5%200%201%201%200-1h3.414A1.5%201.5%200%200%200%2010.5%204h-2a.5.5%200%200%201-.5-.5%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%22M5%202.502a.5.5%200%201%200-1%200v.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.75zM4%203.884V7.14c-.61-.302-1-.925-1-1.61v-.094a1.7%201.7%200%200%201%201-1.55m1%204.8l.345.155a1.79%201.79%200%200%201%201.057%201.633v.088c0%20.838-.605%201.534-1.402%201.676zM8%203.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-1c.218.29.375.63.45%201h.55a.5.5%200%200%201%200%201h-.55a2.5%202.5%200%200%201-2.45%202h-.933l4.317%205.18a.5.5%200%200%201-.768.64l-5-6A.5.5%200%200%201%208.5%207h2a1.5%201.5%200%200%200%201.414-1H8.5a.5.5%200%201%201%200-1h3.414A1.5%201.5%200%200%200%2010.5%204h-2a.5.5%200%200%201-.5-.5%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-16-regular.svg?color=%231a73e8&size=48