Rupee True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rupee True 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/306408.svg" alt="Rupee True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306408.svg" alt="Rupee True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306408.svg" alt="Rupee True icon" :width="24" :height="24" />
CSS background
.icon-rupee-true {
background-image: url('https://proicons.com/icon/306408.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="M797 703c-22-22-52-36-86-38h-5c-35 0-67 15-90 38s-38 55-38 90c0 18 4 36 11 51 6 15 16 29 27 40 23 23 55 37 90 37 71 0 128-57 128-128 0-35-14-67-37-90zm-24 60l-78 79c-2 2-6 2-8 0l-47-48c-3-2-3-6 0-7l11-12c2-2 6-2 7 0l33 33 63-63c2-3 6-3 8 0l11 11c2 2 2 6 0 7zm-44-508c3 17 5 34 5 51 0 18-2 35-5 52H608c-10 60-37 108-82 146-44 37-102 60-174 68 48 50 108 117 180 202-1 7-1 13-1 20 0 62 33 115 83 144H503c-7 0-12-3-16-8-129-152-233-270-314-355-4-4-6-8-6-14v-79c0-5 2-10 6-13 4-4 9-6 15-6h70c56 0 100-9 134-27s56-44 65-78H170c-3-17-5-34-5-52 0-17 2-34 5-51h278c-24-47-80-70-169-70H170c-3-20-5-41-5-62 0-15 1-29 3-44v-1l2-16h559c3 17 5 34 5 52 0 17-2 35-5 52H566c20 25 33 54 40 89h123z"/></svg>
Copied!