100+ application icons mainly for Android action buttons.
PNG files are in dist
directory.
Just copy them to your project!
As mentioned above, this project contains generated icons for Holo Dark color.
But if you want other icons, you can create by yourself.
If you want more colorful icons, you can create them by executing a script.
For example, if you want icons with Holo blue color, execute this:
./build.sh -t holo_blue -f src/ic_action_add.svg
You can use the following color names for -t
option.
holo_light
(#333333)holo_dark
(#ffffff)holo_blue
(#33b5e5)holo_purple
(#aa66cc)holo_green
(#99cc00)holo_yellow
(#ffbb33)holo_red
(#ff4444)holo_dark_blue
(#0099cc)holo_dark_purple
(#9933cc)holo_dark_green
(#669900)holo_dark_yellow
(#ff8800)holo_dark_red
(#cc0000)mtrl_red
(#e51c23)mtrl_pink
(#e91e63)mtrl_purple
(#9c27b0)mtrl_deep_purple
(#673ab7)mtrl_indigo
(#3f51b5)mtrl_blue
(#5677fc)mtrl_light_blue
(#03a9f4)mtrl_cyan
(#00bcd4)mtrl_teal
(#009688)mtrl_green
(#259b24)mtrl_light_green
(#8bc34a)mtrl_lime
(#cddc39)mtrl_yellow
(#ffeb3b)mtrl_amber
(#ffc107)mtrl_orange
(#ff9800)mtrl_deep_orange
(#ff5722)mtrl_brown
(#795548)mtrl_grey
(#9e9e9e)mtrl_blue_grey
(#607d8b)black
(#000000)white
(#ffffff)
If you want to build all icons with Holo Dark color on your own, then just run:
./build.sh
PNG files will be generated in dist
directory.
See CONTRIBUTING for more details.
You can check how they looks like on Android app by this command:
$ ./gradlew installDebug
- map
- shield
- trash
- bold
- italic
- telephone
- friends
- play
- pause
- other edit
- cut
- copy
- paste
- calendar
- bookmark with star
- keyboard
- other mails
- send
- undo
- redo
- flag
- bookmark
- cloud
- movie
- refresh
- other settings
- other arrows
- other clocks
- back (arrow and x)
- document
- new document
- export
- import
- share
- attach
- sort
Copyright (c) 2014 Soichiro Kashima
Licensed under MIT license.
See the bundled LICENSE file for details.