Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good, free, drop-in set of mimetype icons? [closed]

I want a set of mimetype icons to go with my file uploads, to show in users' files lists and the like.

It should be:

  • 16x16 PNG or JPG (other sizes through 64x64 would be a bonus but not required)
  • already organized such that I can do e.g. mimetype.sub('/','-') + '.png' and get the icon file name (I'd like to avoid spending a bunch of time figuring out the associations)
  • not platform specific, preferably using properitary apps' native icons where available (e.g. a .zip icon should not look like a KDE box)
  • pretty but readable and suitable to a general audience ;-)

What's a good package for this?

like image 491
Sai Avatar asked May 07 '09 08:05

Sai


1 Answers

I found these: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/mimetypes/oxygen-style

Edit 14-09-09 15:14 the link is now dead.

I don't know anymore how the above looked but I like these too: https://github.com/pasnox/oxygen-icons-png/tree/master/oxygen

like image 178
Marcel Burkhard Avatar answered Oct 25 '22 16:10

Marcel Burkhard