App Mac Plus Pixel Art Icon
A macOS app icon with a plus for installing new Mac apps, adding app shortcuts, and 'Get app' prompts on Apple platforms.
Tags
appmacplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Mac Plus icon
A Mac-style rounded app icon overlaid with a plus sign, clearly indicating the action of adding or installing a new application on macOS. Use it on an 'Install app' button, a 'Get' button in a Mac app catalog, or an onboarding step that prompts users to install a companion app. It pairs with app-mac-minus to form a symmetrical install-and-remove pairing. For cross-platform installs that are not Mac-specific, a plain download or install icon avoids platform bias.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-mac-plus.svg" width="24" height="24" alt="App Mac Plus" />
<!-- React -->
import { AppMacPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-mac-plus.svg" width="48" height="48" style="image-rendering: pixelated" />