joystick from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
joystick
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the joystick emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.865 17.63c-.69 0-1.27.49-1.41 1.13c-.04.17.05.35.22.42c.76.34 1.63.34 2.39 0c.16-.07.26-.25.22-.42c-.15-.64-.73-1.13-1.42-1.13"/><path d="M20.68 6.68a4.68 4.68 0 0 1-3.431 4.512q.248.077.487.186l.008.003l9.463 4.351c1.197.558 1.598 1.625 1.723 2.358c.088.51.076 1.12.07 1.437v3.522a4.02 4.02 0 0 1-2.413 3.651l-8.872 3.934a4.25 4.25 0 0 1-3.431 0L5.41 26.7A4.03 4.03 0 0 1 3 23.049v-3.441a16 16 0 0 1 0-.416V19h.005q.005-.166.018-.3c.049-.501.173-1.11.525-1.685a3.23 3.23 0 0 1 1.48-1.276l9.217-4.353l.007-.003q.244-.113.497-.192A4.682 4.682 0 0 1 16 2a4.68 4.68 0 0 1 4.68 4.68M27.003 19c-.008-.62-.094-1.2-.64-1.455L17 13.24v1.853c1.973.371 3.533 1.814 3.972 3.66c.13.575-.2 1.16-.771 1.405a10.9 10.9 0 0 1-8.401 0c-.581-.245-.901-.83-.771-1.405c.43-1.849 1.994-3.293 3.971-3.662v-1.85l-9.145 4.32c-.547.233-.775.647-.842 1.334l-.007.096L15.51 23.9a1.18 1.18 0 0 0 .975 0L27 19z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastJoystick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.865 17.63c-.69 0-1.27.49-1.41 1.13c-.04.17.05.35.22.42c.76.34 1.63.34 2.39 0c.16-.07.26-.25.22-.42c-.15-.64-.73-1.13-1.42-1.13"/><path d="M20.68 6.68a4.68 4.68 0 0 1-3.431 4.512q.248.077.487.186l.008.003l9.463 4.351c1.197.558 1.598 1.625 1.723 2.358c.088.51.076 1.12.07 1.437v3.522a4.02 4.02 0 0 1-2.413 3.651l-8.872 3.934a4.25 4.25 0 0 1-3.431 0L5.41 26.7A4.03 4.03 0 0 1 3 23.049v-3.441a16 16 0 0 1 0-.416V19h.005q.005-.166.018-.3c.049-.501.173-1.11.525-1.685a3.23 3.23 0 0 1 1.48-1.276l9.217-4.353l.007-.003q.244-.113.497-.192A4.682 4.682 0 0 1 16 2a4.68 4.68 0 0 1 4.68 4.68M27.003 19c-.008-.62-.094-1.2-.64-1.455L17 13.24v1.853c1.973.371 3.533 1.814 3.972 3.66c.13.575-.2 1.16-.771 1.405a10.9 10.9 0 0 1-8.401 0c-.581-.245-.901-.83-.771-1.405c.43-1.849 1.994-3.293 3.971-3.662v-1.85l-9.145 4.32c-.547.233-.775.647-.842 1.334l-.007.096L15.51 23.9a1.18 1.18 0 0 0 .975 0L27 19z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.865 17.63c-.69 0-1.27.49-1.41 1.13c-.04.17.05.35.22.42c.76.34 1.63.34 2.39 0c.16-.07.26-.25.22-.42c-.15-.64-.73-1.13-1.42-1.13"/><path d="M20.68 6.68a4.68 4.68 0 0 1-3.431 4.512q.248.077.487.186l.008.003l9.463 4.351c1.197.558 1.598 1.625 1.723 2.358c.088.51.076 1.12.07 1.437v3.522a4.02 4.02 0 0 1-2.413 3.651l-8.872 3.934a4.25 4.25 0 0 1-3.431 0L5.41 26.7A4.03 4.03 0 0 1 3 23.049v-3.441a16 16 0 0 1 0-.416V19h.005q.005-.166.018-.3c.049-.501.173-1.11.525-1.685a3.23 3.23 0 0 1 1.48-1.276l9.217-4.353l.007-.003q.244-.113.497-.192A4.682 4.682 0 0 1 16 2a4.68 4.68 0 0 1 4.68 4.68M27.003 19c-.008-.62-.094-1.2-.64-1.455L17 13.24v1.853c1.973.371 3.533 1.814 3.972 3.66c.13.575-.2 1.16-.771 1.405a10.9 10.9 0 0 1-8.401 0c-.581-.245-.901-.83-.771-1.405c.43-1.849 1.994-3.293 3.971-3.662v-1.85l-9.145 4.32c-.547.233-.775.647-.842 1.334l-.007.096L15.51 23.9a1.18 1.18 0 0 0 .975 0L27 19z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.865%2017.63c-.69%200-1.27.49-1.41%201.13c-.04.17.05.35.22.42c.76.34%201.63.34%202.39%200c.16-.07.26-.25.22-.42c-.15-.64-.73-1.13-1.42-1.13%22%2F%3E%3Cpath%20d%3D%22M20.68%206.68a4.68%204.68%200%200%201-3.431%204.512q.248.077.487.186l.008.003l9.463%204.351c1.197.558%201.598%201.625%201.723%202.358c.088.51.076%201.12.07%201.437v3.522a4.02%204.02%200%200%201-2.413%203.651l-8.872%203.934a4.25%204.25%200%200%201-3.431%200L5.41%2026.7A4.03%204.03%200%200%201%203%2023.049v-3.441a16%2016%200%200%201%200-.416V19h.005q.005-.166.018-.3c.049-.501.173-1.11.525-1.685a3.23%203.23%200%200%201%201.48-1.276l9.217-4.353l.007-.003q.244-.113.497-.192A4.682%204.682%200%200%201%2016%202a4.68%204.68%200%200%201%204.68%204.68M27.003%2019c-.008-.62-.094-1.2-.64-1.455L17%2013.24v1.853c1.973.371%203.533%201.814%203.972%203.66c.13.575-.2%201.16-.771%201.405a10.9%2010.9%200%200%201-8.401%200c-.581-.245-.901-.83-.771-1.405c.43-1.849%201.994-3.293%203.971-3.662v-1.85l-9.145%204.32c-.547.233-.775.647-.842%201.334l-.007.096L15.51%2023.9a1.18%201.18%200%200%200%20.975%200L27%2019z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.865%2017.63c-.69%200-1.27.49-1.41%201.13c-.04.17.05.35.22.42c.76.34%201.63.34%202.39%200c.16-.07.26-.25.22-.42c-.15-.64-.73-1.13-1.42-1.13%22%2F%3E%3Cpath%20d%3D%22M20.68%206.68a4.68%204.68%200%200%201-3.431%204.512q.248.077.487.186l.008.003l9.463%204.351c1.197.558%201.598%201.625%201.723%202.358c.088.51.076%201.12.07%201.437v3.522a4.02%204.02%200%200%201-2.413%203.651l-8.872%203.934a4.25%204.25%200%200%201-3.431%200L5.41%2026.7A4.03%204.03%200%200%201%203%2023.049v-3.441a16%2016%200%200%201%200-.416V19h.005q.005-.166.018-.3c.049-.501.173-1.11.525-1.685a3.23%203.23%200%200%201%201.48-1.276l9.217-4.353l.007-.003q.244-.113.497-.192A4.682%204.682%200%200%201%2016%202a4.68%204.68%200%200%201%204.68%204.68M27.003%2019c-.008-.62-.094-1.2-.64-1.455L17%2013.24v1.853c1.973.371%203.533%201.814%203.972%203.66c.13.575-.2%201.16-.771%201.405a10.9%2010.9%200%200%201-8.401%200c-.581-.245-.901-.83-.771-1.405c.43-1.849%201.994-3.293%203.971-3.662v-1.85l-9.145%204.32c-.547.233-.775.647-.842%201.334l-.007.096L15.51%2023.9a1.18%201.18%200%200%200%20.975%200L27%2019z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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