game-stick-r3-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
game-stick-r3-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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 r3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.442L10 2.77h4zm5.675 9.622Q20 13.86 20 12.136T17.675 9.2T12 7.985T6.325 9.199T4 12.136t2.325 2.928Q8.65 16.267 12 16.267t5.675-1.203m-1.406 1.594v2.746q0 .666-.474 1.14t-1.141.475H9.327q-.667 0-1.141-.474t-.475-1.141v-2.746q-2.12-.666-3.416-1.851T3 12.133Q3 9.99 5.62 8.486t6.376-1.505t6.38 1.505T21 12.133q0 1.488-1.295 2.674t-3.436 1.85m-5.244-2.007q.112-.115.112-.27v-1.626h.911l1.13 1.837q.05.08.133.127q.082.048.185.048q.23 0 .335-.199q.106-.198-.037-.384l-1.04-1.637q.5-.194.762-.53t.263-.843q0-.73-.468-1.127q-.469-.396-1.378-.396h-1.164q-.16 0-.281.121q-.12.121-.12.283v4.327q0 .154.11.269q.113.116.274.116t.273-.116m.112-2.57v-1.709h.717q.573 0 .852.213t.279.625q0 .439-.27.656q-.269.216-.848.216z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameStickR3OutlineRounded(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="M12 5.442L10 2.77h4zm5.675 9.622Q20 13.86 20 12.136T17.675 9.2T12 7.985T6.325 9.199T4 12.136t2.325 2.928Q8.65 16.267 12 16.267t5.675-1.203m-1.406 1.594v2.746q0 .666-.474 1.14t-1.141.475H9.327q-.667 0-1.141-.474t-.475-1.141v-2.746q-2.12-.666-3.416-1.851T3 12.133Q3 9.99 5.62 8.486t6.376-1.505t6.38 1.505T21 12.133q0 1.488-1.295 2.674t-3.436 1.85m-5.244-2.007q.112-.115.112-.27v-1.626h.911l1.13 1.837q.05.08.133.127q.082.048.185.048q.23 0 .335-.199q.106-.198-.037-.384l-1.04-1.637q.5-.194.762-.53t.263-.843q0-.73-.468-1.127q-.469-.396-1.378-.396h-1.164q-.16 0-.281.121q-.12.121-.12.283v4.327q0 .154.11.269q.113.116.274.116t.273-.116m.112-2.57v-1.709h.717q.573 0 .852.213t.279.625q0 .439-.27.656q-.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="M12 5.442L10 2.77h4zm5.675 9.622Q20 13.86 20 12.136T17.675 9.2T12 7.985T6.325 9.199T4 12.136t2.325 2.928Q8.65 16.267 12 16.267t5.675-1.203m-1.406 1.594v2.746q0 .666-.474 1.14t-1.141.475H9.327q-.667 0-1.141-.474t-.475-1.141v-2.746q-2.12-.666-3.416-1.851T3 12.133Q3 9.99 5.62 8.486t6.376-1.505t6.38 1.505T21 12.133q0 1.488-1.295 2.674t-3.436 1.85m-5.244-2.007q.112-.115.112-.27v-1.626h.911l1.13 1.837q.05.08.133.127q.082.048.185.048q.23 0 .335-.199q.106-.198-.037-.384l-1.04-1.637q.5-.194.762-.53t.263-.843q0-.73-.468-1.127q-.469-.396-1.378-.396h-1.164q-.16 0-.281.121q-.12.121-.12.283v4.327q0 .154.11.269q.113.116.274.116t.273-.116m.112-2.57v-1.709h.717q.573 0 .852.213t.279.625q0 .439-.27.656q-.269.216-.848.216z"/></svg>
</template>

CSS

.icon-game-stick-r3-outline-rounded {
  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%22M12%205.442L10%202.77h4zm5.675%209.622Q20%2013.86%2020%2012.136T17.675%209.2T12%207.985T6.325%209.199T4%2012.136t2.325%202.928Q8.65%2016.267%2012%2016.267t5.675-1.203m-1.406%201.594v2.746q0%20.666-.474%201.14t-1.141.475H9.327q-.667%200-1.141-.474t-.475-1.141v-2.746q-2.12-.666-3.416-1.851T3%2012.133Q3%209.99%205.62%208.486t6.376-1.505t6.38%201.505T21%2012.133q0%201.488-1.295%202.674t-3.436%201.85m-5.244-2.007q.112-.115.112-.27v-1.626h.911l1.13%201.837q.05.08.133.127q.082.048.185.048q.23%200%20.335-.199q.106-.198-.037-.384l-1.04-1.637q.5-.194.762-.53t.263-.843q0-.73-.468-1.127q-.469-.396-1.378-.396h-1.164q-.16%200-.281.121q-.12.121-.12.283v4.327q0%20.154.11.269q.113.116.274.116t.273-.116m.112-2.57v-1.709h.717q.573%200%20.852.213t.279.625q0%20.439-.27.656q-.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%22M12%205.442L10%202.77h4zm5.675%209.622Q20%2013.86%2020%2012.136T17.675%209.2T12%207.985T6.325%209.199T4%2012.136t2.325%202.928Q8.65%2016.267%2012%2016.267t5.675-1.203m-1.406%201.594v2.746q0%20.666-.474%201.14t-1.141.475H9.327q-.667%200-1.141-.474t-.475-1.141v-2.746q-2.12-.666-3.416-1.851T3%2012.133Q3%209.99%205.62%208.486t6.376-1.505t6.38%201.505T21%2012.133q0%201.488-1.295%202.674t-3.436%201.85m-5.244-2.007q.112-.115.112-.27v-1.626h.911l1.13%201.837q.05.08.133.127q.082.048.185.048q.23%200%20.335-.199q.106-.198-.037-.384l-1.04-1.637q.5-.194.762-.53t.263-.843q0-.73-.468-1.127q-.469-.396-1.378-.396h-1.164q-.16%200-.281.121q-.12.121-.12.283v4.327q0%20.154.11.269q.113.116.274.116t.273-.116m.112-2.57v-1.709h.717q.573%200%20.852.213t.279.625q0%20.439-.27.656q-.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-r3-outline-rounded.svg?color=%231a73e8&size=48