SVG icons for popular brands
Go to file
2015-10-23 10:38:54 +01:00
icons Added Netflix, fixes #131 2015-10-22 16:37:26 +01:00
images Tidied up repo 2015-10-22 14:57:08 +01:00
includes Tidied up repo 2015-10-22 14:57:08 +01:00
src Added Netflix, fixes #131 2015-10-22 16:37:26 +01:00
.gitignore Finished v1 node builder script 2015-10-14 16:52:04 +01:00
404.html Added Netflix, fixes #131 2015-10-22 16:37:26 +01:00
CNAME Create CNAME 2015-10-18 19:21:10 +01:00
index.html Added Netflix, fixes #131 2015-10-22 16:37:26 +01:00
LICENSE Added license file 2015-10-22 11:43:56 +01:00
README.md Added rough build process 2015-10-23 10:38:54 +01:00

Simple Icons

Simple Icons

Build Process

  1. Acquire source vector file.
  2. Simplify icon in vector editing tool (I use Affinity Designer).
  3. Export SVG.
  4. Run SVGO on the SVG file.
  5. Add object to simple-icons.json.
  6. Run build.js in Node.