joystick alt icon
joystick-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- joystick-alt
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-joystick-alt
The same icon in other sets
Related icons in BoxIcons v2
Use the joystick alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15" cy="13" r="1" fill="currentColor"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M10 9H8v2H6v2h2v2h2v-2h2v-2h-2z"/><path fill="currentColor" d="M15 5H9a7 7 0 0 0-7 7a7 7 0 0 0 7 7h6a7 7 0 0 0 7-7a7 7 0 0 0-7-7m0 12H9A5 5 0 1 1 9 7h6a5 5 0 1 1 0 10"/></svg>
React
import type { SVGProps } from "react";
export function BxJoystickAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15" cy="13" r="1" fill="currentColor"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M10 9H8v2H6v2h2v2h2v-2h2v-2h-2z"/><path fill="currentColor" d="M15 5H9a7 7 0 0 0-7 7a7 7 0 0 0 7 7h6a7 7 0 0 0 7-7a7 7 0 0 0-7-7m0 12H9A5 5 0 1 1 9 7h6a5 5 0 1 1 0 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15" cy="13" r="1" fill="currentColor"/><circle cx="17" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M10 9H8v2H6v2h2v2h2v-2h2v-2h-2z"/><path fill="currentColor" d="M15 5H9a7 7 0 0 0-7 7a7 7 0 0 0 7 7h6a7 7 0 0 0 7-7a7 7 0 0 0-7-7m0 12H9A5 5 0 1 1 9 7h6a5 5 0 1 1 0 10"/></svg> </template>
CSS
.icon-joystick-alt {
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%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%209H8v2H6v2h2v2h2v-2h2v-2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205H9a7%207%200%200%200-7%207a7%207%200%200%200%207%207h6a7%207%200%200%200%207-7a7%207%200%200%200-7-7m0%2012H9A5%205%200%201%201%209%207h6a5%205%200%201%201%200%2010%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%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%209H8v2H6v2h2v2h2v-2h2v-2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205H9a7%207%200%200%200-7%207a7%207%200%200%200%207%207h6a7%207%200%200%200%207-7a7%207%200%200%200-7-7m0%2012H9A5%205%200%201%201%209%207h6a5%205%200%201%201%200%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/joystick-alt.svg?color=%231a73e8&size=48