Pixelarticons

App Mac Pixel Art Icon

A macOS-style app icon for Mac application launchers, desktop app badges, and platform-specific download prompts.

devices Free 4 variants

Tags

appmac

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp 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 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" />

Related icons