Skip to content

Add New Icons

Salwa Jeries edited this page Jun 29, 2026 · 3 revisions

Use inkscape to convert .svg icons into .png, with the proper sizing.

Ex: airplane.svg -> airplane.png

inkscape airplane.svg \\
--export-type=png \\
--export-filename=airplane.png \\
--export-width=256 \\
--export-height=256

Clone this wiki locally