Renminbi False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renminbi False 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/306335.svg" alt="Renminbi False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306335.svg" alt="Renminbi False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306335.svg" alt="Renminbi False icon" :width="24" :height="24" />
CSS background
.icon-renminbi-false {
background-image: url('https://proicons.com/icon/306335.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-36 116l-20 20-30-30-30 30-20-20 30-30-30-31 20-20 30 31 30-31 20 20-30 31 30 30zM542 602v105c0 43 22 68 59 69 20 1 37-4 49-16 7 41 31 77 66 98-24 24-55 41-90 46-86 14-179-54-190-148-9-80-6-163-7-244-1-19 0-39 0-60h-50c-19 86-32 170-58 251-26 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!