joystick-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
joystick-sharp
Set
Material Symbols
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M11 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l8 4.6v4.25l-8 4.6Q12.525 22 12 22t-1-.275l-8-4.6v-4.25zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsJoystickSharp(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="M11 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l8 4.6v4.25l-8 4.6Q12.525 22 12 22t-1-.275l-8-4.6v-4.25zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.275V7.85q-1.1-.325-1.8-1.237T8.5 4.5q0-1.45 1.025-2.475T12 1t2.475 1.025T15.5 4.5q0 1.2-.7 2.113T13 7.85v.425l8 4.6v4.25l-8 4.6Q12.525 22 12 22t-1-.275l-8-4.6v-4.25zM6.8 13l5.2 3l5.2-3l-4.2-2.425V14h-2v-3.425z"/></svg>
</template>

CSS

.icon-joystick-sharp {
  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%22M11%208.275V7.85q-1.1-.325-1.8-1.237T8.5%204.5q0-1.45%201.025-2.475T12%201t2.475%201.025T15.5%204.5q0%201.2-.7%202.113T13%207.85v.425l8%204.6v4.25l-8%204.6Q12.525%2022%2012%2022t-1-.275l-8-4.6v-4.25zM6.8%2013l5.2%203l5.2-3l-4.2-2.425V14h-2v-3.425z%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%22M11%208.275V7.85q-1.1-.325-1.8-1.237T8.5%204.5q0-1.45%201.025-2.475T12%201t2.475%201.025T15.5%204.5q0%201.2-.7%202.113T13%207.85v.425l8%204.6v4.25l-8%204.6Q12.525%2022%2012%2022t-1-.275l-8-4.6v-4.25zM6.8%2013l5.2%203l5.2-3l-4.2-2.425V14h-2v-3.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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