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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.742 15.116h.831V8.885h-.65l-1.917 1.396l.456.629l1.28-.918zm-6.188 0h3.802v-.827H9.409V8.904h-.855zM21 4.98v10.73q0 1.357-.977 2.323t-2.35.966H6.327q-1.372 0-2.35-.966T3 15.712V4.98zm-1 1H4v9.73q0 .945.674 1.617T6.327 18h11.346q.979 0 1.653-.672T20 15.712zm0 0H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameButtonL1Outline(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="M14.742 15.116h.831V8.885h-.65l-1.917 1.396l.456.629l1.28-.918zm-6.188 0h3.802v-.827H9.409V8.904h-.855zM21 4.98v10.73q0 1.357-.977 2.323t-2.35.966H6.327q-1.372 0-2.35-.966T3 15.712V4.98zm-1 1H4v9.73q0 .945.674 1.617T6.327 18h11.346q.979 0 1.653-.672T20 15.712zm0 0H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.742 15.116h.831V8.885h-.65l-1.917 1.396l.456.629l1.28-.918zm-6.188 0h3.802v-.827H9.409V8.904h-.855zM21 4.98v10.73q0 1.357-.977 2.323t-2.35.966H6.327q-1.372 0-2.35-.966T3 15.712V4.98zm-1 1H4v9.73q0 .945.674 1.617T6.327 18h11.346q.979 0 1.653-.672T20 15.712zm0 0H4z"/></svg>
</template>

CSS

.icon-game-button-l1-outline {
  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%22M14.742%2015.116h.831V8.885h-.65l-1.917%201.396l.456.629l1.28-.918zm-6.188%200h3.802v-.827H9.409V8.904h-.855zM21%204.98v10.73q0%201.357-.977%202.323t-2.35.966H6.327q-1.372%200-2.35-.966T3%2015.712V4.98zm-1%201H4v9.73q0%20.945.674%201.617T6.327%2018h11.346q.979%200%201.653-.672T20%2015.712zm0%200H4z%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%22M14.742%2015.116h.831V8.885h-.65l-1.917%201.396l.456.629l1.28-.918zm-6.188%200h3.802v-.827H9.409V8.904h-.855zM21%204.98v10.73q0%201.357-.977%202.323t-2.35.966H6.327q-1.372%200-2.35-.966T3%2015.712V4.98zm-1%201H4v9.73q0%20.945.674%201.617T6.327%2018h11.346q.979%200%201.653-.672T20%2015.712zm0%200H4z%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-l1-outline.svg?color=%231a73e8&size=48