mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-10-30 18:15:55 +03:00
SVG icons for popular brands
| 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.