gamepad icon
gamepad from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- gamepad
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
gamepadFont Awesome 6 SolidgamepadFont Awesome SolidgamepadHuge IconsgamepadIconParkgamepadIconPark OutlinegamepadIconPark SolidgamepadIconPark TwoTonegamepadIconoirgamepadLine AwesomegamepadLucidegamepadMaterial SymbolsgamepadMaterial Symbols LightgamepadMaterial Design IconsgamepadPixelarticonsgamepad-fillRemix Icongamepad-boldSolargamepadTDesign Icons
Related icons in Jam Icons
Use the gamepad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -4 24 24"><path fill="currentColor" d="M7 5h1a1 1 0 1 1 0 2H7v1a1 1 0 1 1-2 0V7H4a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0zm2.318-4h5.364A6 6 0 0 1 24 6c0 3.314-2.686 10-6 10c-1.976 0-3.729-2.378-4.822-5h-2.356C9.73 13.622 7.976 16 6 16C2.686 16 0 9.314 0 6a6 6 0 0 1 9.318-5m5.968 2H8.714l-.504-.335A4 4 0 0 0 2 6c0 3.117 2.542 8 4 8c.722 0 2.004-1.438 2.976-3.77L9.49 9h5.022l.513 1.23C15.996 12.562 17.278 14 18 14c1.458 0 4-4.883 4-8a4 4 0 0 0-6.21-3.335zM18 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function JamGamepad(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -4 24 24"><path fill="currentColor" d="M7 5h1a1 1 0 1 1 0 2H7v1a1 1 0 1 1-2 0V7H4a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0zm2.318-4h5.364A6 6 0 0 1 24 6c0 3.314-2.686 10-6 10c-1.976 0-3.729-2.378-4.822-5h-2.356C9.73 13.622 7.976 16 6 16C2.686 16 0 9.314 0 6a6 6 0 0 1 9.318-5m5.968 2H8.714l-.504-.335A4 4 0 0 0 2 6c0 3.117 2.542 8 4 8c.722 0 2.004-1.438 2.976-3.77L9.49 9h5.022l.513 1.23C15.996 12.562 17.278 14 18 14c1.458 0 4-4.883 4-8a4 4 0 0 0-6.21-3.335zM18 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -4 24 24"><path fill="currentColor" d="M7 5h1a1 1 0 1 1 0 2H7v1a1 1 0 1 1-2 0V7H4a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0zm2.318-4h5.364A6 6 0 0 1 24 6c0 3.314-2.686 10-6 10c-1.976 0-3.729-2.378-4.822-5h-2.356C9.73 13.622 7.976 16 6 16C2.686 16 0 9.314 0 6a6 6 0 0 1 9.318-5m5.968 2H8.714l-.504-.335A4 4 0 0 0 2 6c0 3.117 2.542 8 4 8c.722 0 2.004-1.438 2.976-3.77L9.49 9h5.022l.513 1.23C15.996 12.562 17.278 14 18 14c1.458 0 4-4.883 4-8a4 4 0 0 0-6.21-3.335zM18 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-2 2a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-gamepad {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205h1a1%201%200%201%201%200%202H7v1a1%201%200%201%201-2%200V7H4a1%201%200%201%201%200-2h1V4a1%201%200%201%201%202%200zm2.318-4h5.364A6%206%200%200%201%2024%206c0%203.314-2.686%2010-6%2010c-1.976%200-3.729-2.378-4.822-5h-2.356C9.73%2013.622%207.976%2016%206%2016C2.686%2016%200%209.314%200%206a6%206%200%200%201%209.318-5m5.968%202H8.714l-.504-.335A4%204%200%200%200%202%206c0%203.117%202.542%208%204%208c.722%200%202.004-1.438%202.976-3.77L9.49%209h5.022l.513%201.23C15.996%2012.562%2017.278%2014%2018%2014c1.458%200%204-4.883%204-8a4%204%200%200%200-6.21-3.335zM18%205a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-2%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-2%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205h1a1%201%200%201%201%200%202H7v1a1%201%200%201%201-2%200V7H4a1%201%200%201%201%200-2h1V4a1%201%200%201%201%202%200zm2.318-4h5.364A6%206%200%200%201%2024%206c0%203.314-2.686%2010-6%2010c-1.976%200-3.729-2.378-4.822-5h-2.356C9.73%2013.622%207.976%2016%206%2016C2.686%2016%200%209.314%200%206a6%206%200%200%201%209.318-5m5.968%202H8.714l-.504-.335A4%204%200%200%200%202%206c0%203.117%202.542%208%204%208c.722%200%202.004-1.438%202.976-3.77L9.49%209h5.022l.513%201.23C15.996%2012.562%2017.278%2014%2018%2014c1.458%200%204-4.883%204-8a4%204%200%200%200-6.21-3.335zM18%205a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-2%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-2%202a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/gamepad.svg?color=%231a73e8&size=48