Gamepad Pixel Art Icon
A game-controller icon for games libraries, gaming sections, controller settings and game modes.
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 Gamepad icon
A game controller with a directional pad and buttons. It is the clear symbol for gaming wherever it appears: a games library or store section, a 'Play' area, controller settings, or a gaming mode. It also works as a playful accent for anything game-like, from gamified onboarding to an arcade-themed feature. It stays recognizable at small sizes, so it suits both navigation and feature tiles.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gamepad.svg" width="24" height="24" alt="Gamepad" />
<!-- React -->
import { Gamepad } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gamepad.svg" width="48" height="48" style="image-rendering: pixelated" />