joystick 05 icon

joystick-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
joystick-05
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the joystick 05 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="M17.743 22H6.257c-.239 0-.358 0-.458-.01A2 2 0 0 1 4.01 20.2C4 20.1 4 19.98 4 19.742c0-.145 0-.218.003-.288a3 3 0 0 1 .675-1.76a6 6 0 0 1 .19-.216l1.344-1.493c.88-.978 1.32-1.467 1.904-1.727C8.698 14 9.356 14 10.672 14h2.656c1.316 0 1.974 0 2.556.26c.583.259 1.023.748 1.904 1.726l1.343 1.493c.097.108.146.162.19.217a3 3 0 0 1 .676 1.759c.003.07.003.143.003.288c0 .239 0 .358-.01.458a2 2 0 0 1-1.79 1.789c-.1.01-.22.01-.458.01"/><path stroke-linecap="round" d="M10 19h4M12 9v7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsJoystick05(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="M17.743 22H6.257c-.239 0-.358 0-.458-.01A2 2 0 0 1 4.01 20.2C4 20.1 4 19.98 4 19.742c0-.145 0-.218.003-.288a3 3 0 0 1 .675-1.76a6 6 0 0 1 .19-.216l1.344-1.493c.88-.978 1.32-1.467 1.904-1.727C8.698 14 9.356 14 10.672 14h2.656c1.316 0 1.974 0 2.556.26c.583.259 1.023.748 1.904 1.726l1.343 1.493c.097.108.146.162.19.217a3 3 0 0 1 .676 1.759c.003.07.003.143.003.288c0 .239 0 .358-.01.458a2 2 0 0 1-1.79 1.789c-.1.01-.22.01-.458.01"/><path strokeLinecap="round" d="M10 19h4M12 9v7"/></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="M17.743 22H6.257c-.239 0-.358 0-.458-.01A2 2 0 0 1 4.01 20.2C4 20.1 4 19.98 4 19.742c0-.145 0-.218.003-.288a3 3 0 0 1 .675-1.76a6 6 0 0 1 .19-.216l1.344-1.493c.88-.978 1.32-1.467 1.904-1.727C8.698 14 9.356 14 10.672 14h2.656c1.316 0 1.974 0 2.556.26c.583.259 1.023.748 1.904 1.726l1.343 1.493c.097.108.146.162.19.217a3 3 0 0 1 .676 1.759c.003.07.003.143.003.288c0 .239 0 .358-.01.458a2 2 0 0 1-1.79 1.789c-.1.01-.22.01-.458.01"/><path stroke-linecap="round" d="M10 19h4M12 9v7"/></g></svg>
</template>

CSS

.icon-joystick-05 {
  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%22M17.743%2022H6.257c-.239%200-.358%200-.458-.01A2%202%200%200%201%204.01%2020.2C4%2020.1%204%2019.98%204%2019.742c0-.145%200-.218.003-.288a3%203%200%200%201%20.675-1.76a6%206%200%200%201%20.19-.216l1.344-1.493c.88-.978%201.32-1.467%201.904-1.727C8.698%2014%209.356%2014%2010.672%2014h2.656c1.316%200%201.974%200%202.556.26c.583.259%201.023.748%201.904%201.726l1.343%201.493c.097.108.146.162.19.217a3%203%200%200%201%20.676%201.759c.003.07.003.143.003.288c0%20.239%200%20.358-.01.458a2%202%200%200%201-1.79%201.789c-.1.01-.22.01-.458.01%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2019h4M12%209v7%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%22M17.743%2022H6.257c-.239%200-.358%200-.458-.01A2%202%200%200%201%204.01%2020.2C4%2020.1%204%2019.98%204%2019.742c0-.145%200-.218.003-.288a3%203%200%200%201%20.675-1.76a6%206%200%200%201%20.19-.216l1.344-1.493c.88-.978%201.32-1.467%201.904-1.727C8.698%2014%209.356%2014%2010.672%2014h2.656c1.316%200%201.974%200%202.556.26c.583.259%201.023.748%201.904%201.726l1.343%201.493c.097.108.146.162.19.217a3%203%200%200%201%20.676%201.759c.003.07.003.143.003.288c0%20.239%200%20.358-.01.458a2%202%200%200%201-1.79%201.789c-.1.01-.22.01-.458.01%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2019h4M12%209v7%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-05.svg?color=%231a73e8&size=48