game-button-zr from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
game-button-zr
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
game-button-zr-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the game button zr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5v10.73q0 1.368-.973 2.329q-.973.96-2.354.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zM6.985 15.154h4.4v-.827H8.042l3.249-4.68v-.705H7.116v.827h3.117l-3.248 4.693zm5.773 0h.856v-2.467h1.175l1.555 2.467h.99l-1.722-2.687q.623-.217.937-.643t.315-1.06q0-.914-.564-1.368t-1.727-.454h-1.815zm.856-3.229V9.758h.938q.708 0 1.07.278q.36.278.36.783q0 .531-.363.818t-1.015.288z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameButtonZr(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="M21 5v10.73q0 1.368-.973 2.329q-.973.96-2.354.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zM6.985 15.154h4.4v-.827H8.042l3.249-4.68v-.705H7.116v.827h3.117l-3.248 4.693zm5.773 0h.856v-2.467h1.175l1.555 2.467h.99l-1.722-2.687q.623-.217.937-.643t.315-1.06q0-.914-.564-1.368t-1.727-.454h-1.815zm.856-3.229V9.758h.938q.708 0 1.07.278q.36.278.36.783q0 .531-.363.818t-1.015.288z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5v10.73q0 1.368-.973 2.329q-.973.96-2.354.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zM6.985 15.154h4.4v-.827H8.042l3.249-4.68v-.705H7.116v.827h3.117l-3.248 4.693zm5.773 0h.856v-2.467h1.175l1.555 2.467h.99l-1.722-2.687q.623-.217.937-.643t.315-1.06q0-.914-.564-1.368t-1.727-.454h-1.815zm.856-3.229V9.758h.938q.708 0 1.07.278q.36.278.36.783q0 .531-.363.818t-1.015.288z"/></svg>
</template>

CSS

.icon-game-button-zr {
  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%22M21%205v10.73q0%201.368-.973%202.329q-.973.96-2.354.96H6.327q-1.406%200-2.366-.96Q3%2017.098%203%2015.73V5zM6.985%2015.154h4.4v-.827H8.042l3.249-4.68v-.705H7.116v.827h3.117l-3.248%204.693zm5.773%200h.856v-2.467h1.175l1.555%202.467h.99l-1.722-2.687q.623-.217.937-.643t.315-1.06q0-.914-.564-1.368t-1.727-.454h-1.815zm.856-3.229V9.758h.938q.708%200%201.07.278q.36.278.36.783q0%20.531-.363.818t-1.015.288z%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%22M21%205v10.73q0%201.368-.973%202.329q-.973.96-2.354.96H6.327q-1.406%200-2.366-.96Q3%2017.098%203%2015.73V5zM6.985%2015.154h4.4v-.827H8.042l3.249-4.68v-.705H7.116v.827h3.117l-3.248%204.693zm5.773%200h.856v-2.467h1.175l1.555%202.467h.99l-1.722-2.687q.623-.217.937-.643t.315-1.06q0-.914-.564-1.368t-1.727-.454h-1.815zm.856-3.229V9.758h.938q.708%200%201.07.278q.36.278.36.783q0%20.531-.363.818t-1.015.288z%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-button-zr.svg?color=%231a73e8&size=48