handheld controller icon

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

Name
handheld-controller-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
handheld-controller-outline-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.789zm1.117-5.615H3.423q-.173 0-.298.125T3 8.25q0 1.785 1.339 2.989T7.5 12.442h4.152l6.089 6.012q.565.546 1.355.546t1.347-.55t.557-1.327q0-.779-.565-1.325zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHandheldControllerOutline(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.789zm1.117-5.615H3.423q-.173 0-.298.125T3 8.25q0 1.785 1.339 2.989T7.5 12.442h4.152l6.089 6.012q.565.546 1.355.546t1.347-.55t.557-1.327q0-.779-.565-1.325zm0 0"/></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.789zm1.117-5.615H3.423q-.173 0-.298.125T3 8.25q0 1.785 1.339 2.989T7.5 12.442h4.152l6.089 6.012q.565.546 1.355.546t1.347-.55t.557-1.327q0-.779-.565-1.325zm0 0"/></svg>
</template>

CSS

.icon-handheld-controller-outline {
  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.789zm1.117-5.615H3.423q-.173%200-.298.125T3%208.25q0%201.785%201.339%202.989T7.5%2012.442h4.152l6.089%206.012q.565.546%201.355.546t1.347-.55t.557-1.327q0-.779-.565-1.325zm0%200%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.789zm1.117-5.615H3.423q-.173%200-.298.125T3%208.25q0%201.785%201.339%202.989T7.5%2012.442h4.152l6.089%206.012q.565.546%201.355.546t1.347-.55t.557-1.327q0-.779-.565-1.325zm0%200%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-outline.svg?color=%231a73e8&size=48