joystick icon
joystick from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- joystick
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- joystick-rounded
3 other variants in Material Symbols
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 Symbols LightjoystickNoto EmojijoystickOpenMojijoystickPhosphorjoystickPixelarticonsjoystick-outlineTeenyiconsjoystickTwitter Emoji
More hardware icons from Material Symbols
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="M11 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l7 4.025q.475.275.738.738T21 14.05v1.9q0 .55-.262 1.013T20 17.7l-7 4.025Q12.525 22 12 22t-1-.275L4 17.7q-.475-.275-.737-.737T3 15.95v-1.9q0-.55.263-1.012T4 12.3zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsJoystick(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 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l7 4.025q.475.275.738.738T21 14.05v1.9q0 .55-.262 1.013T20 17.7l-7 4.025Q12.525 22 12 22t-1-.275L4 17.7q-.475-.275-.737-.737T3 15.95v-1.9q0-.55.263-1.012T4 12.3zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></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 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l7 4.025q.475.275.738.738T21 14.05v1.9q0 .55-.262 1.013T20 17.7l-7 4.025Q12.525 22 12 22t-1-.275L4 17.7q-.475-.275-.737-.737T3 15.95v-1.9q0-.55.263-1.012T4 12.3zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></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%208.275V7.85q-1.1-.325-1.8-1.237T8.5%204.5q0-1.45%201.025-2.475T12%201t2.475%201.025T15.5%204.5q0%201.2-.7%202.113T13%207.85v.425l7%204.025q.475.275.738.738T21%2014.05v1.9q0%20.55-.262%201.013T20%2017.7l-7%204.025Q12.525%2022%2012%2022t-1-.275L4%2017.7q-.475-.275-.737-.737T3%2015.95v-1.9q0-.55.263-1.012T4%2012.3zM6.8%2013l5.2%203l5.2-3l-4.2-2.425V14h-2v-3.425z%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%208.275V7.85q-1.1-.325-1.8-1.237T8.5%204.5q0-1.45%201.025-2.475T12%201t2.475%201.025T15.5%204.5q0%201.2-.7%202.113T13%207.85v.425l7%204.025q.475.275.738.738T21%2014.05v1.9q0%20.55-.262%201.013T20%2017.7l-7%204.025Q12.525%2022%2012%2022t-1-.275L4%2017.7q-.475-.275-.737-.737T3%2015.95v-1.9q0-.55.263-1.012T4%2012.3zM6.8%2013l5.2%203l5.2-3l-4.2-2.425V14h-2v-3.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/joystick.svg?color=%231a73e8&size=48