Renminbi Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renminbi 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/306339.svg" alt="Renminbi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306339.svg" alt="Renminbi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306339.svg" alt="Renminbi icon" :width="24" :height="24" />
CSS background
.icon-renminbi {
background-image: url('https://proicons.com/icon/306339.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="M878 715H775c-1 6-1 9-1 13-6 46-33 71-75 69-40-2-63-29-63-75V445h200V301H120v146h204c-9 161-48 302-168 407 29 30 54 57 79 84 70-64 135-131 164-220 27-87 41-178 62-270h53v64c2 88-2 176 8 263 12 101 112 174 204 159 99-16 166-111 152-219zM778 155V62H181v122h594c1-11 3-20 3-29z"/></svg>
Copied!