game button zr icon
game-button-zr-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- game-button-zr-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 button zr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 15.5h4.025q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H7.85l3.225-4.575l.1-.65q0-.225-.15-.375t-.375-.15H6.875q-.275 0-.45.175t-.175.45t.175.45t.45.175h2.55L6.2 14.375L6.1 15q0 .2.15.35t.35.15m7.475-2.525H15l1.625 2.275q.1.125.238.188t.287.062q.4 0 .588-.363t-.063-.687L16.4 12.775q.7-.275 1.063-.788t.362-1.262q0-1.125-.65-1.675T15.15 8.5H13.7q-.425 0-.712.288T12.7 9.5v5.325q0 .275.213.475t.487.2t.475-.213t.2-.487zm0-1.05V9.7h1.15q.65 0 .925.288t.275.812q0 .55-.325.837t-.9.288zM22 6v10q0 1.65-1.175 2.825T18 20H6q-1.65 0-2.825-1.175T2 16V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGameButtonZrRounded(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="M6.6 15.5h4.025q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H7.85l3.225-4.575l.1-.65q0-.225-.15-.375t-.375-.15H6.875q-.275 0-.45.175t-.175.45t.175.45t.45.175h2.55L6.2 14.375L6.1 15q0 .2.15.35t.35.15m7.475-2.525H15l1.625 2.275q.1.125.238.188t.287.062q.4 0 .588-.363t-.063-.687L16.4 12.775q.7-.275 1.063-.788t.362-1.262q0-1.125-.65-1.675T15.15 8.5H13.7q-.425 0-.712.288T12.7 9.5v5.325q0 .275.213.475t.487.2t.475-.213t.2-.487zm0-1.05V9.7h1.15q.65 0 .925.288t.275.812q0 .55-.325.837t-.9.288zM22 6v10q0 1.65-1.175 2.825T18 20H6q-1.65 0-2.825-1.175T2 16V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 15.5h4.025q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H7.85l3.225-4.575l.1-.65q0-.225-.15-.375t-.375-.15H6.875q-.275 0-.45.175t-.175.45t.175.45t.45.175h2.55L6.2 14.375L6.1 15q0 .2.15.35t.35.15m7.475-2.525H15l1.625 2.275q.1.125.238.188t.287.062q.4 0 .588-.363t-.063-.687L16.4 12.775q.7-.275 1.063-.788t.362-1.262q0-1.125-.65-1.675T15.15 8.5H13.7q-.425 0-.712.288T12.7 9.5v5.325q0 .275.213.475t.487.2t.475-.213t.2-.487zm0-1.05V9.7h1.15q.65 0 .925.288t.275.812q0 .55-.325.837t-.9.288zM22 6v10q0 1.65-1.175 2.825T18 20H6q-1.65 0-2.825-1.175T2 16V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6"/></svg> </template>
CSS
.icon-game-button-zr-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%22M6.6%2015.5h4.025q.275%200%20.45-.175t.175-.45t-.175-.45t-.45-.175H7.85l3.225-4.575l.1-.65q0-.225-.15-.375t-.375-.15H6.875q-.275%200-.45.175t-.175.45t.175.45t.45.175h2.55L6.2%2014.375L6.1%2015q0%20.2.15.35t.35.15m7.475-2.525H15l1.625%202.275q.1.125.238.188t.287.062q.4%200%20.588-.363t-.063-.687L16.4%2012.775q.7-.275%201.063-.788t.362-1.262q0-1.125-.65-1.675T15.15%208.5H13.7q-.425%200-.712.288T12.7%209.5v5.325q0%20.275.213.475t.487.2t.475-.213t.2-.487zm0-1.05V9.7h1.15q.65%200%20.925.288t.275.812q0%20.55-.325.837t-.9.288zM22%206v10q0%201.65-1.175%202.825T18%2020H6q-1.65%200-2.825-1.175T2%2016V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206%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%22M6.6%2015.5h4.025q.275%200%20.45-.175t.175-.45t-.175-.45t-.45-.175H7.85l3.225-4.575l.1-.65q0-.225-.15-.375t-.375-.15H6.875q-.275%200-.45.175t-.175.45t.175.45t.45.175h2.55L6.2%2014.375L6.1%2015q0%20.2.15.35t.35.15m7.475-2.525H15l1.625%202.275q.1.125.238.188t.287.062q.4%200%20.588-.363t-.063-.687L16.4%2012.775q.7-.275%201.063-.788t.362-1.262q0-1.125-.65-1.675T15.15%208.5H13.7q-.425%200-.712.288T12.7%209.5v5.325q0%20.275.213.475t.487.2t.475-.213t.2-.487zm0-1.05V9.7h1.15q.65%200%20.925.288t.275.812q0%20.55-.325.837t-.9.288zM22%206v10q0%201.65-1.175%202.825T18%2020H6q-1.65%200-2.825-1.175T2%2016V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/game-button-zr-rounded.svg?color=%231a73e8&size=48