From 6b3abe34e2da2dcdd0fa277d2598f8274b6c6f5e Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Tue, 21 Aug 2018 12:43:18 +0200 Subject: [PATCH] Add Renren (#936) Color from their official .jpg logo from renren.com Note that the .jpg is very noisy - as such there are multiple shades of blue in it. The chosen one is from the biggest consistent area I could find. Alternative color choice: #005EAC from the .png logo from Wikipedia As no official SVG source is available, one was taken from third party sources. This was verified to match the official .jpg as closely as possible. --- _data/simple-icons.json | 5 +++++ icons/renren.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/renren.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7e621a999..3dc4d1a33 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1480,6 +1480,11 @@ "hex": "764ABC", "source": "https://github.com/reactjs/redux/tree/master/logo" }, + { + "title": "Renren", + "hex": "217DC6", + "source": "https://seeklogo.com/vector-logo/184137/renren-inc" + }, { "title": "ReverbNation", "hex": "E43526", diff --git a/icons/renren.svg b/icons/renren.svg new file mode 100644 index 000000000..0f38a0ac3 --- /dev/null +++ b/icons/renren.svg @@ -0,0 +1 @@ +Renren icon \ No newline at end of file