joystick from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
joystick
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the joystick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726c0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2"/><path d="M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23"/></g></svg>

React

import type { SVGProps } from "react";

export function BiJoystick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726c0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2"/><path d="M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726c0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2"/><path d="M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23"/></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%202a2%202%200%200%201-1.5%201.937v5.087c.863.083%201.5.377%201.5.726c0%20.414-.895.75-2%20.75s-2-.336-2-.75c0-.35.637-.643%201.5-.726V3.937A2%202%200%201%201%2010%202%22%2F%3E%3Cpath%20d%3D%22M0%209.665v1.717a1%201%200%200%200%20.553.894l6.553%203.277a2%202%200%200%200%201.788%200l6.553-3.277a1%201%200%200%200%20.553-.894V9.665c0-.1-.06-.19-.152-.23L9.5%206.715v.993l5.227%202.178a.125.125%200%200%201%20.001.23l-5.94%202.546a2%202%200%200%201-1.576%200l-5.94-2.546a.125.125%200%200%201%20.001-.23L6.5%207.708l-.013-.988L.152%209.435a.25.25%200%200%200-.152.23%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%202a2%202%200%200%201-1.5%201.937v5.087c.863.083%201.5.377%201.5.726c0%20.414-.895.75-2%20.75s-2-.336-2-.75c0-.35.637-.643%201.5-.726V3.937A2%202%200%201%201%2010%202%22%2F%3E%3Cpath%20d%3D%22M0%209.665v1.717a1%201%200%200%200%20.553.894l6.553%203.277a2%202%200%200%200%201.788%200l6.553-3.277a1%201%200%200%200%20.553-.894V9.665c0-.1-.06-.19-.152-.23L9.5%206.715v.993l5.227%202.178a.125.125%200%200%201%20.001.23l-5.94%202.546a2%202%200%200%201-1.576%200l-5.94-2.546a.125.125%200%200%201%20.001-.23L6.5%207.708l-.013-.988L.152%209.435a.25.25%200%200%200-.152.23%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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