Rupee Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rupee Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306407.svg" alt="Rupee Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306407.svg" alt="Rupee Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306407.svg" alt="Rupee Plus icon" :width="24" :height="24" />
CSS background
.icon-rupee-plus {
background-image: url('https://proicons.com/icon/306407.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-53-36-86-38h-4c-36 0-68 15-91 38s-38 55-38 90c0 18 4 36 11 51s16 29 27 40c23 23 55 37 91 37 70 0 128-57 128-128 0-35-15-67-38-90zm-30 109h-42v42h-37v-42h-42v-37h42v-42h37v42h42v37zm-38-557c3 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!