gamepad icon
gamepad from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- gamepad
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All gamepad icons →gamepadFont Awesome 6 SolidgamepadFont Awesome SolidgamepadHuge IconsgamepadIconParkgamepadIconPark OutlinegamepadIconPark SolidgamepadIconPark TwoTonegamepadIconoirgamepadJam IconsgamepadLine AwesomegamepadLucidegamepadMaterial SymbolsgamepadMaterial Symbols LightgamepadMaterial Design IconsgamepadPixelarticonsgamepad-fillRemix Icongamepad-boldSolargamepadTDesign Icons
More devices icons from Reicon
Use the gamepad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.658 3.454c.506-.18 1.02-.204 1.445-.204h.612c1.033 0 2.04.32 2.883.917l.502.355a1.56 1.56 0 0 0 1.8 0l.502-.355a5 5 0 0 1 2.883-.917h.612c.426 0 .94.024 1.445.204c1.443.512 2.584 1.688 3.336 3.591c.744 1.884 1.126 4.52 1.066 8.07c-.013.75-.106 1.59-.395 2.346c-.291.767-.802 1.49-1.66 1.9a3.95 3.95 0 0 1-1.716.389a3.5 3.5 0 0 1-1.942-.56c-.472-.31-.885-.71-1.238-1.052l-.127-.122c-.404-.39-.745-.693-1.123-.89A3.36 3.36 0 0 0 13 16.75h-2a3.36 3.36 0 0 0-1.544.377c-.378.196-.719.5-1.123.89l-.127.122c-.353.341-.766.742-1.238 1.052a3.5 3.5 0 0 1-1.942.559a3.95 3.95 0 0 1-1.716-.39c-.859-.41-1.369-1.132-1.66-1.899c-.289-.756-.382-1.596-.395-2.346c-.06-3.55.322-6.186 1.066-8.07c.752-1.903 1.893-3.08 3.336-3.591M7.103 4.75c-.384 0-.687.027-.943.117c-.94.334-1.809 1.125-2.443 2.73c-.641 1.623-1.02 4.036-.961 7.493c.011.662.095 1.308.296 1.837c.198.52.49.882.906 1.08a2.44 2.44 0 0 0 1.069.243c.485 0 .848-.136 1.12-.314c.345-.227.653-.523 1.022-.88l.124-.12c.401-.386.88-.834 1.473-1.14a4.86 4.86 0 0 1 2.235-.546H13c.778 0 1.544.187 2.235.545c.592.307 1.072.755 1.473 1.14l.124.12c.37.358.677.654 1.023.88c.271.179.634.315 1.12.315c.407 0 .762-.096 1.068-.242c.416-.2.708-.561.906-1.08c.201-.53.285-1.176.296-1.838c.058-3.457-.32-5.87-.961-7.494c-.634-1.604-1.503-2.395-2.443-2.729c-.256-.09-.56-.117-.943-.117h-.612c-.722 0-1.427.224-2.017.641l-.502.356a3.06 3.06 0 0 1-3.532 0l-.502-.356a3.5 3.5 0 0 0-2.017-.641zm.397 3.5a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M19 10.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0 3a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGamepad(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5.658 3.454c.506-.18 1.02-.204 1.445-.204h.612c1.033 0 2.04.32 2.883.917l.502.355a1.56 1.56 0 0 0 1.8 0l.502-.355a5 5 0 0 1 2.883-.917h.612c.426 0 .94.024 1.445.204c1.443.512 2.584 1.688 3.336 3.591c.744 1.884 1.126 4.52 1.066 8.07c-.013.75-.106 1.59-.395 2.346c-.291.767-.802 1.49-1.66 1.9a3.95 3.95 0 0 1-1.716.389a3.5 3.5 0 0 1-1.942-.56c-.472-.31-.885-.71-1.238-1.052l-.127-.122c-.404-.39-.745-.693-1.123-.89A3.36 3.36 0 0 0 13 16.75h-2a3.36 3.36 0 0 0-1.544.377c-.378.196-.719.5-1.123.89l-.127.122c-.353.341-.766.742-1.238 1.052a3.5 3.5 0 0 1-1.942.559a3.95 3.95 0 0 1-1.716-.39c-.859-.41-1.369-1.132-1.66-1.899c-.289-.756-.382-1.596-.395-2.346c-.06-3.55.322-6.186 1.066-8.07c.752-1.903 1.893-3.08 3.336-3.591M7.103 4.75c-.384 0-.687.027-.943.117c-.94.334-1.809 1.125-2.443 2.73c-.641 1.623-1.02 4.036-.961 7.493c.011.662.095 1.308.296 1.837c.198.52.49.882.906 1.08a2.44 2.44 0 0 0 1.069.243c.485 0 .848-.136 1.12-.314c.345-.227.653-.523 1.022-.88l.124-.12c.401-.386.88-.834 1.473-1.14a4.86 4.86 0 0 1 2.235-.546H13c.778 0 1.544.187 2.235.545c.592.307 1.072.755 1.473 1.14l.124.12c.37.358.677.654 1.023.88c.271.179.634.315 1.12.315c.407 0 .762-.096 1.068-.242c.416-.2.708-.561.906-1.08c.201-.53.285-1.176.296-1.838c.058-3.457-.32-5.87-.961-7.494c-.634-1.604-1.503-2.395-2.443-2.729c-.256-.09-.56-.117-.943-.117h-.612c-.722 0-1.427.224-2.017.641l-.502.356a3.06 3.06 0 0 1-3.532 0l-.502-.356a3.5 3.5 0 0 0-2.017-.641zm.397 3.5a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M19 10.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0 3a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.658 3.454c.506-.18 1.02-.204 1.445-.204h.612c1.033 0 2.04.32 2.883.917l.502.355a1.56 1.56 0 0 0 1.8 0l.502-.355a5 5 0 0 1 2.883-.917h.612c.426 0 .94.024 1.445.204c1.443.512 2.584 1.688 3.336 3.591c.744 1.884 1.126 4.52 1.066 8.07c-.013.75-.106 1.59-.395 2.346c-.291.767-.802 1.49-1.66 1.9a3.95 3.95 0 0 1-1.716.389a3.5 3.5 0 0 1-1.942-.56c-.472-.31-.885-.71-1.238-1.052l-.127-.122c-.404-.39-.745-.693-1.123-.89A3.36 3.36 0 0 0 13 16.75h-2a3.36 3.36 0 0 0-1.544.377c-.378.196-.719.5-1.123.89l-.127.122c-.353.341-.766.742-1.238 1.052a3.5 3.5 0 0 1-1.942.559a3.95 3.95 0 0 1-1.716-.39c-.859-.41-1.369-1.132-1.66-1.899c-.289-.756-.382-1.596-.395-2.346c-.06-3.55.322-6.186 1.066-8.07c.752-1.903 1.893-3.08 3.336-3.591M7.103 4.75c-.384 0-.687.027-.943.117c-.94.334-1.809 1.125-2.443 2.73c-.641 1.623-1.02 4.036-.961 7.493c.011.662.095 1.308.296 1.837c.198.52.49.882.906 1.08a2.44 2.44 0 0 0 1.069.243c.485 0 .848-.136 1.12-.314c.345-.227.653-.523 1.022-.88l.124-.12c.401-.386.88-.834 1.473-1.14a4.86 4.86 0 0 1 2.235-.546H13c.778 0 1.544.187 2.235.545c.592.307 1.072.755 1.473 1.14l.124.12c.37.358.677.654 1.023.88c.271.179.634.315 1.12.315c.407 0 .762-.096 1.068-.242c.416-.2.708-.561.906-1.08c.201-.53.285-1.176.296-1.838c.058-3.457-.32-5.87-.961-7.494c-.634-1.604-1.503-2.395-2.443-2.729c-.256-.09-.56-.117-.943-.117h-.612c-.722 0-1.427.224-2.017.641l-.502.356a3.06 3.06 0 0 1-3.532 0l-.502-.356a3.5 3.5 0 0 0-2.017-.641zm.397 3.5a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M19 10.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0 3a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></g></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%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.658%203.454c.506-.18%201.02-.204%201.445-.204h.612c1.033%200%202.04.32%202.883.917l.502.355a1.56%201.56%200%200%200%201.8%200l.502-.355a5%205%200%200%201%202.883-.917h.612c.426%200%20.94.024%201.445.204c1.443.512%202.584%201.688%203.336%203.591c.744%201.884%201.126%204.52%201.066%208.07c-.013.75-.106%201.59-.395%202.346c-.291.767-.802%201.49-1.66%201.9a3.95%203.95%200%200%201-1.716.389a3.5%203.5%200%200%201-1.942-.56c-.472-.31-.885-.71-1.238-1.052l-.127-.122c-.404-.39-.745-.693-1.123-.89A3.36%203.36%200%200%200%2013%2016.75h-2a3.36%203.36%200%200%200-1.544.377c-.378.196-.719.5-1.123.89l-.127.122c-.353.341-.766.742-1.238%201.052a3.5%203.5%200%200%201-1.942.559a3.95%203.95%200%200%201-1.716-.39c-.859-.41-1.369-1.132-1.66-1.899c-.289-.756-.382-1.596-.395-2.346c-.06-3.55.322-6.186%201.066-8.07c.752-1.903%201.893-3.08%203.336-3.591M7.103%204.75c-.384%200-.687.027-.943.117c-.94.334-1.809%201.125-2.443%202.73c-.641%201.623-1.02%204.036-.961%207.493c.011.662.095%201.308.296%201.837c.198.52.49.882.906%201.08a2.44%202.44%200%200%200%201.069.243c.485%200%20.848-.136%201.12-.314c.345-.227.653-.523%201.022-.88l.124-.12c.401-.386.88-.834%201.473-1.14a4.86%204.86%200%200%201%202.235-.546H13c.778%200%201.544.187%202.235.545c.592.307%201.072.755%201.473%201.14l.124.12c.37.358.677.654%201.023.88c.271.179.634.315%201.12.315c.407%200%20.762-.096%201.068-.242c.416-.2.708-.561.906-1.08c.201-.53.285-1.176.296-1.838c.058-3.457-.32-5.87-.961-7.494c-.634-1.604-1.503-2.395-2.443-2.729c-.256-.09-.56-.117-.943-.117h-.612c-.722%200-1.427.224-2.017.641l-.502.356a3.06%203.06%200%200%201-3.532%200l-.502-.356a3.5%203.5%200%200%200-2.017-.641zm.397%203.5a.75.75%200%200%201%20.75.75v.75H9a.75.75%200%200%201%200%201.5h-.75V12a.75.75%200%200%201-1.5%200v-.75H6a.75.75%200%200%201%200-1.5h.75V9a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2010.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-3%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M16.75%208a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m0%203a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fg%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%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.658%203.454c.506-.18%201.02-.204%201.445-.204h.612c1.033%200%202.04.32%202.883.917l.502.355a1.56%201.56%200%200%200%201.8%200l.502-.355a5%205%200%200%201%202.883-.917h.612c.426%200%20.94.024%201.445.204c1.443.512%202.584%201.688%203.336%203.591c.744%201.884%201.126%204.52%201.066%208.07c-.013.75-.106%201.59-.395%202.346c-.291.767-.802%201.49-1.66%201.9a3.95%203.95%200%200%201-1.716.389a3.5%203.5%200%200%201-1.942-.56c-.472-.31-.885-.71-1.238-1.052l-.127-.122c-.404-.39-.745-.693-1.123-.89A3.36%203.36%200%200%200%2013%2016.75h-2a3.36%203.36%200%200%200-1.544.377c-.378.196-.719.5-1.123.89l-.127.122c-.353.341-.766.742-1.238%201.052a3.5%203.5%200%200%201-1.942.559a3.95%203.95%200%200%201-1.716-.39c-.859-.41-1.369-1.132-1.66-1.899c-.289-.756-.382-1.596-.395-2.346c-.06-3.55.322-6.186%201.066-8.07c.752-1.903%201.893-3.08%203.336-3.591M7.103%204.75c-.384%200-.687.027-.943.117c-.94.334-1.809%201.125-2.443%202.73c-.641%201.623-1.02%204.036-.961%207.493c.011.662.095%201.308.296%201.837c.198.52.49.882.906%201.08a2.44%202.44%200%200%200%201.069.243c.485%200%20.848-.136%201.12-.314c.345-.227.653-.523%201.022-.88l.124-.12c.401-.386.88-.834%201.473-1.14a4.86%204.86%200%200%201%202.235-.546H13c.778%200%201.544.187%202.235.545c.592.307%201.072.755%201.473%201.14l.124.12c.37.358.677.654%201.023.88c.271.179.634.315%201.12.315c.407%200%20.762-.096%201.068-.242c.416-.2.708-.561.906-1.08c.201-.53.285-1.176.296-1.838c.058-3.457-.32-5.87-.961-7.494c-.634-1.604-1.503-2.395-2.443-2.729c-.256-.09-.56-.117-.943-.117h-.612c-.722%200-1.427.224-2.017.641l-.502.356a3.06%203.06%200%200%201-3.532%200l-.502-.356a3.5%203.5%200%200%200-2.017-.641zm.397%203.5a.75.75%200%200%201%20.75.75v.75H9a.75.75%200%200%201%200%201.5h-.75V12a.75.75%200%200%201-1.5%200v-.75H6a.75.75%200%200%201%200-1.5h.75V9a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%2010.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-3%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M16.75%208a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m0%203a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gamepad.svg?color=%231a73e8&size=48