device gamepad 2 icon
device-gamepad-2-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- device-gamepad-2-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
device-3d-cameradevice-3d-lensdevice-airpodsdevice-airpods-casedevice-airtagdevice-analyticsdevice-audio-tapedevice-camera-phonedevice-cctvdevice-cctv-offdevice-computer-cameradevice-computer-camera-2device-computer-camera-offdevice-desktopdevice-desktop-analyticsdevice-desktop-boltdevice-desktop-canceldevice-desktop-checkdevice-desktop-codedevice-desktop-cogdevice-desktop-dollardevice-desktop-downdevice-desktop-exclamationdevice-desktop-heart
Use the device gamepad 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1-5.632 2.903l-3.776-3.974l-3.14.001l-3.719 3.916a3.3 3.3 0 0 1-5.629-2.92l1.634-8.173A6 6 0 0 1 8.6 4zM8 7a1 1 0 0 0-1 1v1H6a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2H9V8a1 1 0 0 0-1-1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function TablerDeviceGamepad2Filled(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" d="M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1-5.632 2.903l-3.776-3.974l-3.14.001l-3.719 3.916a3.3 3.3 0 0 1-5.629-2.92l1.634-8.173A6 6 0 0 1 8.6 4zM8 7a1 1 0 0 0-1 1v1H6a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2H9V8a1 1 0 0 0-1-1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1-5.632 2.903l-3.776-3.974l-3.14.001l-3.719 3.916a3.3 3.3 0 0 1-5.629-2.92l1.634-8.173A6 6 0 0 1 8.6 4zM8 7a1 1 0 0 0-1 1v1H6a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2H9V8a1 1 0 0 0-1-1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-device-gamepad-2-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%20d%3D%22M15.5%204a6%206%200%200%201%205.945%205.187l1.532%207.883a3.3%203.3%200%200%201-5.632%202.903l-3.776-3.974l-3.14.001l-3.719%203.916a3.3%203.3%200%200%201-5.629-2.92l1.634-8.173A6%206%200%200%201%208.6%204zM8%207a1%201%200%200%200-1%201v1H6a1%201%200%201%200%200%202h1v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%200-2H9V8a1%201%200%200%200-1-1m10%202h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%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%20d%3D%22M15.5%204a6%206%200%200%201%205.945%205.187l1.532%207.883a3.3%203.3%200%200%201-5.632%202.903l-3.776-3.974l-3.14.001l-3.719%203.916a3.3%203.3%200%200%201-5.629-2.92l1.634-8.173A6%206%200%200%201%208.6%204zM8%207a1%201%200%200%200-1%201v1H6a1%201%200%201%200%200%202h1v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%200-2H9V8a1%201%200%200%200-1-1m10%202h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/device-gamepad-2-filled.svg?color=%231a73e8&size=48