mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
SVG icons for popular brands
c11e6dba20
Add Statamic |
||
---|---|---|
icons | ||
images | ||
src | ||
.gitignore | ||
404.html | ||
CNAME | ||
index.html | ||
LICENSE | ||
README.md |
Simple Icons
Build Process
- Acquire source vector file.
- 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.
- Export SVG.
- Run SVGO on the SVG file.
- Add object to simple-icons.json.
- Run build.js in Node.