Ikona is a companion application to a vector editor like Inkscape, providing utilities for wrangling with icons and an icon preview.
Ikona opens up to a fairly unassuming screen, giving users two options: the colour palette or the icon view.
• Colour palette
Ikona's colour palette is fairly simple—it shows a bunch of colours, and clicking them copies the hex code. The colour palette was designed to offer icon designers a vibrant and large array of colours that fit into the Breeze style.
• Icon preview
This is where Ikona's meat lies—the application icon view. It displays application icons at a pixel-perfect size in an environment similar to a Plasma desktop.
By default, it just shows Ikona's icon. The real meat is when you press “Create Icon.” this exports a special type of SVG with the suffix .ikona.app.svg.
The .ikona.app.svg is a special type of input SVG that ikona knows how to process. Normally, multiple sizes of an icon are stored as different files, making managing all of them cumbersome. However, the .ikona.app.svg combines all sizes of an application's icon into a single file, making it easier to cross-reference elements shared between sizes in the same file. This also allows Ikona to intelligently split and place icons in the correct locations on export.
Ikona can also support regular SVG files, however only one size of icon can be previewed at a time and Ikona cannot export optimized icons from this format.
Saving the icon will cause Ikona to instantly update its preview of the icon.
Once you're done designing your icon, you use the export screen to export your icon.
You can select which sizes to export, and how to export the icon (to one folder with different names, or to folders per size with same name).
You can also take montages of your icon using Ikona. For ease of sharing, the montages are copied directly into your clipboard for pasting into your favourite chat application.