Back to Explorer
16 - 512
0.5 - 4.0
Save to
hardwareoutline
md gamepad
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdGamepadIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5l-3 3V22h6v-5.5l-3-3z"/>
</svg>
);SVG Optimizer
Before
0.43 KB
↓
After
0.43 KB
Tags
accessoryactionactivitybuttonscirclesconsolecontrolcontrollerd-paddevicedigitaldirectionelectronicentertainmentfungamegamepadgaminghardwareinputinterfacejoystickleisuremenunavigationplayplaystationrectangleselectiontechnologyvideovideo games
Compare Alternatives
See how other libraries approach this concept.