Purpose: This program converts .svg icons to .icon format, used in the native UI of Chromium based browsers. .icon is a vector format that passes instructions directly to Skia.
For more information about vector icons, see > Here. You can view the source of this Here.
You can view .icon files with This Web App, or This Chromium Extension I made.
Caveat emptor! This program makes a lot of assumptions. Its output is just a starting point; you may have to manipulate it further.
Note: Strongly consider pre-processing the SVG source with Jake Archibald’s SVGOMG tool
(a web interface to the SVGO SVG
optimizer).
Paste your SVG source below and then
Options:
Translate (applies after flip):
Skiafied .icon output will be here