Google Play Pixel Art Icon
Google Play's brand icon for Android app-download badges, 'Get it on Google Play' buttons and platform availability listings.
Tags
googlestartmediarun
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Google Play icon
The Google Play triangle-based logo, the gateway to Android apps, games, and digital content. Use it alongside the App Store badge to show cross-platform availability, or as a standalone 'Get it on Google Play' button on an Android app landing page. The play-arrow shape also carries a subtle media-playback meaning, but in a mobile context audiences consistently read it as the Play Store. Label it clearly when mixing it with a generic play button.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/google-play.svg" width="24" height="24" alt="Google Play" />
<!-- React -->
import { GooglePlay } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="google-play.svg" width="48" height="48" style="image-rendering: pixelated" />