Add adaptive SVG favicon and more SVG variants

See https://web.dev/building-an-adaptive-favicon/

Added more variant of the original Inkscape icon:

- Text SVG
- Vectorized text path SVG
- Optimized SVG icon
This commit is contained in:
Frédéric Guillot
2023-08-16 20:39:05 -07:00
committed by Frédéric Guillot
parent 224a15692c
commit a88788f3fc
7 changed files with 220 additions and 84 deletions

7
assets/img/README.md Normal file
View File

@@ -0,0 +1,7 @@
Icons
=====
- `adaptive-favicon.svg`: Icon with embedded CSS that can be served with a dark or light theme
- `inkscape-text-icon.svg`: Original Inkscape file
- `inkscape-path-icon.svg`: Inkscape file with the text converted to path (Inkscape: `Path -> Object to Path`)
- `inkscape-optimized-icon.svg`: Inkscape export striped of unecessary elements (Inkscape: `Save as -> Save as Optimized SVG`)