gamepad2 icon

gamepad2-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
gamepad2-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the gamepad2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15 3.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 14 6.75h-1a.25.25 0 0 0-.25.25v1h.422c2.54 0 3.809 0 4.785.614q.371.233.683.542c.82.81 1.11 2.047 1.687 4.52l1.023 4.373A2.858 2.858 0 0 1 16 19.957l-.12-.246a3.2 3.2 0 0 0-2.877-1.794h-2.005a3.2 3.2 0 0 0-2.876 1.794l-.12.246a2.858 2.858 0 0 1-5.35-1.908l1.022-4.374c.578-2.472.867-3.708 1.686-4.519a4 4 0 0 1 .684-.542C7.02 8 8.29 8 10.83 8h.422V7c0-.966.783-1.75 1.75-1.75h1a.25.25 0 0 0 .25-.25V4a.75.75 0 0 1 .75-.75M16 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.5-.75a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M17 15.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGamepad2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M15 3.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 14 6.75h-1a.25.25 0 0 0-.25.25v1h.422c2.54 0 3.809 0 4.785.614q.371.233.683.542c.82.81 1.11 2.047 1.687 4.52l1.023 4.373A2.858 2.858 0 0 1 16 19.957l-.12-.246a3.2 3.2 0 0 0-2.877-1.794h-2.005a3.2 3.2 0 0 0-2.876 1.794l-.12.246a2.858 2.858 0 0 1-5.35-1.908l1.022-4.374c.578-2.472.867-3.708 1.686-4.519a4 4 0 0 1 .684-.542C7.02 8 8.29 8 10.83 8h.422V7c0-.966.783-1.75 1.75-1.75h1a.25.25 0 0 0 .25-.25V4a.75.75 0 0 1 .75-.75M16 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.5-.75a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M17 15.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15 3.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 14 6.75h-1a.25.25 0 0 0-.25.25v1h.422c2.54 0 3.809 0 4.785.614q.371.233.683.542c.82.81 1.11 2.047 1.687 4.52l1.023 4.373A2.858 2.858 0 0 1 16 19.957l-.12-.246a3.2 3.2 0 0 0-2.877-1.794h-2.005a3.2 3.2 0 0 0-2.876 1.794l-.12.246a2.858 2.858 0 0 1-5.35-1.908l1.022-4.374c.578-2.472.867-3.708 1.686-4.519a4 4 0 0 1 .684-.542C7.02 8 8.29 8 10.83 8h.422V7c0-.966.783-1.75 1.75-1.75h1a.25.25 0 0 0 .25-.25V4a.75.75 0 0 1 .75-.75M16 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.5-.75a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M17 15.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-gamepad2-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%203.25a.75.75%200%200%201%20.75.75v1A1.75%201.75%200%200%201%2014%206.75h-1a.25.25%200%200%200-.25.25v1h.422c2.54%200%203.809%200%204.785.614q.371.233.683.542c.82.81%201.11%202.047%201.687%204.52l1.023%204.373A2.858%202.858%200%200%201%2016%2019.957l-.12-.246a3.2%203.2%200%200%200-2.877-1.794h-2.005a3.2%203.2%200%200%200-2.876%201.794l-.12.246a2.858%202.858%200%200%201-5.35-1.908l1.022-4.374c.578-2.472.867-3.708%201.686-4.519a4%204%200%200%201%20.684-.542C7.02%208%208.29%208%2010.83%208h.422V7c0-.966.783-1.75%201.75-1.75h1a.25.25%200%200%200%20.25-.25V4a.75.75%200%200%201%20.75-.75M16%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-7.5-.75a.75.75%200%200%201%20.75.75v.75H10a.75.75%200%200%201%200%201.5h-.75V15a.75.75%200%200%201-1.5%200v-.75H7a.75.75%200%200%201%200-1.5h.75V12a.75.75%200%200%201%20.75-.75M17%2015.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%203.25a.75.75%200%200%201%20.75.75v1A1.75%201.75%200%200%201%2014%206.75h-1a.25.25%200%200%200-.25.25v1h.422c2.54%200%203.809%200%204.785.614q.371.233.683.542c.82.81%201.11%202.047%201.687%204.52l1.023%204.373A2.858%202.858%200%200%201%2016%2019.957l-.12-.246a3.2%203.2%200%200%200-2.877-1.794h-2.005a3.2%203.2%200%200%200-2.876%201.794l-.12.246a2.858%202.858%200%200%201-5.35-1.908l1.022-4.374c.578-2.472.867-3.708%201.686-4.519a4%204%200%200%201%20.684-.542C7.02%208%208.29%208%2010.83%208h.422V7c0-.966.783-1.75%201.75-1.75h1a.25.25%200%200%200%20.25-.25V4a.75.75%200%200%201%20.75-.75M16%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-7.5-.75a.75.75%200%200%201%20.75.75v.75H10a.75.75%200%200%201%200%201.5h-.75V15a.75.75%200%200%201-1.5%200v-.75H7a.75.75%200%200%201%200-1.5h.75V12a.75.75%200%200%201%20.75-.75M17%2015.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gamepad2-filled.svg?color=%231a73e8&size=48