handheld controller icon

handheld-controller from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
handheld-controller
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
handheld-controller-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the handheld controller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.256 17.192q-1.56 0-2.658-1.098t-1.079-2.652q-2.269.006-3.894-1.487T2 8.25q0-.587.418-1.005t1.005-.418h4.289V5H5.616V4h5.173v1H8.712v1.827h3.405q.323 0 .616.12t.515.34l7.894 7.798q.858.855.858 2.037t-.858 2.04t-2.053.857t-2.062-.857l-1.989-1.97zm-.025-3.75H8.514q-.02 1.152.78 1.951t1.956.8h2.789z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHandheldController(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="M11.256 17.192q-1.56 0-2.658-1.098t-1.079-2.652q-2.269.006-3.894-1.487T2 8.25q0-.587.418-1.005t1.005-.418h4.289V5H5.616V4h5.173v1H8.712v1.827h3.405q.323 0 .616.12t.515.34l7.894 7.798q.858.855.858 2.037t-.858 2.04t-2.053.857t-2.062-.857l-1.989-1.97zm-.025-3.75H8.514q-.02 1.152.78 1.951t1.956.8h2.789z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.256 17.192q-1.56 0-2.658-1.098t-1.079-2.652q-2.269.006-3.894-1.487T2 8.25q0-.587.418-1.005t1.005-.418h4.289V5H5.616V4h5.173v1H8.712v1.827h3.405q.323 0 .616.12t.515.34l7.894 7.798q.858.855.858 2.037t-.858 2.04t-2.053.857t-2.062-.857l-1.989-1.97zm-.025-3.75H8.514q-.02 1.152.78 1.951t1.956.8h2.789z"/></svg>
</template>

CSS

.icon-handheld-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%22M11.256%2017.192q-1.56%200-2.658-1.098t-1.079-2.652q-2.269.006-3.894-1.487T2%208.25q0-.587.418-1.005t1.005-.418h4.289V5H5.616V4h5.173v1H8.712v1.827h3.405q.323%200%20.616.12t.515.34l7.894%207.798q.858.855.858%202.037t-.858%202.04t-2.053.857t-2.062-.857l-1.989-1.97zm-.025-3.75H8.514q-.02%201.152.78%201.951t1.956.8h2.789z%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%22M11.256%2017.192q-1.56%200-2.658-1.098t-1.079-2.652q-2.269.006-3.894-1.487T2%208.25q0-.587.418-1.005t1.005-.418h4.289V5H5.616V4h5.173v1H8.712v1.827h3.405q.323%200%20.616.12t.515.34l7.894%207.798q.858.855.858%202.037t-.858%202.04t-2.053.857t-2.062-.857l-1.989-1.97zm-.025-3.75H8.514q-.02%201.152.78%201.951t1.956.8h2.789z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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