joystick 04 icon
joystick-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- joystick-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the joystick 04 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 stroke-linecap="round" d="m9.325 12l-.533.26l-1.524.745C5.756 13.745 5 14.115 5 14.575s.756.83 2.268 1.57l1.524.745C10.304 17.63 11.06 18 12 18s1.696-.37 3.208-1.11l1.524-.745c1.512-.74 2.268-1.11 2.268-1.57s-.756-.83-2.268-1.57l-1.524-.745l-.533-.26"/><path stroke-linecap="round" d="M19 14.5v3.767c0 .5-.756.904-2.268 1.71l-1.524.813C13.696 21.597 12.94 22 12 22s-1.696-.403-3.208-1.21l-1.524-.812C5.756 19.17 5 18.768 5 18.267V14.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 9v5.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsJoystick04(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 strokeLinecap="round" d="m9.325 12l-.533.26l-1.524.745C5.756 13.745 5 14.115 5 14.575s.756.83 2.268 1.57l1.524.745C10.304 17.63 11.06 18 12 18s1.696-.37 3.208-1.11l1.524-.745c1.512-.74 2.268-1.11 2.268-1.57s-.756-.83-2.268-1.57l-1.524-.745l-.533-.26"/><path strokeLinecap="round" d="M19 14.5v3.767c0 .5-.756.904-2.268 1.71l-1.524.813C13.696 21.597 12.94 22 12 22s-1.696-.403-3.208-1.21l-1.524-.812C5.756 19.17 5 18.768 5 18.267V14.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 9v5.5"/></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 stroke-linecap="round" d="m9.325 12l-.533.26l-1.524.745C5.756 13.745 5 14.115 5 14.575s.756.83 2.268 1.57l1.524.745C10.304 17.63 11.06 18 12 18s1.696-.37 3.208-1.11l1.524-.745c1.512-.74 2.268-1.11 2.268-1.57s-.756-.83-2.268-1.57l-1.524-.745l-.533-.26"/><path stroke-linecap="round" d="M19 14.5v3.767c0 .5-.756.904-2.268 1.71l-1.524.813C13.696 21.597 12.94 22 12 22s-1.696-.403-3.208-1.21l-1.524-.812C5.756 19.17 5 18.768 5 18.267V14.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 9v5.5"/></g></svg> </template>
CSS
.icon-joystick-04 {
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%20stroke-linecap%3D%22round%22%20d%3D%22m9.325%2012l-.533.26l-1.524.745C5.756%2013.745%205%2014.115%205%2014.575s.756.83%202.268%201.57l1.524.745C10.304%2017.63%2011.06%2018%2012%2018s1.696-.37%203.208-1.11l1.524-.745c1.512-.74%202.268-1.11%202.268-1.57s-.756-.83-2.268-1.57l-1.524-.745l-.533-.26%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014.5v3.767c0%20.5-.756.904-2.268%201.71l-1.524.813C13.696%2021.597%2012.94%2022%2012%2022s-1.696-.403-3.208-1.21l-1.524-.812C5.756%2019.17%205%2018.768%205%2018.267V14.5%22%2F%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%209v5.5%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%20stroke-linecap%3D%22round%22%20d%3D%22m9.325%2012l-.533.26l-1.524.745C5.756%2013.745%205%2014.115%205%2014.575s.756.83%202.268%201.57l1.524.745C10.304%2017.63%2011.06%2018%2012%2018s1.696-.37%203.208-1.11l1.524-.745c1.512-.74%202.268-1.11%202.268-1.57s-.756-.83-2.268-1.57l-1.524-.745l-.533-.26%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014.5v3.767c0%20.5-.756.904-2.268%201.71l-1.524.813C13.696%2021.597%2012.94%2022%2012%2022s-1.696-.403-3.208-1.21l-1.524-.812C5.756%2019.17%205%2018.768%205%2018.267V14.5%22%2F%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%209v5.5%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-04.svg?color=%231a73e8&size=48