controller classic icon

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

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

1 other variant in Material Design Icons

More gaming / rpg icons from Material Design Icons

Use the controller classic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7h12a5 5 0 0 1 5 5a5 5 0 0 1-5 5c-1.64 0-3.09-.79-4-2h-4c-.91 1.21-2.36 2-4 2a5 5 0 0 1-5-5a5 5 0 0 1 5-5m13.75 2.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 19.75 12A1.25 1.25 0 0 0 21 10.75a1.25 1.25 0 0 0-1.25-1.25m-2.5 2.5A1.25 1.25 0 0 0 16 13.25a1.25 1.25 0 0 0 1.25 1.25a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 17.25 12M5 9v2H3v2h2v2h2v-2h2v-2H7V9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiControllerClassic(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 7h12a5 5 0 0 1 5 5a5 5 0 0 1-5 5c-1.64 0-3.09-.79-4-2h-4c-.91 1.21-2.36 2-4 2a5 5 0 0 1-5-5a5 5 0 0 1 5-5m13.75 2.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 19.75 12A1.25 1.25 0 0 0 21 10.75a1.25 1.25 0 0 0-1.25-1.25m-2.5 2.5A1.25 1.25 0 0 0 16 13.25a1.25 1.25 0 0 0 1.25 1.25a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 17.25 12M5 9v2H3v2h2v2h2v-2h2v-2H7V9z"/></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 7h12a5 5 0 0 1 5 5a5 5 0 0 1-5 5c-1.64 0-3.09-.79-4-2h-4c-.91 1.21-2.36 2-4 2a5 5 0 0 1-5-5a5 5 0 0 1 5-5m13.75 2.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 19.75 12A1.25 1.25 0 0 0 21 10.75a1.25 1.25 0 0 0-1.25-1.25m-2.5 2.5A1.25 1.25 0 0 0 16 13.25a1.25 1.25 0 0 0 1.25 1.25a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 17.25 12M5 9v2H3v2h2v2h2v-2h2v-2H7V9z"/></svg>
</template>

CSS

.icon-controller-classic {
  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%207h12a5%205%200%200%201%205%205a5%205%200%200%201-5%205c-1.64%200-3.09-.79-4-2h-4c-.91%201.21-2.36%202-4%202a5%205%200%200%201-5-5a5%205%200%200%201%205-5m13.75%202.5a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%2019.75%2012A1.25%201.25%200%200%200%2021%2010.75a1.25%201.25%200%200%200-1.25-1.25m-2.5%202.5A1.25%201.25%200%200%200%2016%2013.25a1.25%201.25%200%200%200%201.25%201.25a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%2017.25%2012M5%209v2H3v2h2v2h2v-2h2v-2H7V9z%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%207h12a5%205%200%200%201%205%205a5%205%200%200%201-5%205c-1.64%200-3.09-.79-4-2h-4c-.91%201.21-2.36%202-4%202a5%205%200%200%201-5-5a5%205%200%200%201%205-5m13.75%202.5a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%2019.75%2012A1.25%201.25%200%200%200%2021%2010.75a1.25%201.25%200%200%200-1.25-1.25m-2.5%202.5A1.25%201.25%200%200%200%2016%2013.25a1.25%201.25%200%200%200%201.25%201.25a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%2017.25%2012M5%209v2H3v2h2v2h2v-2h2v-2H7V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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