From a542b71ed4cda9ecc6c0e71a1b1fb5b60cf9a98d Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 17 Oct 2018 16:35:05 +0300 Subject: [PATCH 1/4] Add Circle (Pay) icon (#1008) * Add Circle icon SVG * Add Circle logo details Color for Circle brand is hard to pin down. They use different colors for different services (while maintaining the same logo). And their logo consists of a range of colors due to the two gradients used: - blues/purplse: `#58BBEA`, `#5DB3E4`, `#699DD4`, `#7D79BA`, `#8669AE` - greens: `#ABCB37`, `#A9CB38`, `#A0C93B`, `#92C741`, `#7EC449`, `#65C054`, `#45BB61`, `#20B570`, `#00B07D` Some other colors sampled from their website: - `#06b07d` common color for interactive items - `#4c416e` for the "Invest" header - `#55bbeb` for the "Pay" header (and some other elements) - `#aacc38` for the "Trade" header Finally I settled with the most purple purple of the logos gradients... --- _data/simple-icons.json | 5 +++++ icons/circle.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/circle.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8cc8b1a3..e6c5db72 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -300,6 +300,11 @@ "hex": "00B265", "source": "http://supertop.co/castro/press/" }, + { + "title": "Circle", + "hex": "8669AE", + "source": "https://www.circle.com/" + }, { "title": "CircleCI", "hex": "343434", diff --git a/icons/circle.svg b/icons/circle.svg new file mode 100644 index 00000000..1f33edd4 --- /dev/null +++ b/icons/circle.svg @@ -0,0 +1 @@ +Circle icon \ No newline at end of file From 697eda5c55db66d37b0ef153dfebd4ce5888e4df Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 17 Oct 2018 16:39:09 +0300 Subject: [PATCH 2/4] Add Cash App icon (#1007) * Add Cash App icon SVG * Add Cash App logo details The logo consists of a gradient from #00C244 to #00D64B. I opted for the former (which is a bit darker) as their interfaces tend to use darker shades of green as well. --- _data/simple-icons.json | 5 +++++ icons/cashapp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cashapp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e6c5db72..c8e78252 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -290,6 +290,11 @@ "hex": "509CF6", "source": "https://www.campaignmonitor.com/brand" }, + { + "title": "Cash App", + "hex": "00C244", + "source": "https://cash.app/press" + }, { "title": "Castorama", "hex": "0078D7", diff --git a/icons/cashapp.svg b/icons/cashapp.svg new file mode 100644 index 00000000..edaccbf0 --- /dev/null +++ b/icons/cashapp.svg @@ -0,0 +1 @@ +Cash App icon \ No newline at end of file From 62035315b5849049136b912c073e42643046dbe5 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 17 Oct 2018 16:40:46 +0300 Subject: [PATCH 3/4] Add Venmo icon (#1006) * Add Venmo icon SVG * Add Venmo icon data * Reorder 'Go' and 'Google Allo' in data file --- _data/simple-icons.json | 25 +++++++++++++++---------- icons/venmo.svg | 1 + 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 icons/venmo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c8e78252..0b8d1cf7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -75,16 +75,6 @@ "hex": "FF5A5F", "source": "https://www.airbnb.com" }, - { - "title": "Go", - "hex": "76E1FE", - "source": "https://golang.org/doc/gopher/" - }, - { - "title": "Google Allo", - "hex": "ECB842", - "source": "https://allo.google.com/web" - }, { "title": "Amazon", "hex": "FF9900", @@ -755,11 +745,21 @@ "hex": "663300", "source": "https://www.goodreads.com/about/press" }, + { + "title": "Go", + "hex": "76E1FE", + "source": "https://golang.org/doc/gopher/" + }, { "title": "Google", "hex": "4285F4", "source": "https://developers.google.com/+/branding-guidelines?hl=en" }, + { + "title": "Google Allo", + "hex": "ECB842", + "source": "https://allo.google.com/web" + }, { "title": "Google Chrome", "hex": "4285F4", @@ -2165,6 +2165,11 @@ "hex": "1563FF", "source": "https://www.hashicorp.com/brand#vagrant" }, + { + "title": "Venmo", + "hex": "3D95CE", + "source": "https://venmo.com/about/brand/" + }, { "title": "Verizon", "hex": "CD040B", diff --git a/icons/venmo.svg b/icons/venmo.svg new file mode 100644 index 00000000..c4e56523 --- /dev/null +++ b/icons/venmo.svg @@ -0,0 +1 @@ +Venmo icon \ No newline at end of file From 0eaf23de4a78e8af4fe9068b08e1916a8bbdfa66 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Wed, 17 Oct 2018 15:41:16 +0200 Subject: [PATCH 4/4] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4867e5d..a131b19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.6", + "version": "1.9.7", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [