Renren Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Renren 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/306340.svg" alt="Renren icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306340.svg" alt="Renren icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306340.svg" alt="Renren icon" :width="24" :height="24" />
CSS background
.icon-renren {
background-image: url('https://proicons.com/icon/306340.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="M426 343V66c-68 12-130 38-185 78s-99 92-131 154-47 128-47 199c0 106 34 200 103 282 77-38 140-96 188-175s72-166 72-261zm464-45c-32-62-75-113-131-153-55-41-117-67-185-79v277c0 95 24 183 72 261 48 79 111 137 188 175 69-82 104-176 104-282 0-71-16-137-48-199zM574 760c-37-47-62-98-76-153-12 55-37 106-74 153s-82 87-135 120c65 36 135 54 209 54 75 0 145-18 210-54-52-33-97-73-134-120z"/></svg>
Copied!