joystick from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
joystick
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

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="m21.986 9.74l-.008-.088A5.003 5.003 0 0 0 17 5H7a4.97 4.97 0 0 0-4.987 4.737q-.014.117-.013.253v6.51c0 .925.373 1.828 1.022 2.476A3.52 3.52 0 0 0 5.5 20c1.8 0 2.504-1 3.5-3c.146-.292.992-2 3-2c1.996 0 2.853 1.707 3 2c1.004 2 1.7 3 3.5 3c.925 0 1.828-.373 2.476-1.022A3.52 3.52 0 0 0 22 16.5V10q0-.141-.014-.26M7 12.031a2 2 0 1 1-.001-3.999A2 2 0 0 1 7 12.031m10-5a1 1 0 1 1 0 2a1 1 0 1 1 0-2m-2 4a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2 2a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2-2a1 1 0 1 1 0-2a1 1 0 1 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function BxsJoystick(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="m21.986 9.74l-.008-.088A5.003 5.003 0 0 0 17 5H7a4.97 4.97 0 0 0-4.987 4.737q-.014.117-.013.253v6.51c0 .925.373 1.828 1.022 2.476A3.52 3.52 0 0 0 5.5 20c1.8 0 2.504-1 3.5-3c.146-.292.992-2 3-2c1.996 0 2.853 1.707 3 2c1.004 2 1.7 3 3.5 3c.925 0 1.828-.373 2.476-1.022A3.52 3.52 0 0 0 22 16.5V10q0-.141-.014-.26M7 12.031a2 2 0 1 1-.001-3.999A2 2 0 0 1 7 12.031m10-5a1 1 0 1 1 0 2a1 1 0 1 1 0-2m-2 4a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2 2a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2-2a1 1 0 1 1 0-2a1 1 0 1 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.986 9.74l-.008-.088A5.003 5.003 0 0 0 17 5H7a4.97 4.97 0 0 0-4.987 4.737q-.014.117-.013.253v6.51c0 .925.373 1.828 1.022 2.476A3.52 3.52 0 0 0 5.5 20c1.8 0 2.504-1 3.5-3c.146-.292.992-2 3-2c1.996 0 2.853 1.707 3 2c1.004 2 1.7 3 3.5 3c.925 0 1.828-.373 2.476-1.022A3.52 3.52 0 0 0 22 16.5V10q0-.141-.014-.26M7 12.031a2 2 0 1 1-.001-3.999A2 2 0 0 1 7 12.031m10-5a1 1 0 1 1 0 2a1 1 0 1 1 0-2m-2 4a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2 2a1 1 0 1 1 0-2a1 1 0 1 1 0 2m2-2a1 1 0 1 1 0-2a1 1 0 1 1 0 2"/></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%22m21.986%209.74l-.008-.088A5.003%205.003%200%200%200%2017%205H7a4.97%204.97%200%200%200-4.987%204.737q-.014.117-.013.253v6.51c0%20.925.373%201.828%201.022%202.476A3.52%203.52%200%200%200%205.5%2020c1.8%200%202.504-1%203.5-3c.146-.292.992-2%203-2c1.996%200%202.853%201.707%203%202c1.004%202%201.7%203%203.5%203c.925%200%201.828-.373%202.476-1.022A3.52%203.52%200%200%200%2022%2016.5V10q0-.141-.014-.26M7%2012.031a2%202%200%201%201-.001-3.999A2%202%200%200%201%207%2012.031m10-5a1%201%200%201%201%200%202a1%201%200%201%201%200-2m-2%204a1%201%200%201%201%200-2a1%201%200%201%201%200%202m2%202a1%201%200%201%201%200-2a1%201%200%201%201%200%202m2-2a1%201%200%201%201%200-2a1%201%200%201%201%200%202%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%22m21.986%209.74l-.008-.088A5.003%205.003%200%200%200%2017%205H7a4.97%204.97%200%200%200-4.987%204.737q-.014.117-.013.253v6.51c0%20.925.373%201.828%201.022%202.476A3.52%203.52%200%200%200%205.5%2020c1.8%200%202.504-1%203.5-3c.146-.292.992-2%203-2c1.996%200%202.853%201.707%203%202c1.004%202%201.7%203%203.5%203c.925%200%201.828-.373%202.476-1.022A3.52%203.52%200%200%200%2022%2016.5V10q0-.141-.014-.26M7%2012.031a2%202%200%201%201-.001-3.999A2%202%200%200%201%207%2012.031m10-5a1%201%200%201%201%200%202a1%201%200%201%201%200-2m-2%204a1%201%200%201%201%200-2a1%201%200%201%201%200%202m2%202a1%201%200%201%201%200-2a1%201%200%201%201%200%202m2-2a1%201%200%201%201%200-2a1%201%200%201%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/joystick.svg?color=%231a73e8&size=48