Gamepad 2 Pixel Art Icon
A game controller icon for gaming sections, play mode toggles, controller-input settings, and game launcher UIs.
Tags
gamepad
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gamepad 2 icon
A modern two-handed game controller, the most universal symbol for video gaming. Use it on a 'Games' navigation item, a 'Play' mode button in an interactive app, a controller-pairing screen, or the header of a gaming hub. Its shape is immediately recognized across age groups and platforms. The '2' variant offers a slightly different controller silhouette from the base gamepad icon, giving design systems a second option when visual variety is needed in the same interface.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gamepad-2.svg" width="24" height="24" alt="Gamepad 2" />
<!-- React -->
import { Gamepad2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gamepad-2.svg" width="48" height="48" style="image-rendering: pixelated" />