joystick emoji
joystick from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- joystick
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 SymbolsjoystickMaterial Symbols LightjoystickNoto EmojijoystickPhosphorjoystickPixelarticonsjoystick-outlineTeenyiconsjoystickTwitter Emoji
More activities icons from OpenMoji
Use the joystick emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M17 55v-3h7v3"/><circle cx="36" cy="17" r="10" fill="#ea5a47"/><path fill="#3f3f3f" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33 27h6v21h-6z"/><path fill="#9b9b9a" d="M14 55h44v10H14z"/><path fill="#d22f27" d="m41 8.75l-6.78 17.677l2.688-.199a8.34 8.34 0 0 0 5.284-2.42l.855-.855a7.42 7.42 0 0 0 2.153-4.708l.075-1.029a7.32 7.32 0 0 0-1.585-5.104z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M14 55h44v10H14z"/><path stroke-miterlimit="10" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 55v-3h7v3m15-10.297V27h-6v17.705"/><circle cx="36" cy="17" r="10" stroke-miterlimit="10"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiJoystick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M17 55v-3h7v3"/><circle cx="36" cy="17" r="10" fill="#ea5a47"/><path fill="#3f3f3f" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path fill="#9b9b9a" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M33 27h6v21h-6z"/><path fill="#9b9b9a" d="M14 55h44v10H14z"/><path fill="#d22f27" d="m41 8.75l-6.78 17.677l2.688-.199a8.34 8.34 0 0 0 5.284-2.42l.855-.855a7.42 7.42 0 0 0 2.153-4.708l.075-1.029a7.32 7.32 0 0 0-1.585-5.104z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M14 55h44v10H14z"/><path strokeMiterlimit="10" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 55v-3h7v3m15-10.297V27h-6v17.705"/><circle cx="36" cy="17" r="10" strokeMiterlimit="10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M17 55v-3h7v3"/><circle cx="36" cy="17" r="10" fill="#ea5a47"/><path fill="#3f3f3f" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33 27h6v21h-6z"/><path fill="#9b9b9a" d="M14 55h44v10H14z"/><path fill="#d22f27" d="m41 8.75l-6.78 17.677l2.688-.199a8.34 8.34 0 0 0 5.284-2.42l.855-.855a7.42 7.42 0 0 0 2.153-4.708l.075-1.029a7.32 7.32 0 0 0-1.585-5.104z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M14 55h44v10H14z"/><path stroke-miterlimit="10" d="M27 55c0-3.866 4.03-7 9-7s9 3.134 9 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 55v-3h7v3m15-10.297V27h-6v17.705"/><circle cx="36" cy="17" r="10" stroke-miterlimit="10"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M17%2055v-3h7v3%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2217%22%20r%3D%2210%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M27%2055c0-3.866%204.03-7%209-7s9%203.134%209%207%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33%2027h6v21h-6z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14%2055h44v10H14z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m41%208.75l-6.78%2017.677l2.688-.199a8.34%208.34%200%200%200%205.284-2.42l.855-.855a7.42%207.42%200%200%200%202.153-4.708l.075-1.029a7.32%207.32%200%200%200-1.585-5.104z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2055h44v10H14z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27%2055c0-3.866%204.03-7%209-7s9%203.134%209%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2055v-3h7v3m15-10.297V27h-6v17.705%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2217%22%20r%3D%2210%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M17%2055v-3h7v3%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2217%22%20r%3D%2210%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M27%2055c0-3.866%204.03-7%209-7s9%203.134%209%207%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33%2027h6v21h-6z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14%2055h44v10H14z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m41%208.75l-6.78%2017.677l2.688-.199a8.34%208.34%200%200%200%205.284-2.42l.855-.855a7.42%207.42%200%200%200%202.153-4.708l.075-1.029a7.32%207.32%200%200%200-1.585-5.104z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2055h44v10H14z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M27%2055c0-3.866%204.03-7%209-7s9%203.134%209%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2055v-3h7v3m15-10.297V27h-6v17.705%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2217%22%20r%3D%2210%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/joystick.svg?color=%231a73e8&size=48