Airplay Pixel Art Icon
An AirPlay icon for wirelessly streaming media to a TV, speaker, or external display from Apple devices.
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 Airplay icon
A screen with a triangle beneath it, Apple's established symbol for wireless media streaming to external displays and speakers. Use it on a 'Cast to TV' button in a video player, an 'AirPlay audio' option in a music app, or a screen-mirroring control in a presentation tool. Its design is tied to Apple's ecosystem, so non-Apple platform users may not recognize it immediately. For a platform-agnostic casting concept, a generic cast or screen-share icon reaches a broader audience.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/airplay.svg" width="24" height="24" alt="Airplay" />
<!-- React -->
import { Airplay } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="airplay.svg" width="48" height="48" style="image-rendering: pixelated" />