game trigger right icon
game-trigger-right-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- game-trigger-right-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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the game trigger right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.882 15.028q.132-.126.132-.3v-2.047h1.175l1.432 2.275q.06.09.14.144t.193.054q.246 0 .376-.218t-.024-.428l-1.294-2.04q.623-.218.937-.645t.315-1.054q0-.938-.561-1.382q-.56-.445-1.724-.445H7.966q-.344 0-.576.233q-.232.232-.232.575v4.979q0 .173.116.299q.117.126.297.126t.311-.126m.137-3.103L8 9.758h.933q.707 0 1.072.277q.364.278.364.784q0 .531-.357.819t-1.008.287zm7.171 3.103q.127-.126.127-.3V9.77h1.52q.182 0 .297-.115q.116-.115.116-.296t-.116-.298t-.297-.118h-3.908q-.182 0-.298.115t-.115.297q0 .18.115.298q.116.117.298.117h1.533v4.96q0 .173.126.299t.3.126t.302-.126M3 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 MaterialSymbolsLightGameTriggerRightOutlineRounded(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.882 15.028q.132-.126.132-.3v-2.047h1.175l1.432 2.275q.06.09.14.144t.193.054q.246 0 .376-.218t-.024-.428l-1.294-2.04q.623-.218.937-.645t.315-1.054q0-.938-.561-1.382q-.56-.445-1.724-.445H7.966q-.344 0-.576.233q-.232.232-.232.575v4.979q0 .173.116.299q.117.126.297.126t.311-.126m.137-3.103L8 9.758h.933q.707 0 1.072.277q.364.278.364.784q0 .531-.357.819t-1.008.287zm7.171 3.103q.127-.126.127-.3V9.77h1.52q.182 0 .297-.115q.116-.115.116-.296t-.116-.298t-.297-.118h-3.908q-.182 0-.298.115t-.115.297q0 .18.115.298q.116.117.298.117h1.533v4.96q0 .173.126.299t.3.126t.302-.126M3 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="M7.882 15.028q.132-.126.132-.3v-2.047h1.175l1.432 2.275q.06.09.14.144t.193.054q.246 0 .376-.218t-.024-.428l-1.294-2.04q.623-.218.937-.645t.315-1.054q0-.938-.561-1.382q-.56-.445-1.724-.445H7.966q-.344 0-.576.233q-.232.232-.232.575v4.979q0 .173.116.299q.117.126.297.126t.311-.126m.137-3.103L8 9.758h.933q.707 0 1.072.277q.364.278.364.784q0 .531-.357.819t-1.008.287zm7.171 3.103q.127-.126.127-.3V9.77h1.52q.182 0 .297-.115q.116-.115.116-.296t-.116-.298t-.297-.118h-3.908q-.182 0-.298.115t-.115.297q0 .18.115.298q.116.117.298.117h1.533v4.96q0 .173.126.299t.3.126t.302-.126M3 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-right-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%22M7.882%2015.028q.132-.126.132-.3v-2.047h1.175l1.432%202.275q.06.09.14.144t.193.054q.246%200%20.376-.218t-.024-.428l-1.294-2.04q.623-.218.937-.645t.315-1.054q0-.938-.561-1.382q-.56-.445-1.724-.445H7.966q-.344%200-.576.233q-.232.232-.232.575v4.979q0%20.173.116.299q.117.126.297.126t.311-.126m.137-3.103L8%209.758h.933q.707%200%201.072.277q.364.278.364.784q0%20.531-.357.819t-1.008.287zm7.171%203.103q.127-.126.127-.3V9.77h1.52q.182%200%20.297-.115q.116-.115.116-.296t-.116-.298t-.297-.118h-3.908q-.182%200-.298.115t-.115.297q0%20.18.115.298q.116.117.298.117h1.533v4.96q0%20.173.126.299t.3.126t.302-.126M3%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%22M7.882%2015.028q.132-.126.132-.3v-2.047h1.175l1.432%202.275q.06.09.14.144t.193.054q.246%200%20.376-.218t-.024-.428l-1.294-2.04q.623-.218.937-.645t.315-1.054q0-.938-.561-1.382q-.56-.445-1.724-.445H7.966q-.344%200-.576.233q-.232.232-.232.575v4.979q0%20.173.116.299q.117.126.297.126t.311-.126m.137-3.103L8%209.758h.933q.707%200%201.072.277q.364.278.364.784q0%20.531-.357.819t-1.008.287zm7.171%203.103q.127-.126.127-.3V9.77h1.52q.182%200%20.297-.115q.116-.115.116-.296t-.116-.298t-.297-.118h-3.908q-.182%200-.298.115t-.115.297q0%20.18.115.298q.116.117.298.117h1.533v4.96q0%20.173.126.299t.3.126t.302-.126M3%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-right-outline-rounded.svg?color=%231a73e8&size=48