currency rupee icon
currency-rupee from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- currency-rupee
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- currency-rupee-outline, currency-rupee-outline-sharp, currency-rupee-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the currency rupee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.552 20L7.5 13.692v-1.307h3q1.517 0 2.759-.959t1.268-2.734H6.5v-1h7.92q-.31-1.182-1.388-1.937T10.5 5h-4V4h11v1h-3.942q.715.425 1.24 1.146t.656 1.546H17.5v1h-1.967q-.008 2.125-1.52 3.409q-1.511 1.284-3.513 1.284H8.602L14.942 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCurrencyRupee(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="M13.552 20L7.5 13.692v-1.307h3q1.517 0 2.759-.959t1.268-2.734H6.5v-1h7.92q-.31-1.182-1.388-1.937T10.5 5h-4V4h11v1h-3.942q.715.425 1.24 1.146t.656 1.546H17.5v1h-1.967q-.008 2.125-1.52 3.409q-1.511 1.284-3.513 1.284H8.602L14.942 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.552 20L7.5 13.692v-1.307h3q1.517 0 2.759-.959t1.268-2.734H6.5v-1h7.92q-.31-1.182-1.388-1.937T10.5 5h-4V4h11v1h-3.942q.715.425 1.24 1.146t.656 1.546H17.5v1h-1.967q-.008 2.125-1.52 3.409q-1.511 1.284-3.513 1.284H8.602L14.942 20z"/></svg> </template>
CSS
.icon-currency-rupee {
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%22M13.552%2020L7.5%2013.692v-1.307h3q1.517%200%202.759-.959t1.268-2.734H6.5v-1h7.92q-.31-1.182-1.388-1.937T10.5%205h-4V4h11v1h-3.942q.715.425%201.24%201.146t.656%201.546H17.5v1h-1.967q-.008%202.125-1.52%203.409q-1.511%201.284-3.513%201.284H8.602L14.942%2020z%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%22M13.552%2020L7.5%2013.692v-1.307h3q1.517%200%202.759-.959t1.268-2.734H6.5v-1h7.92q-.31-1.182-1.388-1.937T10.5%205h-4V4h11v1h-3.942q.715.425%201.24%201.146t.656%201.546H17.5v1h-1.967q-.008%202.125-1.52%203.409q-1.511%201.284-3.513%201.284H8.602L14.942%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/currency-rupee.svg?color=%231a73e8&size=48