Rupee Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rupee icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306409.svg" alt="Rupee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306409.svg" alt="Rupee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306409.svg" alt="Rupee icon" :width="24" :height="24" />
CSS background
.icon-rupee {
background-image: url('https://proicons.com/icon/306409.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M657 255c-7-34-21-64-40-89h163c3-17 5-34 5-52s-2-35-5-52H221c-1 6-2 11-2 16l-1 1c-1 15-2 29-2 44 0 21 1 42 5 62h109c89 0 145 23 169 70H221c-3 17-5 34-5 51 0 18 1 36 5 52h287c-9 34-31 60-65 78s-78 27-134 27h-71c-5 0-10 2-14 6s-6 8-6 14v79c0 5 2 10 6 13 81 85 185 203 314 355 4 5 9 8 16 8h123c9 0 15-4 18-12 5-7 4-14-2-21-123-148-220-259-290-333 72-8 130-31 174-68 45-38 72-86 82-146h121c4-16 5-34 5-52 0-17-1-34-5-51H657z"/></svg>
Copied!