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

Name
game-button-zl
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
game-button-zl-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 zl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.06 15.116h4.4v-.827H8.117l3.249-4.681v-.704H7.19v.827h3.117L7.06 14.423zM21 5v10.73q0 1.368-.977 2.329q-.978.96-2.35.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zm-7.873 10.116h3.796v-.827h-2.946V8.904h-.85z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameButtonZl(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="M7.06 15.116h4.4v-.827H8.117l3.249-4.681v-.704H7.19v.827h3.117L7.06 14.423zM21 5v10.73q0 1.368-.977 2.329q-.978.96-2.35.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zm-7.873 10.116h3.796v-.827h-2.946V8.904h-.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.06 15.116h4.4v-.827H8.117l3.249-4.681v-.704H7.19v.827h3.117L7.06 14.423zM21 5v10.73q0 1.368-.977 2.329q-.978.96-2.35.96H6.327q-1.406 0-2.366-.96Q3 17.098 3 15.73V5zm-7.873 10.116h3.796v-.827h-2.946V8.904h-.85z"/></svg>
</template>

CSS

.icon-game-button-zl {
  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%22M7.06%2015.116h4.4v-.827H8.117l3.249-4.681v-.704H7.19v.827h3.117L7.06%2014.423zM21%205v10.73q0%201.368-.977%202.329q-.978.96-2.35.96H6.327q-1.406%200-2.366-.96Q3%2017.098%203%2015.73V5zm-7.873%2010.116h3.796v-.827h-2.946V8.904h-.85z%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%22M7.06%2015.116h4.4v-.827H8.117l3.249-4.681v-.704H7.19v.827h3.117L7.06%2014.423zM21%205v10.73q0%201.368-.977%202.329q-.978.96-2.35.96H6.327q-1.406%200-2.366-.96Q3%2017.098%203%2015.73V5zm-7.873%2010.116h3.796v-.827h-2.946V8.904h-.85z%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-zl.svg?color=%231a73e8&size=48