App Mac Pixel Art Icon
A macOS-style app icon for Mac application launchers, desktop app badges, and platform-specific download prompts.
Tags
appmac
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Mac icon
A rounded-square icon shape that evokes the macOS app aesthetic, useful for representing a Mac desktop application generically. Place it in a platform download section ('Download for Mac'), an app library listing, or a device compatibility indicator. It signals macOS without needing text, making it efficient in space-constrained layouts. When you need to show the application status (installed, removed, or pending), the app-mac-check, app-mac-x, and related variants add that layer of meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-mac.svg" width="24" height="24" alt="App Mac" />
<!-- React -->
import { AppMac } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-mac.svg" width="48" height="48" style="image-rendering: pixelated" />