renren logo
renren from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- renren
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M5.66 9.553V5.254A6.794 6.794 0 0 0 1.606 16.34c2.379-1.152 4.042-3.755 4.054-6.787m1.132 4.115c-.423 1.752-1.687 3.25-3.262 4.245a6.76 6.76 0 0 0 3.26.833a6.8 6.8 0 0 0 3.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8 6.8 0 0 0-4.052-2.31V9.52c0 3.045 1.667 5.663 4.051 6.818a6.77 6.77 0 0 1-1.607-4.387a6.76 6.76 0 0 1 1.608-4.386c1.003 1.183 1.655 2.714 1.655 4.387c0 1.674-.65 3.203-1.655 4.388c2.38-1.15 4.088-3.755 4.1-6.787V5.254a6.9 6.9 0 0 0-4.1 2.31zM18.34 9.52c0 3.046 1.667 5.663 4.053 6.82A6.793 6.793 0 0 0 18.34 5.255zm-1.132 4.148c-.423 1.752-1.687 3.25-3.263 4.245a6.76 6.76 0 0 0 3.262.833a6.8 6.8 0 0 0 3.263-.833c-1.575-.996-2.839-2.494-3.262-4.245"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRenren(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.66 9.553V5.254A6.794 6.794 0 0 0 1.606 16.34c2.379-1.152 4.042-3.755 4.054-6.787m1.132 4.115c-.423 1.752-1.687 3.25-3.262 4.245a6.76 6.76 0 0 0 3.26.833a6.8 6.8 0 0 0 3.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8 6.8 0 0 0-4.052-2.31V9.52c0 3.045 1.667 5.663 4.051 6.818a6.77 6.77 0 0 1-1.607-4.387a6.76 6.76 0 0 1 1.608-4.386c1.003 1.183 1.655 2.714 1.655 4.387c0 1.674-.65 3.203-1.655 4.388c2.38-1.15 4.088-3.755 4.1-6.787V5.254a6.9 6.9 0 0 0-4.1 2.31zM18.34 9.52c0 3.046 1.667 5.663 4.053 6.82A6.793 6.793 0 0 0 18.34 5.255zm-1.132 4.148c-.423 1.752-1.687 3.25-3.263 4.245a6.76 6.76 0 0 0 3.262.833a6.8 6.8 0 0 0 3.263-.833c-1.575-.996-2.839-2.494-3.262-4.245"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.66 9.553V5.254A6.794 6.794 0 0 0 1.606 16.34c2.379-1.152 4.042-3.755 4.054-6.787m1.132 4.115c-.423 1.752-1.687 3.25-3.262 4.245a6.76 6.76 0 0 0 3.26.833a6.8 6.8 0 0 0 3.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8 6.8 0 0 0-4.052-2.31V9.52c0 3.045 1.667 5.663 4.051 6.818a6.77 6.77 0 0 1-1.607-4.387a6.76 6.76 0 0 1 1.608-4.386c1.003 1.183 1.655 2.714 1.655 4.387c0 1.674-.65 3.203-1.655 4.388c2.38-1.15 4.088-3.755 4.1-6.787V5.254a6.9 6.9 0 0 0-4.1 2.31zM18.34 9.52c0 3.046 1.667 5.663 4.053 6.82A6.793 6.793 0 0 0 18.34 5.255zm-1.132 4.148c-.423 1.752-1.687 3.25-3.263 4.245a6.76 6.76 0 0 0 3.262.833a6.8 6.8 0 0 0 3.263-.833c-1.575-.996-2.839-2.494-3.262-4.245"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.66%209.553V5.254A6.794%206.794%200%200%200%201.606%2016.34c2.379-1.152%204.042-3.755%204.054-6.787m1.132%204.115c-.423%201.752-1.687%203.25-3.262%204.245a6.76%206.76%200%200%200%203.26.833a6.8%206.8%200%200%200%203.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8%206.8%200%200%200-4.052-2.31V9.52c0%203.045%201.667%205.663%204.051%206.818a6.77%206.77%200%200%201-1.607-4.387a6.76%206.76%200%200%201%201.608-4.386c1.003%201.183%201.655%202.714%201.655%204.387c0%201.674-.65%203.203-1.655%204.388c2.38-1.15%204.088-3.755%204.1-6.787V5.254a6.9%206.9%200%200%200-4.1%202.31zM18.34%209.52c0%203.046%201.667%205.663%204.053%206.82A6.793%206.793%200%200%200%2018.34%205.255zm-1.132%204.148c-.423%201.752-1.687%203.25-3.263%204.245a6.76%206.76%200%200%200%203.262.833a6.8%206.8%200%200%200%203.263-.833c-1.575-.996-2.839-2.494-3.262-4.245%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.66%209.553V5.254A6.794%206.794%200%200%200%201.606%2016.34c2.379-1.152%204.042-3.755%204.054-6.787m1.132%204.115c-.423%201.752-1.687%203.25-3.262%204.245a6.76%206.76%200%200%200%203.26.833a6.8%206.8%200%200%200%203.264-.833c-1.575-.996-2.84-2.494-3.262-4.245m5.184-6.103a6.8%206.8%200%200%200-4.052-2.31V9.52c0%203.045%201.667%205.663%204.051%206.818a6.77%206.77%200%200%201-1.607-4.387a6.76%206.76%200%200%201%201.608-4.386c1.003%201.183%201.655%202.714%201.655%204.387c0%201.674-.65%203.203-1.655%204.388c2.38-1.15%204.088-3.755%204.1-6.787V5.254a6.9%206.9%200%200%200-4.1%202.31zM18.34%209.52c0%203.046%201.667%205.663%204.053%206.82A6.793%206.793%200%200%200%2018.34%205.255zm-1.132%204.148c-.423%201.752-1.687%203.25-3.263%204.245a6.76%206.76%200%200%200%203.262.833a6.8%206.8%200%200%200%203.263-.833c-1.575-.996-2.839-2.494-3.262-4.245%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/renren.svg?color=%231a73e8&size=48