rupee sign icon

rupee-sign from Line Awesome by Icons8 · Line · Currency · Apache-2.0 Free for personal and commercial use.

Name
rupee-sign
Set
Line Awesome
Style
Line
Category
Currency
Viewbox
32×32
License
Apache 2.0
Aliases
rupee-sign-solid

The same icon in other sets

More currency icons from Line Awesome

Use the rupee sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5v2h4c1.703 0 3.941 1.04 4.719 3H8v2h8.969c-.309 2.61-2.996 4-4.969 4H8v2.469L18.25 27h3.125l-10.813-9H12c3.234 0 6.676-2.39 6.969-6H24v-2h-5.188C18.509 8.816 17.86 7.805 17 7h7V5z"/></svg>

React

import type { SVGProps } from "react";

export function LaRupeeSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5v2h4c1.703 0 3.941 1.04 4.719 3H8v2h8.969c-.309 2.61-2.996 4-4.969 4H8v2.469L18.25 27h3.125l-10.813-9H12c3.234 0 6.676-2.39 6.969-6H24v-2h-5.188C18.509 8.816 17.86 7.805 17 7h7V5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5v2h4c1.703 0 3.941 1.04 4.719 3H8v2h8.969c-.309 2.61-2.996 4-4.969 4H8v2.469L18.25 27h3.125l-10.813-9H12c3.234 0 6.676-2.39 6.969-6H24v-2h-5.188C18.509 8.816 17.86 7.805 17 7h7V5z"/></svg>
</template>

CSS

.icon-rupee-sign {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205v2h4c1.703%200%203.941%201.04%204.719%203H8v2h8.969c-.309%202.61-2.996%204-4.969%204H8v2.469L18.25%2027h3.125l-10.813-9H12c3.234%200%206.676-2.39%206.969-6H24v-2h-5.188C18.509%208.816%2017.86%207.805%2017%207h7V5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205v2h4c1.703%200%203.941%201.04%204.719%203H8v2h8.969c-.309%202.61-2.996%204-4.969%204H8v2.469L18.25%2027h3.125l-10.813-9H12c3.234%200%206.676-2.39%206.969-6H24v-2h-5.188C18.509%208.816%2017.86%207.805%2017%207h7V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/rupee-sign.svg?color=%231a73e8&size=48