Pixelarticons

Android Pixel Art Icon

The Android brand icon for mobile OS indicators, Google Play badges, device compatibility labels, and cross-platform app docs.

brands Pro 2 variants

Style variants

base

Outline · rounded corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Android icon

The Android robot logo, representing Google's mobile operating system. Use it on platform-compatibility indicators (iOS and Android toggles), Google Play Store links, app-download pages that differentiate by OS, and developer documentation that targets Android-specific APIs. Pair it with the Apple icon for clear cross-platform labeling. For generic mobile actions unrelated to the OS, a smartphone icon avoids implying a specific platform.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/android.svg" width="24" height="24" alt="Android" />

<!-- React -->
import { Android } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="android.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons