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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V8.27q0-1.362.973-2.326q.973-.963 2.354-.963h11.346q1.38 0 2.354.963Q21 6.908 21 8.27V19zm9.483-3.823h4.169v-.84h-3.064v-.056l1.34-1.202q.807-.742 1.146-1.31t.34-1.219q0-.802-.526-1.264t-1.402-.463q-.578 0-1.063.251q-.484.251-.892.745l.54.508q.371-.388.682-.537q.31-.148.722-.148q.483 0 .777.266q.294.265.294.704q0 .501-.279.938t-1.038 1.19l-1.746 1.664zm-5.18 0h3.803v-.827H8.159V8.966h-.855z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameButtonL2(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="M3 19V8.27q0-1.362.973-2.326q.973-.963 2.354-.963h11.346q1.38 0 2.354.963Q21 6.908 21 8.27V19zm9.483-3.823h4.169v-.84h-3.064v-.056l1.34-1.202q.807-.742 1.146-1.31t.34-1.219q0-.802-.526-1.264t-1.402-.463q-.578 0-1.063.251q-.484.251-.892.745l.54.508q.371-.388.682-.537q.31-.148.722-.148q.483 0 .777.266q.294.265.294.704q0 .501-.279.938t-1.038 1.19l-1.746 1.664zm-5.18 0h3.803v-.827H8.159V8.966h-.855z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V8.27q0-1.362.973-2.326q.973-.963 2.354-.963h11.346q1.38 0 2.354.963Q21 6.908 21 8.27V19zm9.483-3.823h4.169v-.84h-3.064v-.056l1.34-1.202q.807-.742 1.146-1.31t.34-1.219q0-.802-.526-1.264t-1.402-.463q-.578 0-1.063.251q-.484.251-.892.745l.54.508q.371-.388.682-.537q.31-.148.722-.148q.483 0 .777.266q.294.265.294.704q0 .501-.279.938t-1.038 1.19l-1.746 1.664zm-5.18 0h3.803v-.827H8.159V8.966h-.855z"/></svg>
</template>

CSS

.icon-game-button-l2 {
  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%22M3%2019V8.27q0-1.362.973-2.326q.973-.963%202.354-.963h11.346q1.38%200%202.354.963Q21%206.908%2021%208.27V19zm9.483-3.823h4.169v-.84h-3.064v-.056l1.34-1.202q.807-.742%201.146-1.31t.34-1.219q0-.802-.526-1.264t-1.402-.463q-.578%200-1.063.251q-.484.251-.892.745l.54.508q.371-.388.682-.537q.31-.148.722-.148q.483%200%20.777.266q.294.265.294.704q0%20.501-.279.938t-1.038%201.19l-1.746%201.664zm-5.18%200h3.803v-.827H8.159V8.966h-.855z%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%22M3%2019V8.27q0-1.362.973-2.326q.973-.963%202.354-.963h11.346q1.38%200%202.354.963Q21%206.908%2021%208.27V19zm9.483-3.823h4.169v-.84h-3.064v-.056l1.34-1.202q.807-.742%201.146-1.31t.34-1.219q0-.802-.526-1.264t-1.402-.463q-.578%200-1.063.251q-.484.251-.892.745l.54.508q.371-.388.682-.537q.31-.148.722-.148q.483%200%20.777.266q.294.265.294.704q0%20.501-.279.938t-1.038%201.19l-1.746%201.664zm-5.18%200h3.803v-.827H8.159V8.966h-.855z%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-l2.svg?color=%231a73e8&size=48