game trigger left icon

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

Name
game-trigger-left-rounded
Set
Material Symbols Light
Style
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.386"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGameTriggerLeftRounded(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.386"/></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.386"/></svg>
</template>

CSS

.icon-game-trigger-left-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.386%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.386%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-rounded.svg?color=%231a73e8&size=48