Git Product home page Git Product logo

android-colorfulicons's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.