Renminbi True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renminbi True 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/306338.svg" alt="Renminbi True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306338.svg" alt="Renminbi True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306338.svg" alt="Renminbi True icon" :width="24" :height="24" />
CSS background
.icon-renminbi-true {
background-image: url('https://proicons.com/icon/306338.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-22 22-36 52-36 86 0 17 4 33 10 48 6 14 15 27 26 38 22 21 52 35 85 35 68 0 122-54 122-121 0-34-14-64-36-86zm-22 57l-75 75c-2 2-5 2-7 0l-45-46c-2-2-2-5 0-7l11-11c2-2 5-2 7 0l31 31 59-59c3-3 6-3 8 0l11 10c1 2 1 6 0 7zm-338-89v105c0 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-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!