From 2266a1474c86270255d5630db40d31d6c04d538f Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 9 Apr 2017 13:13:35 +0200 Subject: [PATCH] Add CSS3 icon --- icons/css3.svg | 1 + src/simple-icons.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 icons/css3.svg diff --git a/icons/css3.svg b/icons/css3.svg new file mode 100644 index 00000000..e7d42c14 --- /dev/null +++ b/icons/css3.svg @@ -0,0 +1 @@ + diff --git a/src/simple-icons.json b/src/simple-icons.json index 8568e28e..4c17306d 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -210,6 +210,11 @@ "hex": "757575", "source": "https://www.coursera.org" }, + { + "title": "CSS3", + "hex": "1572b6", + "source": "http://www.w3.org/html/logo/" + }, { "title": "CSS Wizardry", "hex": "F43059",