joystick icon
joystick-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- joystick-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- joystick-outline-rounded
3 other variants in Material Symbols Light
The same icon in other sets
joystickBootstrap IconsjoystickBoxIcons v2joystickBoxIcons v2 SolidjoystickEmoji One (Colored)joystick-20-filledFluent UI System IconsjoystickFluent EmojijoystickFluent Emoji FlatjoystickFluent Emoji High ContrastjoystickIconParkjoystickIconPark OutlinejoystickIconPark SolidjoystickIconPark TwoTonejoystickJam IconsjoystickLucidejoystickMaterial SymbolsjoystickNoto EmojijoystickOpenMojijoystickPhosphorjoystickPixelarticonsjoystick-outlineTeenyiconsjoystickTwitter Emoji
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="m5.723 13.616l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213zM11.5 9.14V7.945q-.87-.171-1.434-.857Q9.5 6.403 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .903-.565 1.589q-.566.686-1.435.857v1.195l6.692 3.851q.384.221.596.592t.212.812v1.208q0 .441-.212.812t-.596.592l-6.384 3.679q-.386.217-.811.217t-.805-.217l-6.384-3.68q-.384-.22-.596-.591T4 15.604v-1.208q0-.441.212-.812t.596-.592zm-.308 8.776L5 14.352v1.252q0 .154.077.298t.23.24l6.385 3.685q.154.096.308.096t.308-.096l6.384-3.685q.154-.096.231-.24t.077-.298v-1.252l-6.192 3.565q-.386.218-.811.218t-.805-.218m1.87-11.355q.438-.437.438-1.062t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-1.179 13.36"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightJoystickOutline(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="m5.723 13.616l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213zM11.5 9.14V7.945q-.87-.171-1.434-.857Q9.5 6.403 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .903-.565 1.589q-.566.686-1.435.857v1.195l6.692 3.851q.384.221.596.592t.212.812v1.208q0 .441-.212.812t-.596.592l-6.384 3.679q-.386.217-.811.217t-.805-.217l-6.384-3.68q-.384-.22-.596-.591T4 15.604v-1.208q0-.441.212-.812t.596-.592zm-.308 8.776L5 14.352v1.252q0 .154.077.298t.23.24l6.385 3.685q.154.096.308.096t.308-.096l6.384-3.685q.154-.096.231-.24t.077-.298v-1.252l-6.192 3.565q-.386.218-.811.218t-.805-.218m1.87-11.355q.438-.437.438-1.062t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-1.179 13.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.723 13.616l5.97 3.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213zM11.5 9.14V7.945q-.87-.171-1.434-.857Q9.5 6.403 9.5 5.5q0-1.046.727-1.773T12 3t1.773.727T14.5 5.5q0 .903-.565 1.589q-.566.686-1.435.857v1.195l6.692 3.851q.384.221.596.592t.212.812v1.208q0 .441-.212.812t-.596.592l-6.384 3.679q-.386.217-.811.217t-.805-.217l-6.384-3.68q-.384-.22-.596-.591T4 15.604v-1.208q0-.441.212-.812t.596-.592zm-.308 8.776L5 14.352v1.252q0 .154.077.298t.23.24l6.385 3.685q.154.096.308.096t.308-.096l6.384-3.685q.154-.096.231-.24t.077-.298v-1.252l-6.192 3.565q-.386.218-.811.218t-.805-.218m1.87-11.355q.438-.437.438-1.062t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-1.179 13.36"/></svg> </template>
CSS
.icon-joystick-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%22m5.723%2013.616l5.97%203.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213zM11.5%209.14V7.945q-.87-.171-1.434-.857Q9.5%206.403%209.5%205.5q0-1.046.727-1.773T12%203t1.773.727T14.5%205.5q0%20.903-.565%201.589q-.566.686-1.435.857v1.195l6.692%203.851q.384.221.596.592t.212.812v1.208q0%20.441-.212.812t-.596.592l-6.384%203.679q-.386.217-.811.217t-.805-.217l-6.384-3.68q-.384-.22-.596-.591T4%2015.604v-1.208q0-.441.212-.812t.596-.592zm-.308%208.776L5%2014.352v1.252q0%20.154.077.298t.23.24l6.385%203.685q.154.096.308.096t.308-.096l6.384-3.685q.154-.096.231-.24t.077-.298v-1.252l-6.192%203.565q-.386.218-.811.218t-.805-.218m1.87-11.355q.438-.437.438-1.062t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437m-1.179%2013.36%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%22m5.723%2013.616l5.97%203.442q.153.096.307.096t.308-.096l5.95-3.442l-5.758-3.33V13.5h-1v-3.213zM11.5%209.14V7.945q-.87-.171-1.434-.857Q9.5%206.403%209.5%205.5q0-1.046.727-1.773T12%203t1.773.727T14.5%205.5q0%20.903-.565%201.589q-.566.686-1.435.857v1.195l6.692%203.851q.384.221.596.592t.212.812v1.208q0%20.441-.212.812t-.596.592l-6.384%203.679q-.386.217-.811.217t-.805-.217l-6.384-3.68q-.384-.22-.596-.591T4%2015.604v-1.208q0-.441.212-.812t.596-.592zm-.308%208.776L5%2014.352v1.252q0%20.154.077.298t.23.24l6.385%203.685q.154.096.308.096t.308-.096l6.384-3.685q.154-.096.231-.24t.077-.298v-1.252l-6.192%203.565q-.386.218-.811.218t-.805-.218m1.87-11.355q.438-.437.438-1.062t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437m-1.179%2013.36%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-outline.svg?color=%231a73e8&size=48