gamepad low icon
gamepad-low from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- gamepad-low
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the gamepad low 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.4 3.4 0 0 1-3.284-2.279a.75.75 0 1 1 1.43-.449c.12.379.667 1.228 1.854 1.228c.408 0 .763-.096 1.07-.242c.415-.2.707-.561.905-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-.641h-.612c-.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.243c1.187 0 1.734-.85 1.853-1.228a.75.75 0 0 1 1.431.45a3.4 3.4 0 0 1-3.284 2.278a3.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.5 8.25a.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-.75m1.97 9.28a.75.75 0 1 1 1.06-1.06L12 17.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 19l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 20.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 19z" 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 ReiconGamepadLow(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.4 3.4 0 0 1-3.284-2.279a.75.75 0 1 1 1.43-.449c.12.379.667 1.228 1.854 1.228c.408 0 .763-.096 1.07-.242c.415-.2.707-.561.905-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-.641h-.612c-.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.243c1.187 0 1.734-.85 1.853-1.228a.75.75 0 0 1 1.431.45a3.4 3.4 0 0 1-3.284 2.278a3.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.5 8.25a.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-.75m1.97 9.28a.75.75 0 1 1 1.06-1.06L12 17.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 19l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 20.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 19z" 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.4 3.4 0 0 1-3.284-2.279a.75.75 0 1 1 1.43-.449c.12.379.667 1.228 1.854 1.228c.408 0 .763-.096 1.07-.242c.415-.2.707-.561.905-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-.641h-.612c-.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.243c1.187 0 1.734-.85 1.853-1.228a.75.75 0 0 1 1.431.45a3.4 3.4 0 0 1-3.284 2.278a3.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.5 8.25a.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-.75m1.97 9.28a.75.75 0 1 1 1.06-1.06L12 17.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 19l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 20.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 19z" 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-low {
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.4%203.4%200%200%201-3.284-2.279a.75.75%200%201%201%201.43-.449c.12.379.667%201.228%201.854%201.228c.408%200%20.763-.096%201.07-.242c.415-.2.707-.561.905-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-.641h-.612c-.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.243c1.187%200%201.734-.85%201.853-1.228a.75.75%200%200%201%201.431.45a3.4%203.4%200%200%201-3.284%202.278a3.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.5%208.25a.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-.75m1.97%209.28a.75.75%200%201%201%201.06-1.06L12%2017.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2019l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2020.06l-1.47%201.47a.75.75%200%201%201-1.06-1.06L10.94%2019z%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.4%203.4%200%200%201-3.284-2.279a.75.75%200%201%201%201.43-.449c.12.379.667%201.228%201.854%201.228c.408%200%20.763-.096%201.07-.242c.415-.2.707-.561.905-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-.641h-.612c-.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.243c1.187%200%201.734-.85%201.853-1.228a.75.75%200%200%201%201.431.45a3.4%203.4%200%200%201-3.284%202.278a3.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.5%208.25a.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-.75m1.97%209.28a.75.75%200%201%201%201.06-1.06L12%2017.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2019l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2020.06l-1.47%201.47a.75.75%200%201%201-1.06-1.06L10.94%2019z%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-low.svg?color=%231a73e8&size=48