<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF6600;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8833;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Game controller body -->
<path d="M 32 10 C 20 10 10 15 10 25 L 8 40 C 8 45 12 48 16 48 C 20 48 22 45 24 40 L 28 32 L 36 32 L 40 40 C 42 45 44 48 48 48 C 52 48 56 45 56 40 L 54 25 C 54 15 44 10 32 10 Z"
fill="url(#grad)" stroke="#333" stroke-width="2"/>
<!-- D-pad -->
<rect x="16" y="20" width="4" height="12" fill="#333" rx="1"/>
<rect x="14" y="22" width="8" height="4" fill="#333" rx="1"/>
<!-- Action buttons -->
<circle cx="44" cy="22" r="3" fill="#333"/>
<circle cx="44" cy="30" r="3" fill="#333"/>
<circle cx="48" cy="26" r="3" fill="#333"/>
<circle cx="40" cy="26" r="3" fill="#333"/>
<!-- Center button -->
<circle cx="32" cy="24" r="2" fill="#333"/>
</svg>
|