joystick icon
joystick from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- joystick
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-joystick
The same icon in other sets
joystickBootstrap IconsjoystickBoxIcons v2 SolidjoystickEmoji One (Colored)joystick-20-filledFluent UI System IconsjoystickFluent EmojijoystickFluent Emoji FlatjoystickFluent Emoji High ContrastjoystickIconParkjoystickIconPark OutlinejoystickIconPark SolidjoystickIconPark TwoTonejoystickJam IconsjoystickLucidejoystickMaterial SymbolsjoystickMaterial Symbols LightjoystickNoto EmojijoystickOpenMojijoystickPhosphorjoystickPixelarticonsjoystick-outlineTeenyiconsjoystickTwitter Emoji
Related icons in BoxIcons v2
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="M22 8.65A5 5 0 0 0 17 4H7a5 5 0 0 0-5 4.74A2 2 0 0 0 2 9v7.5A3.48 3.48 0 0 0 5.5 20c1.43 0 2.32-1.06 3.19-2.09c.32-.37.65-.76 1-1.1a4.8 4.8 0 0 1 1.54-.75a6.6 6.6 0 0 1 1.54 0a4.8 4.8 0 0 1 1.54.75c.35.34.68.73 1 1.1c.87 1 1.76 2.09 3.19 2.09a3.48 3.48 0 0 0 3.5-3.5V9a2 2 0 0 0 0-.26zm-2 7.85a1.5 1.5 0 0 1-1.5 1.5c-.5 0-1-.64-1.66-1.38c-.34-.39-.72-.85-1.15-1.26a6.7 6.7 0 0 0-2.46-1.25a6.9 6.9 0 0 0-2.46 0a6.7 6.7 0 0 0-2.46 1.25c-.43.41-.81.87-1.15 1.26C6.54 17.36 6 18 5.5 18A1.5 1.5 0 0 1 4 16.5V9a1 1 0 0 0 0-.15A3 3 0 0 1 7 6h10a3 3 0 0 1 3 2.72v.12A1 1 0 0 0 20 9z"/><circle cx="16" cy="12" r="1" fill="currentColor"/><circle cx="18" cy="10" r="1" fill="currentColor"/><circle cx="16" cy="8" r="1" fill="currentColor"/><circle cx="14" cy="10" r="1" fill="currentColor"/><circle cx="8" cy="10" r="2" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxJoystick(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="M22 8.65A5 5 0 0 0 17 4H7a5 5 0 0 0-5 4.74A2 2 0 0 0 2 9v7.5A3.48 3.48 0 0 0 5.5 20c1.43 0 2.32-1.06 3.19-2.09c.32-.37.65-.76 1-1.1a4.8 4.8 0 0 1 1.54-.75a6.6 6.6 0 0 1 1.54 0a4.8 4.8 0 0 1 1.54.75c.35.34.68.73 1 1.1c.87 1 1.76 2.09 3.19 2.09a3.48 3.48 0 0 0 3.5-3.5V9a2 2 0 0 0 0-.26zm-2 7.85a1.5 1.5 0 0 1-1.5 1.5c-.5 0-1-.64-1.66-1.38c-.34-.39-.72-.85-1.15-1.26a6.7 6.7 0 0 0-2.46-1.25a6.9 6.9 0 0 0-2.46 0a6.7 6.7 0 0 0-2.46 1.25c-.43.41-.81.87-1.15 1.26C6.54 17.36 6 18 5.5 18A1.5 1.5 0 0 1 4 16.5V9a1 1 0 0 0 0-.15A3 3 0 0 1 7 6h10a3 3 0 0 1 3 2.72v.12A1 1 0 0 0 20 9z"/><circle cx="16" cy="12" r="1" fill="currentColor"/><circle cx="18" cy="10" r="1" fill="currentColor"/><circle cx="16" cy="8" r="1" fill="currentColor"/><circle cx="14" cy="10" r="1" fill="currentColor"/><circle cx="8" cy="10" r="2" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8.65A5 5 0 0 0 17 4H7a5 5 0 0 0-5 4.74A2 2 0 0 0 2 9v7.5A3.48 3.48 0 0 0 5.5 20c1.43 0 2.32-1.06 3.19-2.09c.32-.37.65-.76 1-1.1a4.8 4.8 0 0 1 1.54-.75a6.6 6.6 0 0 1 1.54 0a4.8 4.8 0 0 1 1.54.75c.35.34.68.73 1 1.1c.87 1 1.76 2.09 3.19 2.09a3.48 3.48 0 0 0 3.5-3.5V9a2 2 0 0 0 0-.26zm-2 7.85a1.5 1.5 0 0 1-1.5 1.5c-.5 0-1-.64-1.66-1.38c-.34-.39-.72-.85-1.15-1.26a6.7 6.7 0 0 0-2.46-1.25a6.9 6.9 0 0 0-2.46 0a6.7 6.7 0 0 0-2.46 1.25c-.43.41-.81.87-1.15 1.26C6.54 17.36 6 18 5.5 18A1.5 1.5 0 0 1 4 16.5V9a1 1 0 0 0 0-.15A3 3 0 0 1 7 6h10a3 3 0 0 1 3 2.72v.12A1 1 0 0 0 20 9z"/><circle cx="16" cy="12" r="1" fill="currentColor"/><circle cx="18" cy="10" r="1" fill="currentColor"/><circle cx="16" cy="8" r="1" fill="currentColor"/><circle cx="14" cy="10" r="1" fill="currentColor"/><circle cx="8" cy="10" r="2" fill="currentColor"/></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%22M22%208.65A5%205%200%200%200%2017%204H7a5%205%200%200%200-5%204.74A2%202%200%200%200%202%209v7.5A3.48%203.48%200%200%200%205.5%2020c1.43%200%202.32-1.06%203.19-2.09c.32-.37.65-.76%201-1.1a4.8%204.8%200%200%201%201.54-.75a6.6%206.6%200%200%201%201.54%200a4.8%204.8%200%200%201%201.54.75c.35.34.68.73%201%201.1c.87%201%201.76%202.09%203.19%202.09a3.48%203.48%200%200%200%203.5-3.5V9a2%202%200%200%200%200-.26zm-2%207.85a1.5%201.5%200%200%201-1.5%201.5c-.5%200-1-.64-1.66-1.38c-.34-.39-.72-.85-1.15-1.26a6.7%206.7%200%200%200-2.46-1.25a6.9%206.9%200%200%200-2.46%200a6.7%206.7%200%200%200-2.46%201.25c-.43.41-.81.87-1.15%201.26C6.54%2017.36%206%2018%205.5%2018A1.5%201.5%200%200%201%204%2016.5V9a1%201%200%200%200%200-.15A3%203%200%200%201%207%206h10a3%203%200%200%201%203%202.72v.12A1%201%200%200%200%2020%209z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%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%22M22%208.65A5%205%200%200%200%2017%204H7a5%205%200%200%200-5%204.74A2%202%200%200%200%202%209v7.5A3.48%203.48%200%200%200%205.5%2020c1.43%200%202.32-1.06%203.19-2.09c.32-.37.65-.76%201-1.1a4.8%204.8%200%200%201%201.54-.75a6.6%206.6%200%200%201%201.54%200a4.8%204.8%200%200%201%201.54.75c.35.34.68.73%201%201.1c.87%201%201.76%202.09%203.19%202.09a3.48%203.48%200%200%200%203.5-3.5V9a2%202%200%200%200%200-.26zm-2%207.85a1.5%201.5%200%200%201-1.5%201.5c-.5%200-1-.64-1.66-1.38c-.34-.39-.72-.85-1.15-1.26a6.7%206.7%200%200%200-2.46-1.25a6.9%206.9%200%200%200-2.46%200a6.7%206.7%200%200%200-2.46%201.25c-.43.41-.81.87-1.15%201.26C6.54%2017.36%206%2018%205.5%2018A1.5%201.5%200%200%201%204%2016.5V9a1%201%200%200%200%200-.15A3%203%200%200%201%207%206h10a3%203%200%200%201%203%202.72v.12A1%201%200%200%200%2020%209z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/joystick.svg?color=%231a73e8&size=48