Renminbi Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renminbi 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/306337.svg" alt="Renminbi Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306337.svg" alt="Renminbi Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306337.svg" alt="Renminbi Plus icon" :width="24" :height="24" />
CSS background
.icon-renminbi-plus {
background-image: url('https://proicons.com/icon/306337.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-50-35-81-36h-5c-33 0-63 14-86 36-21 22-35 52-35 85 0 18 4 34 10 49 6 14 15 27 25 37 23 22 53 36 86 36 67 0 122-55 122-122 0-33-14-63-36-85zm-28 103h-40v40h-35v-40h-40v-35h40v-40h35v40h40v35zM542 602v105c0 43 22 67 59 69 20 1 37-5 49-17 6 42 31 78 66 99-24 24-55 40-90 46-86 13-179-54-190-148-9-81-6-163-8-244v-60h-49c-19 85-32 170-58 251-27 83-87 145-152 204-24-25-47-50-73-78 111-97 147-229 156-379H63V315h665v134H542v153zm132-423c1-28 0-56 0-86H119v113h552c2-10 3-18 3-27z"/></svg>
Copied!