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
inkscape-icons-base.png

view this tutorial

6 Responses to “creating icons with inkscape - a basic workflow”

  1. victorwestmann Says:

    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! ^^

  2. ry Says:

    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/

  3. INSCKAPE : Tutorial « simple, usefull , efficicente TIC Says:

    [...] creating icons with inkscape - a basic workflow « the inkscape tutorials blog — a big list of coo… [...]

  4. INSCKAPE : Tutorial « COACH IT // Combattre l’E-lletrisme … Says:

    [...] creating icons with inkscape - a basic workflow « the inkscape tutorials blog — a big list of coo… [...]

  5. יום הולדת Says:

    now i downloading the soft
    i will try it and come back for update you

  6. Hannes Says:

    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

Leave a Reply