Rupee Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rupee Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306406.svg" alt="Rupee Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306406.svg" alt="Rupee Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306406.svg" alt="Rupee Minus icon" :width="24" :height="24" />
CSS background
.icon-rupee-minus {
background-image: url('https://proicons.com/icon/306406.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-32 107H647v-34h118v34zm-36-555c3 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!