From a542b71ed4cda9ecc6c0e71a1b1fb5b60cf9a98d Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 17 Oct 2018 16:35:05 +0300 Subject: [PATCH] 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