Renminbi Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renminbi 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/306336.svg" alt="Renminbi Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306336.svg" alt="Renminbi Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306336.svg" alt="Renminbi Minus icon" :width="24" :height="24" />
CSS background
.icon-renminbi-minus {
background-image: url('https://proicons.com/icon/306336.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="M902 634c-21-21-49-34-81-36h-5c-33 0-64 14-85 36-23 22-36 52-36 86 0 17 4 33 10 48 6 14 15 27 26 38 21 21 52 35 85 35 67 0 122-54 122-121 0-34-14-64-36-86zm-30 102H760v-32h112v32zM542 602v105c0 43 22 68 59 69 20 1 37-5 49-17 7 42 31 78 66 99-24 24-55 41-90 46-86 14-179-54-190-148-9-81-6-163-8-244v-60h-49c-19 86-32 170-58 251-27 83-87 145-152 204-24-25-47-49-73-77 111-98 147-230 156-379H63V315h665v134H542v153zm132-423c1-28 0-56 0-86H119v113h553c1-10 2-18 2-27z"/></svg>
Copied!