The skins that don't use it hide in page settings like this in style.css:
.pageicons { display:none; }
and hide the icons in stylemenu.css like this:
div.AspNet-Menu-Horizontal ul.AspNet-Menu li img { display:none; }
or in styletreeview.css like this:
div.AspNet-TreeView ul li img { display:none; }
So to use them you just un-hide them from css.
Hope it helps,
Joe