Pixelarticons

Command Pixel Art Icon

A command key icon for keyboard shortcut labels, Mac-specific hotkey hints, and developer tool shortcut references.

devices Pro 1 variant

Style variants

base

Outline ยท rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Command icon

The looped square symbol from the Mac keyboard's Command key. Use it to label keyboard shortcuts in a tooltip ('Cmd + S to save'), a shortcut reference table in a developer tool, or a keyboard-shortcut legend in a documentation page. Mac users recognize it instantly; for cross-platform audiences, pair it with a text label. For Windows-style modifier key references, a generic keyboard icon or a Ctrl label in text works better, as the Command symbol is distinctly macOS.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/command.svg" width="24" height="24" alt="Command" />

<!-- React -->
import { Command } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="command.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons