rupee icon
rupee from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- rupee
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the rupee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-48zm285.1-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-34.9c-7.2 0-13.1 5.9-13.1 13.1c0 5.7 3.7 10.7 9.1 12.5l49.4 15.9c31.9 10.3 53.5 39.9 53.5 73.4c0 42.6-34.5 77.1-77.1 77.1H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h50.9c7.2 0 13.1-5.9 13.1-13.1c0-5.7-3.7-10.7-9.1-12.5l-49.4-15.9c-31.9-10.3-53.5-39.9-53.5-73.4c0-42.6 34.5-77.1 77.1-77.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidRupee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-48zm285.1-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-34.9c-7.2 0-13.1 5.9-13.1 13.1c0 5.7 3.7 10.7 9.1 12.5l49.4 15.9c31.9 10.3 53.5 39.9 53.5 73.4c0 42.6-34.5 77.1-77.1 77.1H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h50.9c7.2 0 13.1-5.9 13.1-13.1c0-5.7-3.7-10.7-9.1-12.5l-49.4-15.9c-31.9-10.3-53.5-39.9-53.5-73.4c0-42.6 34.5-77.1 77.1-77.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-48zm285.1-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-34.9c-7.2 0-13.1 5.9-13.1 13.1c0 5.7 3.7 10.7 9.1 12.5l49.4 15.9c31.9 10.3 53.5 39.9 53.5 73.4c0 42.6-34.5 77.1-77.1 77.1H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h50.9c7.2 0 13.1-5.9 13.1-13.1c0-5.7-3.7-10.7-9.1-12.5l-49.4-15.9c-31.9-10.3-53.5-39.9-53.5-73.4c0-42.6 34.5-77.1 77.1-77.1"/></svg> </template>
CSS
.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2054.3-30%20101.5-74.4%20126.1l41%20136.7c5.1%2016.9-4.5%2034.8-21.5%2039.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80h-48zm285.1-32H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-34.9c-7.2%200-13.1%205.9-13.1%2013.1c0%205.7%203.7%2010.7%209.1%2012.5l49.4%2015.9c31.9%2010.3%2053.5%2039.9%2053.5%2073.4c0%2042.6-34.5%2077.1-77.1%2077.1H416c-17.7%200-32-14.3-32-32s14.3-32%2032-32h50.9c7.2%200%2013.1-5.9%2013.1-13.1c0-5.7-3.7-10.7-9.1-12.5l-49.4-15.9c-31.9-10.3-53.5-39.9-53.5-73.4c0-42.6%2034.5-77.1%2077.1-77.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2054.3-30%20101.5-74.4%20126.1l41%20136.7c5.1%2016.9-4.5%2034.8-21.5%2039.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80h-48zm285.1-32H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-34.9c-7.2%200-13.1%205.9-13.1%2013.1c0%205.7%203.7%2010.7%209.1%2012.5l49.4%2015.9c31.9%2010.3%2053.5%2039.9%2053.5%2073.4c0%2042.6-34.5%2077.1-77.1%2077.1H416c-17.7%200-32-14.3-32-32s14.3-32%2032-32h50.9c7.2%200%2013.1-5.9%2013.1-13.1c0-5.7-3.7-10.7-9.1-12.5l-49.4-15.9c-31.9-10.3-53.5-39.9-53.5-73.4c0-42.6%2034.5-77.1%2077.1-77.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/rupee.svg?color=%231a73e8&size=48