Stadia Controller icon

Stadia Controller is a Google Material Symbol from the Home category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

stadia_controller_outlined_fill0_wght400.svg

Stadia Controller icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=stadia_controller" />

<span class="material-symbols-outlined">stadia_controller</span>

Stadia Controller icon in React

// With the font from the HTML tab:
export function StadiaControllerIcon() {
  return (
    <span className="material-symbols-outlined">
      stadia_controller
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import StadiaControllerIcon from "@material-symbols/svg-400/outlined/stadia_controller.svg?react";

Stadia Controller icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">stadia_controller</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import StadiaControllerIcon from "@material-symbols/svg-400/outlined/stadia_controller.svg?component"; -->

Stadia Controller icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">stadia_controller</mat-icon>

Stadia Controller icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.stadia_controller, fill: 0, weight: 400)

Stadia Controller icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/stadia_controller.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.725 20q-1.5 0-2.562-1.075T1.05 16.325q0-.225 .025-.45t.075-.45l2.1-8.4q.35-1.35 1.425-2.187t2.45-.838h9.75q1.375 0 2.45 .838t1.425 2.187l2.1 8.4q.05 .225 .088 .463T22.975 16.35q0 1.525-1.087 2.588T19.275 20q-1.05 0-1.95-.55t-1.35-1.5l-.7-1.45q-.125-.25-.375-.375t-.525-.125H9.625q-.275 0-.525 .125t-.375 .375l-.7 1.45q-.45 .95-1.35 1.5t-1.95 .55Zm.067-1.5q.608 0 1.125-.324Q6.433 17.851 6.7 17.3l.7-1.425q.325-.65 .913-1.012T9.625 14.5h4.75q.725 0 1.313 .375t.937 1l.7 1.425q.267 .551 .783 .876Q18.625 18.5 19.232 18.5 20.125 18.5 20.775 17.888t.675-1.513q0-.1-.075-.6l-2.1-8.375q-.2-.825-.86-1.362T16.875 5.5H7.125q-.867 0-1.534 .525T4.725 7.4l-2.1 8.375q-.025 .1-.075 .575 0 .912 .657 1.531Q3.863 18.5 4.792 18.5ZM14.038 10.533q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .538 .212 .32 0 .533-.217Zm2-2q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .537 0 .321 .217 .534 .217 .212 .538 .212 .32 0 .533-.217Zm0 4q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .538 .212 .32 0 .533-.217Zm2-2q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .538 .212 .32 0 .533-.217ZM8.95 12.198q.175-.177 .175-.448v-1.125h1.125q.271 0 .448-.178 .177-.178 .177-.45 0-.272-.177-.447-.177-.175-.448-.175h-1.125v-1.125q0-.271-.178-.448-.178-.177-.45-.177-.272 0-.447 .177-.175 .177-.175 .448v1.125h-1.125q-.271 0-.448 .178-.177 .178-.177 .45 0 .272 .177 .447 .177 .175 .448 .175h1.125v1.125q0 .271 .178 .448 .178 .177 .45 .177 .272 0 .447-.177ZM12 12Z" />
</vector>

Stadia Controller icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/stadia_controller.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/stadia_controller.svg" width="24" height="24" alt="Stadia Controller">

Stadia Controller icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameStadia Controller
Ligaturestadia_controller
Code pointU+F135
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/stadia_controller.svg, stadia_controller-fill.svg
FlutterSymbols.stadia_controller
LicenseApache License 2.0 (© Google LLC)

Keywords

homevideohardwareentertainmentsocialelectronicplayonlinecontrolsgamegadgetsportsgoogle

Related icons