gamepad-variant-outline from Material Design Icons by Pictogrammers · Outline · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
gamepad-variant-outline
Set
Material Design Icons
Style
Outline
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0
Aliases
controller-variant-outline

1 other variant in Material Design Icons

More gaming / rpg icons from Material Design Icons

Use the gamepad variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9h2v2h2v2H8v2H6v-2H4v-2h2zm12.5 0a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9m-3 3a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5M17 5a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.96 0-3.73-.8-5-2.1A6.96 6.96 0 0 1 7 19a7 7 0 0 1-7-7a7 7 0 0 1 7-7zM7 7a5 5 0 0 0-5 5a5 5 0 0 0 5 5c1.64 0 3.09-.79 4-2h2c.91 1.21 2.36 2 4 2a5 5 0 0 0 5-5a5 5 0 0 0-5-5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiGamepadVariantOutline(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="M6 9h2v2h2v2H8v2H6v-2H4v-2h2zm12.5 0a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9m-3 3a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5M17 5a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.96 0-3.73-.8-5-2.1A6.96 6.96 0 0 1 7 19a7 7 0 0 1-7-7a7 7 0 0 1 7-7zM7 7a5 5 0 0 0-5 5a5 5 0 0 0 5 5c1.64 0 3.09-.79 4-2h2c.91 1.21 2.36 2 4 2a5 5 0 0 0 5-5a5 5 0 0 0-5-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9h2v2h2v2H8v2H6v-2H4v-2h2zm12.5 0a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9m-3 3a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5M17 5a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.96 0-3.73-.8-5-2.1A6.96 6.96 0 0 1 7 19a7 7 0 0 1-7-7a7 7 0 0 1 7-7zM7 7a5 5 0 0 0-5 5a5 5 0 0 0 5 5c1.64 0 3.09-.79 4-2h2c.91 1.21 2.36 2 4 2a5 5 0 0 0 5-5a5 5 0 0 0-5-5z"/></svg>
</template>

CSS

.icon-gamepad-variant-outline {
  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%22M6%209h2v2h2v2H8v2H6v-2H4v-2h2zm12.5%200a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2018.5%209m-3%203a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5M17%205a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.96%200-3.73-.8-5-2.1A6.96%206.96%200%200%201%207%2019a7%207%200%200%201-7-7a7%207%200%200%201%207-7zM7%207a5%205%200%200%200-5%205a5%205%200%200%200%205%205c1.64%200%203.09-.79%204-2h2c.91%201.21%202.36%202%204%202a5%205%200%200%200%205-5a5%205%200%200%200-5-5z%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%22M6%209h2v2h2v2H8v2H6v-2H4v-2h2zm12.5%200a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2018.5%209m-3%203a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5M17%205a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.96%200-3.73-.8-5-2.1A6.96%206.96%200%200%201%207%2019a7%207%200%200%201-7-7a7%207%200%200%201%207-7zM7%207a5%205%200%200%200-5%205a5%205%200%200%200%205%205c1.64%200%203.09-.79%204-2h2c.91%201.21%202.36%202%204%202a5%205%200%200%200%205-5a5%205%200%200%200-5-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/gamepad-variant-outline.svg?color=%231a73e8&size=48