game-stick-right-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
game-stick-right-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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

Use the game stick right 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.134t-2.325-2.938T12 5.985t-5.675 1.21Q4 8.405 4 10.133q0 1.727 2.325 2.928T12 14.26t5.675-1.2m-1.406 1.597V19H7.712v-4.342q-2.121-.666-3.417-1.851T3 10.133q0-2.14 2.624-3.646T12 4.98t6.376 1.506T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.902-1.891h.77v-2.012h.911l1.242 2.012h.893l-1.43-2.22q.5-.194.763-.528t.263-.845q0-.73-.469-1.127q-.468-.396-1.377-.396h-1.566zm.77-2.685V8.37h.717q.573 0 .852.213t.278.626q0 .438-.269.655q-.269.216-.848.216z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameStickRightOutlineSharp(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.134t-2.325-2.938T12 5.985t-5.675 1.21Q4 8.405 4 10.133q0 1.727 2.325 2.928T12 14.26t5.675-1.2m-1.406 1.597V19H7.712v-4.342q-2.121-.666-3.417-1.851T3 10.133q0-2.14 2.624-3.646T12 4.98t6.376 1.506T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.902-1.891h.77v-2.012h.911l1.242 2.012h.893l-1.43-2.22q.5-.194.763-.528t.263-.845q0-.73-.469-1.127q-.468-.396-1.377-.396h-1.566zm.77-2.685V8.37h.717q.573 0 .852.213t.278.626q0 .438-.269.655q-.269.216-.848.216z"/></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.134t-2.325-2.938T12 5.985t-5.675 1.21Q4 8.405 4 10.133q0 1.727 2.325 2.928T12 14.26t5.675-1.2m-1.406 1.597V19H7.712v-4.342q-2.121-.666-3.417-1.851T3 10.133q0-2.14 2.624-3.646T12 4.98t6.376 1.506T21 10.133q0 1.488-1.295 2.674t-3.436 1.85m-5.902-1.891h.77v-2.012h.911l1.242 2.012h.893l-1.43-2.22q.5-.194.763-.528t.263-.845q0-.73-.469-1.127q-.468-.396-1.377-.396h-1.566zm.77-2.685V8.37h.717q.573 0 .852.213t.278.626q0 .438-.269.655q-.269.216-.848.216z"/></svg>
</template>

CSS

.icon-game-stick-right-outline-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%22M17.675%2013.06Q20%2011.86%2020%2010.134t-2.325-2.938T12%205.985t-5.675%201.21Q4%208.405%204%2010.133q0%201.727%202.325%202.928T12%2014.26t5.675-1.2m-1.406%201.597V19H7.712v-4.342q-2.121-.666-3.417-1.851T3%2010.133q0-2.14%202.624-3.646T12%204.98t6.376%201.506T21%2010.133q0%201.488-1.295%202.674t-3.436%201.85m-5.902-1.891h.77v-2.012h.911l1.242%202.012h.893l-1.43-2.22q.5-.194.763-.528t.263-.845q0-.73-.469-1.127q-.468-.396-1.377-.396h-1.566zm.77-2.685V8.37h.717q.573%200%20.852.213t.278.626q0%20.438-.269.655q-.269.216-.848.216z%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.134t-2.325-2.938T12%205.985t-5.675%201.21Q4%208.405%204%2010.133q0%201.727%202.325%202.928T12%2014.26t5.675-1.2m-1.406%201.597V19H7.712v-4.342q-2.121-.666-3.417-1.851T3%2010.133q0-2.14%202.624-3.646T12%204.98t6.376%201.506T21%2010.133q0%201.488-1.295%202.674t-3.436%201.85m-5.902-1.891h.77v-2.012h.911l1.242%202.012h.893l-1.43-2.22q.5-.194.763-.528t.263-.845q0-.73-.469-1.127q-.468-.396-1.377-.396h-1.566zm.77-2.685V8.37h.717q.573%200%20.852.213t.278.626q0%20.438-.269.655q-.269.216-.848.216z%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-right-outline-sharp.svg?color=%231a73e8&size=48