Twitch Pixel Art Icon
Twitch's brand icon for 'Watch live on Twitch' links, streaming-platform CTAs and gaming community pages.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Twitch icon
The Twitch speech-bubble-with-notch logo, the dominant live-streaming platform for gaming, esports, and creative content. Use it on a 'Live on Twitch' badge, a creator's streaming-links section, or a gaming event page promoting a broadcast. Purple is Twitch's brand color and reinforces recognition in color contexts. When a creator streams on both Twitch and Kick or YouTube, display all platform icons in a consistent row with labels so audiences can find their preferred destination.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/twitch.svg" width="24" height="24" alt="Twitch" />
<!-- React -->
import { Twitch } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="twitch.svg" width="48" height="48" style="image-rendering: pixelated" />