creating icons with inkscape - a basic workflow
Updated: This tutorial has been updated and enhanced, so be sure to check it out again!
Here is another great tutorial for everyone’s favourite open source vector graphics editor. (that would be inkscape…)
Today’s tutorial outlines a basic workflow for creating, tweaking and exporting icons with inkscape. If you need some more icon tutorials check out the icon category


January 15, 2008 at 1:42 pm
I thought you´d teach how to build an icon from scratch instead of showing how its done to export a ready one… but its also nice to have this feature native in the new Inkscape version! ^^
January 15, 2008 at 10:22 pm
i think the author’s purpose for that tutorial was to show the basic workflow in inkscape for icon creation.
There are a few tutorials already listed on this blog that show different ways of actually drawing the icons:
http://inkscapetutorials.wordpress.com/category/icons/
February 8, 2008 at 8:01 am
[...] creating icons with inkscape - a basic workflow « the inkscape tutorials blog — a big list of coo… [...]
February 8, 2008 at 8:02 am
[...] creating icons with inkscape - a basic workflow « the inkscape tutorials blog — a big list of coo… [...]
April 6, 2008 at 4:06 pm
now i downloading the soft
i will try it and come back for update you
April 30, 2008 at 7:24 am
I could not find any e-Mail address of the author, so I post it here, The way to do it without awk is like this:
$ svg=/home/nugget/xxx.whatever.svg
$ file=”$(basename “$svg”)”
$ echo “$file”
$ name=”${file%.*}”
$ echo “$name”
Hannes