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

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

More gaming / rpg icons from Material Design Icons

Use the controller off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H7.97L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38c.1-1.03.53-1.95 1.19-2.66zM5 10v1h2v2h1v-1.73L6.73 10zm11.5-4c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25c0 .66-.36 1.25-.9 1.53L7.82 6zm0 2a.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 MdiControllerOff(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="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H7.97L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38c.1-1.03.53-1.95 1.19-2.66zM5 10v1h2v2h1v-1.73L6.73 10zm11.5-4c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25c0 .66-.36 1.25-.9 1.53L7.82 6zm0 2a.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="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H7.97L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38c.1-1.03.53-1.95 1.19-2.66zM5 10v1h2v2h1v-1.73L6.73 10zm11.5-4c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25c0 .66-.36 1.25-.9 1.53L7.82 6zm0 2a.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-off {
  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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-6-6H7.97L5%2019c-.33.3-.77.5-1.25.5A1.75%201.75%200%200%201%202%2017.75v-.25l1-7.38c.1-1.03.53-1.95%201.19-2.66zM5%2010v1h2v2h1v-1.73L6.73%2010zm11.5-4c2.36%200%204.29%201.81%204.5%204.12l1%207.38v.25c0%20.66-.36%201.25-.9%201.53L7.82%206zm0%202a.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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-6-6H7.97L5%2019c-.33.3-.77.5-1.25.5A1.75%201.75%200%200%201%202%2017.75v-.25l1-7.38c.1-1.03.53-1.95%201.19-2.66zM5%2010v1h2v2h1v-1.73L6.73%2010zm11.5-4c2.36%200%204.29%201.81%204.5%204.12l1%207.38v.25c0%20.66-.36%201.25-.9%201.53L7.82%206zm0%202a.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-off.svg?color=%231a73e8&size=48