game stick left icon
game-stick-left-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- game-stick-left-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the game stick left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.675 13.06Q20 11.86 20 10.137T17.675 7.2T12 5.984T6.325 7.2T4 10.136t2.325 2.924T12 14.262t5.675-1.2m-1.406 1.597v2.727q0 .666-.474 1.14T14.654 19H9.327q-.667 0-1.141-.475t-.475-1.14v-2.727q-2.12-.666-3.416-1.851T3 10.133Q3 7.99 5.62 6.486t6.376-1.505t6.38 1.505T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.475-1.984h2.975v-.746h-2.206v-4.37h-.769z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGameStickLeftOutline(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="M17.675 13.06Q20 11.86 20 10.137T17.675 7.2T12 5.984T6.325 7.2T4 10.136t2.325 2.924T12 14.262t5.675-1.2m-1.406 1.597v2.727q0 .666-.474 1.14T14.654 19H9.327q-.667 0-1.141-.475t-.475-1.14v-2.727q-2.12-.666-3.416-1.851T3 10.133Q3 7.99 5.62 6.486t6.376-1.505t6.38 1.505T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.475-1.984h2.975v-.746h-2.206v-4.37h-.769z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.675 13.06Q20 11.86 20 10.137T17.675 7.2T12 5.984T6.325 7.2T4 10.136t2.325 2.924T12 14.262t5.675-1.2m-1.406 1.597v2.727q0 .666-.474 1.14T14.654 19H9.327q-.667 0-1.141-.475t-.475-1.14v-2.727q-2.12-.666-3.416-1.851T3 10.133Q3 7.99 5.62 6.486t6.376-1.505t6.38 1.505T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.475-1.984h2.975v-.746h-2.206v-4.37h-.769z"/></svg> </template>
CSS
.icon-game-stick-left-outline {
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%22M17.675%2013.06Q20%2011.86%2020%2010.137T17.675%207.2T12%205.984T6.325%207.2T4%2010.136t2.325%202.924T12%2014.262t5.675-1.2m-1.406%201.597v2.727q0%20.666-.474%201.14T14.654%2019H9.327q-.667%200-1.141-.475t-.475-1.14v-2.727q-2.12-.666-3.416-1.851T3%2010.133Q3%207.99%205.62%206.486t6.376-1.505t6.38%201.505T21%2010.133q0%201.488-1.295%202.674t-3.436%201.85m-5.475-1.984h2.975v-.746h-2.206v-4.37h-.769z%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%22M17.675%2013.06Q20%2011.86%2020%2010.137T17.675%207.2T12%205.984T6.325%207.2T4%2010.136t2.325%202.924T12%2014.262t5.675-1.2m-1.406%201.597v2.727q0%20.666-.474%201.14T14.654%2019H9.327q-.667%200-1.141-.475t-.475-1.14v-2.727q-2.12-.666-3.416-1.851T3%2010.133Q3%207.99%205.62%206.486t6.376-1.505t6.38%201.505T21%2010.133q0%201.488-1.295%202.674t-3.436%201.85m-5.475-1.984h2.975v-.746h-2.206v-4.37h-.769z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/game-stick-left-outline.svg?color=%231a73e8&size=48