android native send button icon

android, icons

Solution

Color depends on theme you use so if you need white icon holo_dark is your theme. Alternatively you may download entire icon pack from Android website

http://developer.android.com/downloads/design/Android_Design_Icons_20120814.zip

White version is in Android_Design_Icons_20120711/All_Icons/holo_dark/hdpi/6_social_send_now.png

Problem

May I know where I could find Android native send button icon? Like the one used in hangout/message. I found one in android.R.drawble.ic_menu_send but the color is different. Many thanks in advance.

Original source