From 3ba149cc19da29baf7cd549230f9b7b4848a65d0 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sat, 27 May 2017 18:43:02 +0200 Subject: [PATCH] Adds Signal Private Messenger logo Fix #393 Color taken from logo BG Bubbles are not circular, so vector isn't either Dashed lines are not consistent in length, so they are handdrawn in vector --- _data/simple-icons.json | 5 +++++ icons/signal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/signal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ad637cd43..c1f2a5116 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1180,6 +1180,11 @@ "hex": "7AB55C", "source": "https://press.shopify.com/brand" }, + { + "title": "Signal", + "hex": "2592E9", + "source": "https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" + }, { "title": "Simple Icons", "hex": "111111", diff --git a/icons/signal.svg b/icons/signal.svg new file mode 100644 index 000000000..92e02c427 --- /dev/null +++ b/icons/signal.svg @@ -0,0 +1 @@ + \ No newline at end of file