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