game trigger left icon

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

Name
game-trigger-left-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the game trigger left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 14.289v-4.96q0-.173-.126-.3q-.126-.125-.301-.125t-.302.126t-.127.299v4.979q0 .343.232.575t.576.232h2.58q.182 0 .298-.115t.116-.296t-.116-.298t-.298-.118zm5.71-4.558v4.96q0 .172.125.298t.301.126t.302-.126t.127-.299V9.73h1.52q.181 0 .297-.114q.116-.115.116-.296t-.116-.299t-.298-.117h-3.913q-.182 0-.298.115t-.116.296t.116.299t.298.117zM3 17.384V8.27q0-1.356.977-2.322t2.35-.966h11.346q1.373 0 2.35.966T21 8.269v9.116q0 .666-.474 1.14T19.385 19H4.615q-.666 0-1.14-.475T3 17.386M4.616 18h14.769q.269 0 .442-.173t.173-.442V8.269q0-.96-.683-1.624q-.684-.664-1.644-.664H6.327q-.96 0-1.643.664Q4 7.31 4 8.27v9.116q0 .269.173.442t.443.173m0 0H4h16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameTriggerLeftOutlineRounded(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="M8.66 14.289v-4.96q0-.173-.126-.3q-.126-.125-.301-.125t-.302.126t-.127.299v4.979q0 .343.232.575t.576.232h2.58q.182 0 .298-.115t.116-.296t-.116-.298t-.298-.118zm5.71-4.558v4.96q0 .172.125.298t.301.126t.302-.126t.127-.299V9.73h1.52q.181 0 .297-.114q.116-.115.116-.296t-.116-.299t-.298-.117h-3.913q-.182 0-.298.115t-.116.296t.116.299t.298.117zM3 17.384V8.27q0-1.356.977-2.322t2.35-.966h11.346q1.373 0 2.35.966T21 8.269v9.116q0 .666-.474 1.14T19.385 19H4.615q-.666 0-1.14-.475T3 17.386M4.616 18h14.769q.269 0 .442-.173t.173-.442V8.269q0-.96-.683-1.624q-.684-.664-1.644-.664H6.327q-.96 0-1.643.664Q4 7.31 4 8.27v9.116q0 .269.173.442t.443.173m0 0H4h16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 14.289v-4.96q0-.173-.126-.3q-.126-.125-.301-.125t-.302.126t-.127.299v4.979q0 .343.232.575t.576.232h2.58q.182 0 .298-.115t.116-.296t-.116-.298t-.298-.118zm5.71-4.558v4.96q0 .172.125.298t.301.126t.302-.126t.127-.299V9.73h1.52q.181 0 .297-.114q.116-.115.116-.296t-.116-.299t-.298-.117h-3.913q-.182 0-.298.115t-.116.296t.116.299t.298.117zM3 17.384V8.27q0-1.356.977-2.322t2.35-.966h11.346q1.373 0 2.35.966T21 8.269v9.116q0 .666-.474 1.14T19.385 19H4.615q-.666 0-1.14-.475T3 17.386M4.616 18h14.769q.269 0 .442-.173t.173-.442V8.269q0-.96-.683-1.624q-.684-.664-1.644-.664H6.327q-.96 0-1.643.664Q4 7.31 4 8.27v9.116q0 .269.173.442t.443.173m0 0H4h16z"/></svg>
</template>

CSS

.icon-game-trigger-left-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%22M8.66%2014.289v-4.96q0-.173-.126-.3q-.126-.125-.301-.125t-.302.126t-.127.299v4.979q0%20.343.232.575t.576.232h2.58q.182%200%20.298-.115t.116-.296t-.116-.298t-.298-.118zm5.71-4.558v4.96q0%20.172.125.298t.301.126t.302-.126t.127-.299V9.73h1.52q.181%200%20.297-.114q.116-.115.116-.296t-.116-.299t-.298-.117h-3.913q-.182%200-.298.115t-.116.296t.116.299t.298.117zM3%2017.384V8.27q0-1.356.977-2.322t2.35-.966h11.346q1.373%200%202.35.966T21%208.269v9.116q0%20.666-.474%201.14T19.385%2019H4.615q-.666%200-1.14-.475T3%2017.386M4.616%2018h14.769q.269%200%20.442-.173t.173-.442V8.269q0-.96-.683-1.624q-.684-.664-1.644-.664H6.327q-.96%200-1.643.664Q4%207.31%204%208.27v9.116q0%20.269.173.442t.443.173m0%200H4h16z%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%22M8.66%2014.289v-4.96q0-.173-.126-.3q-.126-.125-.301-.125t-.302.126t-.127.299v4.979q0%20.343.232.575t.576.232h2.58q.182%200%20.298-.115t.116-.296t-.116-.298t-.298-.118zm5.71-4.558v4.96q0%20.172.125.298t.301.126t.302-.126t.127-.299V9.73h1.52q.181%200%20.297-.114q.116-.115.116-.296t-.116-.299t-.298-.117h-3.913q-.182%200-.298.115t-.116.296t.116.299t.298.117zM3%2017.384V8.27q0-1.356.977-2.322t2.35-.966h11.346q1.373%200%202.35.966T21%208.269v9.116q0%20.666-.474%201.14T19.385%2019H4.615q-.666%200-1.14-.475T3%2017.386M4.616%2018h14.769q.269%200%20.442-.173t.173-.442V8.269q0-.96-.683-1.624q-.684-.664-1.644-.664H6.327q-.96%200-1.643.664Q4%207.31%204%208.27v9.116q0%20.269.173.442t.443.173m0%200H4h16z%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-trigger-left-outline-rounded.svg?color=%231a73e8&size=48