handheld controller icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 18q-1.65 0-2.825-1.175T7 14q-2.5.025-4.25-1.737T1 8q0-.825.588-1.412T3 6h4V5H5V3h6v2H9v1h3.175q.4 0 .763.15t.637.425l8.375 8.375Q23 16 23 17.45t-1.05 2.5t-2.5 1.05t-2.5-1.05L15 18zm0-4H8.975q0 .825.588 1.413T11 16h2zm1.175-6H3q0 1.65 1.175 2.825T7 12h4.825l6.55 6.55q.45.45 1.088.45t1.087-.45t.45-1.088t-.45-1.087zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHandheldControllerOutline(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 18q-1.65 0-2.825-1.175T7 14q-2.5.025-4.25-1.737T1 8q0-.825.588-1.412T3 6h4V5H5V3h6v2H9v1h3.175q.4 0 .763.15t.637.425l8.375 8.375Q23 16 23 17.45t-1.05 2.5t-2.5 1.05t-2.5-1.05L15 18zm0-4H8.975q0 .825.588 1.413T11 16h2zm1.175-6H3q0 1.65 1.175 2.825T7 12h4.825l6.55 6.55q.45.45 1.088.45t1.087-.45t.45-1.088t-.45-1.087zm0 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 18q-1.65 0-2.825-1.175T7 14q-2.5.025-4.25-1.737T1 8q0-.825.588-1.412T3 6h4V5H5V3h6v2H9v1h3.175q.4 0 .763.15t.637.425l8.375 8.375Q23 16 23 17.45t-1.05 2.5t-2.5 1.05t-2.5-1.05L15 18zm0-4H8.975q0 .825.588 1.413T11 16h2zm1.175-6H3q0 1.65 1.175 2.825T7 12h4.825l6.55 6.55q.45.45 1.088.45t1.087-.45t.45-1.088t-.45-1.087zm0 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%2018q-1.65%200-2.825-1.175T7%2014q-2.5.025-4.25-1.737T1%208q0-.825.588-1.412T3%206h4V5H5V3h6v2H9v1h3.175q.4%200%20.763.15t.637.425l8.375%208.375Q23%2016%2023%2017.45t-1.05%202.5t-2.5%201.05t-2.5-1.05L15%2018zm0-4H8.975q0%20.825.588%201.413T11%2016h2zm1.175-6H3q0%201.65%201.175%202.825T7%2012h4.825l6.55%206.55q.45.45%201.088.45t1.087-.45t.45-1.088t-.45-1.087zm0%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%2018q-1.65%200-2.825-1.175T7%2014q-2.5.025-4.25-1.737T1%208q0-.825.588-1.412T3%206h4V5H5V3h6v2H9v1h3.175q.4%200%20.763.15t.637.425l8.375%208.375Q23%2016%2023%2017.45t-1.05%202.5t-2.5%201.05t-2.5-1.05L15%2018zm0-4H8.975q0%20.825.588%201.413T11%2016h2zm1.175-6H3q0%201.65%201.175%202.825T7%2012h4.825l6.55%206.55q.45.45%201.088.45t1.087-.45t.45-1.088t-.45-1.087zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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