Skip to content

ksoichiro/Android-ColorfulIcons

Repository files navigation

Maven Central

100+ application icons mainly for Android action buttons.

Usage

PNG files are in dist directory.
Just copy them to your project!

Create icons

As mentioned above, this project contains generated icons for Holo Dark color.
But if you want other icons, you can create by yourself.

Create icon with Holo and Material Design color palettes

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
Available colors

You can use the following color names for -t option.

  1. holo_light (#333333)
  2. holo_dark (#ffffff)
  3. holo_blue (#33b5e5)
  4. holo_purple (#aa66cc)
  5. holo_green (#99cc00)
  6. holo_yellow (#ffbb33)
  7. holo_red (#ff4444)
  8. holo_dark_blue (#0099cc)
  9. holo_dark_purple (#9933cc)
  10. holo_dark_green (#669900)
  11. holo_dark_yellow (#ff8800)
  12. holo_dark_red (#cc0000)
  13. mtrl_red (#e51c23)
  14. mtrl_pink (#e91e63)
  15. mtrl_purple (#9c27b0)
  16. mtrl_deep_purple (#673ab7)
  17. mtrl_indigo (#3f51b5)
  18. mtrl_blue (#5677fc)
  19. mtrl_light_blue (#03a9f4)
  20. mtrl_cyan (#00bcd4)
  21. mtrl_teal (#009688)
  22. mtrl_green (#259b24)
  23. mtrl_light_green (#8bc34a)
  24. mtrl_lime (#cddc39)
  25. mtrl_yellow (#ffeb3b)
  26. mtrl_amber (#ffc107)
  27. mtrl_orange (#ff9800)
  28. mtrl_deep_orange (#ff5722)
  29. mtrl_brown (#795548)
  30. mtrl_grey (#9e9e9e)
  31. mtrl_blue_grey (#607d8b)
  32. black (#000000)
  33. white (#ffffff)

Create all Holo Dark icons

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.

Sample Android app

You can check how they looks like on Android app by this command:

$ ./gradlew installDebug

TODO

  • 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

License

Copyright (c) 2014 Soichiro Kashima
Licensed under MIT license.
See the bundled LICENSE file for details.

About

Application icons mainly for Android apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published