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

Name
joystick
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
joystick-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the joystick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 9.14V7.947q-.87-.171-1.434-.853Q9.5 6.412 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .912-.565 1.593q-.566.682-1.435.853v1.195l6.692 3.851q.38.218.594.594t.214.81v1.208q0 .435-.214.81q-.215.376-.594.594l-6.384 3.679q-.38.217-.808.217t-.808-.217l-6.384-3.68q-.38-.217-.593-.593Q4 16.038 4 15.604v-1.208q0-.435.215-.81q.214-.377.593-.594zm-5.777 4.476l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightJoystick(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.5 9.14V7.947q-.87-.171-1.434-.853Q9.5 6.412 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .912-.565 1.593q-.566.682-1.435.853v1.195l6.692 3.851q.38.218.594.594t.214.81v1.208q0 .435-.214.81q-.215.376-.594.594l-6.384 3.679q-.38.217-.808.217t-.808-.217l-6.384-3.68q-.38-.217-.593-.593Q4 16.038 4 15.604v-1.208q0-.435.215-.81q.214-.377.593-.594zm-5.777 4.476l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213z"/></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.5 9.14V7.947q-.87-.171-1.434-.853Q9.5 6.412 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .912-.565 1.593q-.566.682-1.435.853v1.195l6.692 3.851q.38.218.594.594t.214.81v1.208q0 .435-.214.81q-.215.376-.594.594l-6.384 3.679q-.38.217-.808.217t-.808-.217l-6.384-3.68q-.38-.217-.593-.593Q4 16.038 4 15.604v-1.208q0-.435.215-.81q.214-.377.593-.594zm-5.777 4.476l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213z"/></svg>
</template>

CSS

.icon-joystick {
  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.5%209.14V7.947q-.87-.171-1.434-.853Q9.5%206.412%209.5%205.5q0-1.046.727-1.773T12%203t1.773.727T14.5%205.5q0%20.912-.565%201.593q-.566.682-1.435.853v1.195l6.692%203.851q.38.218.594.594t.214.81v1.208q0%20.435-.214.81q-.215.376-.594.594l-6.384%203.679q-.38.217-.808.217t-.808-.217l-6.384-3.68q-.38-.217-.593-.593Q4%2016.038%204%2015.604v-1.208q0-.435.215-.81q.214-.377.593-.594zm-5.777%204.476l5.97%203.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213z%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.5%209.14V7.947q-.87-.171-1.434-.853Q9.5%206.412%209.5%205.5q0-1.046.727-1.773T12%203t1.773.727T14.5%205.5q0%20.912-.565%201.593q-.566.682-1.435.853v1.195l6.692%203.851q.38.218.594.594t.214.81v1.208q0%20.435-.214.81q-.215.376-.594.594l-6.384%203.679q-.38.217-.808.217t-.808-.217l-6.384-3.68q-.38-.217-.593-.593Q4%2016.038%204%2015.604v-1.208q0-.435.215-.81q.214-.377.593-.594zm-5.777%204.476l5.97%203.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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