joystick 02 icon
joystick-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- joystick-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the joystick 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.5 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v5m4 3H8l.278-.625c.512-1.152.768-1.729 1.265-2.052S10.671 14 11.933 14h.134c1.262 0 1.893 0 2.39.323s.753.9 1.265 2.052zm1.189 5H6.995c-.907 0-1.36 0-1.617-.253c-.212-.209-.348-.524-.375-.87c-.033-.416.202-.923.673-1.936c.332-.717.499-1.075.728-1.333c.193-.218.417-.383.66-.486C7.352 17 7.673 17 8.314 17h7.531c.65 0 .975 0 1.263.122c.3.127.572.35.79.647c.21.285.352.666.635 1.43c.33.889.495 1.333.463 1.694c-.033.375-.194.71-.437.912c-.235.195-.614.195-1.37.195"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsJoystick02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M15.5 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 9v5m4 3H8l.278-.625c.512-1.152.768-1.729 1.265-2.052S10.671 14 11.933 14h.134c1.262 0 1.893 0 2.39.323s.753.9 1.265 2.052zm1.189 5H6.995c-.907 0-1.36 0-1.617-.253c-.212-.209-.348-.524-.375-.87c-.033-.416.202-.923.673-1.936c.332-.717.499-1.075.728-1.333c.193-.218.417-.383.66-.486C7.352 17 7.673 17 8.314 17h7.531c.65 0 .975 0 1.263.122c.3.127.572.35.79.647c.21.285.352.666.635 1.43c.33.889.495 1.333.463 1.694c-.033.375-.194.71-.437.912c-.235.195-.614.195-1.37.195"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.5 5.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v5m4 3H8l.278-.625c.512-1.152.768-1.729 1.265-2.052S10.671 14 11.933 14h.134c1.262 0 1.893 0 2.39.323s.753.9 1.265 2.052zm1.189 5H6.995c-.907 0-1.36 0-1.617-.253c-.212-.209-.348-.524-.375-.87c-.033-.416.202-.923.673-1.936c.332-.717.499-1.075.728-1.333c.193-.218.417-.383.66-.486C7.352 17 7.673 17 8.314 17h7.531c.65 0 .975 0 1.263.122c.3.127.572.35.79.647c.21.285.352.666.635 1.43c.33.889.495 1.333.463 1.694c-.033.375-.194.71-.437.912c-.235.195-.614.195-1.37.195"/></g></svg> </template>
CSS
.icon-joystick-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%205.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v5m4%203H8l.278-.625c.512-1.152.768-1.729%201.265-2.052S10.671%2014%2011.933%2014h.134c1.262%200%201.893%200%202.39.323s.753.9%201.265%202.052zm1.189%205H6.995c-.907%200-1.36%200-1.617-.253c-.212-.209-.348-.524-.375-.87c-.033-.416.202-.923.673-1.936c.332-.717.499-1.075.728-1.333c.193-.218.417-.383.66-.486C7.352%2017%207.673%2017%208.314%2017h7.531c.65%200%20.975%200%201.263.122c.3.127.572.35.79.647c.21.285.352.666.635%201.43c.33.889.495%201.333.463%201.694c-.033.375-.194.71-.437.912c-.235.195-.614.195-1.37.195%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%205.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v5m4%203H8l.278-.625c.512-1.152.768-1.729%201.265-2.052S10.671%2014%2011.933%2014h.134c1.262%200%201.893%200%202.39.323s.753.9%201.265%202.052zm1.189%205H6.995c-.907%200-1.36%200-1.617-.253c-.212-.209-.348-.524-.375-.87c-.033-.416.202-.923.673-1.936c.332-.717.499-1.075.728-1.333c.193-.218.417-.383.66-.486C7.352%2017%207.673%2017%208.314%2017h7.531c.65%200%20.975%200%201.263.122c.3.127.572.35.79.647c.21.285.352.666.635%201.43c.33.889.495%201.333.463%201.694c-.033.375-.194.71-.437.912c-.235.195-.614.195-1.37.195%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/joystick-02.svg?color=%231a73e8&size=48