controller from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
controller
Set
Material Design Icons
Style
Filled
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0
Aliases
google-controller, google-gamepad

The same icon in other sets

More gaming / rpg icons from Material Design Icons

Use the controller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.97 16L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38A4.524 4.524 0 0 1 7.5 6h9c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25a1.75 1.75 0 0 1-1.75 1.75c-.48 0-.92-.2-1.25-.5l-2.97-3zM7 8v2H5v1h2v2h1v-2h2v-1H8V8zm9.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function MdiController(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="M7.97 16L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38A4.524 4.524 0 0 1 7.5 6h9c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25a1.75 1.75 0 0 1-1.75 1.75c-.48 0-.92-.2-1.25-.5l-2.97-3zM7 8v2H5v1h2v2h1v-2h2v-1H8V8zm9.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.97 16L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38A4.524 4.524 0 0 1 7.5 6h9c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25a1.75 1.75 0 0 1-1.75 1.75c-.48 0-.92-.2-1.25-.5l-2.97-3zM7 8v2H5v1h2v2h1v-2h2v-1H8V8zm9.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75"/></svg>
</template>

CSS

.icon-controller {
  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%22M7.97%2016L5%2019c-.33.3-.77.5-1.25.5A1.75%201.75%200%200%201%202%2017.75v-.25l1-7.38A4.524%204.524%200%200%201%207.5%206h9c2.36%200%204.29%201.81%204.5%204.12l1%207.38v.25a1.75%201.75%200%200%201-1.75%201.75c-.48%200-.92-.2-1.25-.5l-2.97-3zM7%208v2H5v1h2v2h1v-2h2v-1H8V8zm9.5%200a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75m-1.75%201.75a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75m3.5%200a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75M16.5%2011.5a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75%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%22M7.97%2016L5%2019c-.33.3-.77.5-1.25.5A1.75%201.75%200%200%201%202%2017.75v-.25l1-7.38A4.524%204.524%200%200%201%207.5%206h9c2.36%200%204.29%201.81%204.5%204.12l1%207.38v.25a1.75%201.75%200%200%201-1.75%201.75c-.48%200-.92-.2-1.25-.5l-2.97-3zM7%208v2H5v1h2v2h1v-2h2v-1H8V8zm9.5%200a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75m-1.75%201.75a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75m3.5%200a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75M16.5%2011.5a.75.75%200%200%200-.75.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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