renren logo
renren from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- renren
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the renren logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.547 12.803V7.074A9.051 9.051 0 0 0 2.145 21.85c3.167-1.537 5.385-5.005 5.401-9.047zm1.51 5.484c-.563 2.339-2.251 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661m6.912-8.136a9 9 0 0 0-5.401-3.077v5.681c0 4.063 2.219 7.552 5.401 9.095a9.06 9.06 0 0 1-2.147-5.849c0-2.145.761-4.219 2.147-5.849zm0 0c1.337 1.579 2.208 3.62 2.208 5.849s-.871 4.271-2.208 5.849c3.171-1.537 5.447-5.005 5.463-9.047V7.073a9.2 9.2 0 0 0-5.463 3.077zm8.484 2.604c0 4.063 2.224 7.552 5.401 9.095a9.055 9.055 0 0 0-5.402-14.776zm-1.51 5.532c-.563 2.339-2.249 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661"/></svg>
React
import type { SVGProps } from "react";
export function CibRenren(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.547 12.803V7.074A9.051 9.051 0 0 0 2.145 21.85c3.167-1.537 5.385-5.005 5.401-9.047zm1.51 5.484c-.563 2.339-2.251 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661m6.912-8.136a9 9 0 0 0-5.401-3.077v5.681c0 4.063 2.219 7.552 5.401 9.095a9.06 9.06 0 0 1-2.147-5.849c0-2.145.761-4.219 2.147-5.849zm0 0c1.337 1.579 2.208 3.62 2.208 5.849s-.871 4.271-2.208 5.849c3.171-1.537 5.447-5.005 5.463-9.047V7.073a9.2 9.2 0 0 0-5.463 3.077zm8.484 2.604c0 4.063 2.224 7.552 5.401 9.095a9.055 9.055 0 0 0-5.402-14.776zm-1.51 5.532c-.563 2.339-2.249 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.547 12.803V7.074A9.051 9.051 0 0 0 2.145 21.85c3.167-1.537 5.385-5.005 5.401-9.047zm1.51 5.484c-.563 2.339-2.251 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661m6.912-8.136a9 9 0 0 0-5.401-3.077v5.681c0 4.063 2.219 7.552 5.401 9.095a9.06 9.06 0 0 1-2.147-5.849c0-2.145.761-4.219 2.147-5.849zm0 0c1.337 1.579 2.208 3.62 2.208 5.849s-.871 4.271-2.208 5.849c3.171-1.537 5.447-5.005 5.463-9.047V7.073a9.2 9.2 0 0 0-5.463 3.077zm8.484 2.604c0 4.063 2.224 7.552 5.401 9.095a9.055 9.055 0 0 0-5.402-14.776zm-1.51 5.532c-.563 2.339-2.249 4.333-4.349 5.661c1.333.729 2.828 1.109 4.349 1.109s3.016-.38 4.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661"/></svg> </template>
CSS
.icon-renren {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.547%2012.803V7.074A9.051%209.051%200%200%200%202.145%2021.85c3.167-1.537%205.385-5.005%205.401-9.047zm1.51%205.484c-.563%202.339-2.251%204.333-4.349%205.661c1.333.729%202.828%201.109%204.349%201.109s3.016-.38%204.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661m6.912-8.136a9%209%200%200%200-5.401-3.077v5.681c0%204.063%202.219%207.552%205.401%209.095a9.06%209.06%200%200%201-2.147-5.849c0-2.145.761-4.219%202.147-5.849zm0%200c1.337%201.579%202.208%203.62%202.208%205.849s-.871%204.271-2.208%205.849c3.171-1.537%205.447-5.005%205.463-9.047V7.073a9.2%209.2%200%200%200-5.463%203.077zm8.484%202.604c0%204.063%202.224%207.552%205.401%209.095a9.055%209.055%200%200%200-5.402-14.776zm-1.51%205.532c-.563%202.339-2.249%204.333-4.349%205.661c1.333.729%202.828%201.109%204.349%201.109s3.016-.38%204.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.547%2012.803V7.074A9.051%209.051%200%200%200%202.145%2021.85c3.167-1.537%205.385-5.005%205.401-9.047zm1.51%205.484c-.563%202.339-2.251%204.333-4.349%205.661c1.333.729%202.828%201.109%204.349%201.109s3.016-.38%204.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661m6.912-8.136a9%209%200%200%200-5.401-3.077v5.681c0%204.063%202.219%207.552%205.401%209.095a9.06%209.06%200%200%201-2.147-5.849c0-2.145.761-4.219%202.147-5.849zm0%200c1.337%201.579%202.208%203.62%202.208%205.849s-.871%204.271-2.208%205.849c3.171-1.537%205.447-5.005%205.463-9.047V7.073a9.2%209.2%200%200%200-5.463%203.077zm8.484%202.604c0%204.063%202.224%207.552%205.401%209.095a9.055%209.055%200%200%200-5.402-14.776zm-1.51%205.532c-.563%202.339-2.249%204.333-4.349%205.661c1.333.729%202.828%201.109%204.349%201.109s3.016-.38%204.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/renren.svg?color=%231a73e8&size=48