Four-color icons for graphical user interfaces in desktop applications.
Go to file
No Time To Play e7675e6514 Add miscellaneous icons 2024-02-03 07:43:59 +00:00
16x16 Add miscellaneous icons 2024-02-03 07:43:59 +00:00
nonstandard Add nonstandard icons 2024-02-02 06:08:53 +00:00
LICENSE Initial commit 2024-01-25 14:45:57 +00:00
README.md Update README 2024-02-02 06:16:38 +00:00
application-exit.gif Add icons from application set 2024-01-25 15:31:24 +00:00
document-new.gif Add icons from document set 2024-01-25 14:48:35 +00:00
document-open.gif Add icons from document set 2024-01-25 14:48:35 +00:00
document-properties.gif Add icons from document set 2024-01-25 14:48:35 +00:00
document-revert.gif Add icons from document set 2024-01-25 14:48:35 +00:00
document-save.gif Add icons from document set 2024-01-25 14:48:35 +00:00
edit-clear.gif Add and update various icons 2024-01-26 08:58:30 +00:00
edit-copy.gif Add cut / copy / paste icons 2024-01-26 14:51:09 +00:00
edit-cut.gif Add cut / copy / paste icons 2024-01-26 14:51:09 +00:00
edit-delete.gif Add two icons 2024-02-01 15:06:13 +00:00
edit-find-replace.gif Add icons from edit set 2024-01-25 14:49:13 +00:00
edit-find.gif Add icons from edit set 2024-01-25 14:49:13 +00:00
edit-paste.gif Add cut / copy / paste icons 2024-01-26 14:51:09 +00:00
edit-redo.gif Update miscellaneous icons 2024-01-26 05:55:02 +00:00
edit-undo.gif Add icons from edit set 2024-01-25 14:49:13 +00:00
go-down.gif Update icons from go set 2024-01-26 05:39:40 +00:00
go-next.gif Update icons from go set 2024-01-26 05:39:40 +00:00
go-previous.gif Update icons from go set 2024-01-26 05:39:40 +00:00
go-up.gif Update icons from go set 2024-01-26 05:39:40 +00:00
help-about.gif Update icons from help set 2024-01-26 05:32:36 +00:00
help-contents.gif Add and update various icons 2024-01-26 08:58:30 +00:00
help-faq.gif Add and update various icons 2024-01-26 08:58:30 +00:00
insert-link.gif Add and update various icons 2024-01-26 08:58:30 +00:00
insert-text.gif Update "insert text" icon; add montage script 2024-02-02 06:10:20 +00:00
list-add.gif Update miscellaneous icons 2024-01-26 05:55:02 +00:00
list-remove.gif Update miscellaneous icons 2024-01-26 05:55:02 +00:00
make-montage.sh Update "insert text" icon; add montage script 2024-02-02 06:10:20 +00:00
media-eject.gif Update two icons 2024-02-01 15:53:58 +00:00
media-playback-start.gif Update two icons 2024-02-01 15:53:58 +00:00
view-fullscreen.gif Add view and zoom categories 2024-01-26 06:18:43 +00:00
zoom-in.gif Add view and zoom categories 2024-01-26 06:18:43 +00:00
zoom-original.gif Add view and zoom categories 2024-01-26 06:18:43 +00:00
zoom-out.gif Add view and zoom categories 2024-01-26 06:18:43 +00:00

README.md

Tool Bar But

Modern user interfaces need icons, for example on toolbar buttons, but available icon sets tend to be fancy, which means large file sizes, which makes them cumbersome to embed in source code, doubly so without special tools. I make apps in Tcl/Tk; I want my icons to be a couple lines of base64-encoded data. Minimal icon sets exist, but they tend to be

  1. black and white (or rather, light gray and white)
  2. too fanciful for a boring old app with File / Edit / View menus.

Tool Bar But is a hastily named set of icons intended for toolbars in desktop applications, with a couple of unique traits:

  1. they use only four colors (3 + transparency), but they have color!
  2. they're in GIF format, because it compresses better at 2 bits per pixel.

Otherwise they follow the FreeDesktop.org icon naming conventions and sizes, with a few additions because standard names are insufficient.

This project is still very new. A lot may change. Current plans include:

  1. more icons (obviously);
  2. XPM files for embedding in C or C++ code;
  3. possibly a 16x16 version.

For now all icons are offered under a Creative Commons-Attribution 4.0 license.