Appstore Pixel Art Icon
Apple App Store's brand icon for app-download badges, platform links and 'Download on the App Store' CTAs.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Appstore icon
The App Store logo: a tilted pencil, ruler, and paintbrush forming the letter A. It signals iOS and macOS app availability, and belongs on a 'Download on the App Store' badge, a platform comparison table, or a developer landing page. Keep it next to its Google Play counterpart when showing cross-platform availability. Because the mark is Apple's intellectual property, follow Apple's brand guidelines on color and clear space.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/appstore.svg" width="24" height="24" alt="Appstore" />
<!-- React -->
import { Appstore } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="appstore.svg" width="48" height="48" style="image-rendering: pixelated" />