Cast Pixel Art Icon
A cast icon for screen-mirroring controls, Chromecast buttons, AirPlay triggers, and wireless display connections.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cast icon
A screen shape with wireless signal arcs in one corner, the universally recognized symbol for casting media to another display. Use it as the button that opens a device picker for Chromecast or AirPlay, or to indicate that a session is currently being cast. It is most at home in video players and smart-TV companion apps. When you need to add a new cast source rather than initiate casting, cast-plus is the appropriate extension.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cast.svg" width="24" height="24" alt="Cast" />
<!-- React -->
import { Cast } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cast.svg" width="48" height="48" style="image-rendering: pixelated" />