SVG icons for popular brands
Go to file
Muhammed Athimannil 440ee84146 merge fix
2015-12-02 19:44:07 +04:00
icons Merge remote-tracking branch 'danleech/gh-pages' into gh-pages 2015-12-02 19:38:56 +04:00
images Tidied up repo 2015-10-22 14:57:08 +01:00
src Merge remote-tracking branch 'danleech/gh-pages' into gh-pages 2015-12-02 19:38:56 +04:00
.gitignore Finished v1 node builder script 2015-10-14 16:52:04 +01:00
404.html merge fix 2015-12-02 19:44:07 +04:00
CNAME Update CNAME 2015-11-02 14:20:14 +00:00
index.html merge fix 2015-12-02 19:44:07 +04:00
LICENSE Added license file 2015-10-22 11:43:56 +01:00
README.md Update README.md 2015-10-23 10:46:37 +01:00

Simple Icons

Simple Icons

Build Process

  1. Acquire source vector file.
  2. Simplify icon in vector editing tool (I use Affinity Designer).
    • Constrain within a 16x16 viewbox.
    • Ensure there are no strokes.
    • Simplify and minimise paths.
    • Make all paths white.
  3. Export SVG.
  4. Run SVGO on the SVG file.
  5. Add object to simple-icons.json.
  6. Run build.js in Node.