Apple Pixel Art Icon
The Apple brand icon for macOS and iOS app downloads, platform compatibility labels, and Apple service integration badges.
Tags
macios
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Apple icon
The Apple logo mark, representing Apple's ecosystem of devices and services. Use it on app-download pages to link to the App Store, on platform-compatibility toggles that distinguish iOS from Android, and in developer documentation that targets Apple platforms. Pair it with the Android icon for comprehensive cross-platform labeling. For generic smartphone or desktop app actions unrelated to Apple specifically, a device icon avoids implying a particular ecosystem.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/apple.svg" width="24" height="24" alt="Apple" />
<!-- React -->
import { Apple } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="apple.svg" width="48" height="48" style="image-rendering: pixelated" />