gaming buttons icon

gaming-buttons-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
gaming-buttons-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

More like icons from Reicon

Use the gaming buttons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><rect width="8" height="8" x="2.667" y="2.667" rx="2.333" ry="2.333"/><circle cx="17.333" cy="17.333" r="4.333"/><path d="M10.373 13.627a1 1 0 0 0-1.414 0L6.665 15.92l-2.293-2.293a1 1 0 1 0-1.415 1.414l2.294 2.294l-2.294 2.293a1 1 0 0 0 1.414 1.415l2.293-2.294l2.293 2.294a1 1 0 0 0 1.414 0a1 1 0 0 0 0-1.415l-2.294-2.293l2.294-2.294a1 1 0 0 0 0-1.414Zm11.424-5.46l-3.021-5.232c-.601-1.043-2.284-1.044-2.885 0l-3.02 5.23a1.64 1.64 0 0 0-.003 1.667c.297.515.85.835 1.444.835h6.041c.594 0 1.147-.32 1.444-.835a1.65 1.65 0 0 0 0-1.665"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGamingButtonsFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><rect width="8" height="8" x="2.667" y="2.667" rx="2.333" ry="2.333"/><circle cx="17.333" cy="17.333" r="4.333"/><path d="M10.373 13.627a1 1 0 0 0-1.414 0L6.665 15.92l-2.293-2.293a1 1 0 1 0-1.415 1.414l2.294 2.294l-2.294 2.293a1 1 0 0 0 1.414 1.415l2.293-2.294l2.293 2.294a1 1 0 0 0 1.414 0a1 1 0 0 0 0-1.415l-2.294-2.293l2.294-2.294a1 1 0 0 0 0-1.414Zm11.424-5.46l-3.021-5.232c-.601-1.043-2.284-1.044-2.885 0l-3.02 5.23a1.64 1.64 0 0 0-.003 1.667c.297.515.85.835 1.444.835h6.041c.594 0 1.147-.32 1.444-.835a1.65 1.65 0 0 0 0-1.665"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><rect width="8" height="8" x="2.667" y="2.667" rx="2.333" ry="2.333"/><circle cx="17.333" cy="17.333" r="4.333"/><path d="M10.373 13.627a1 1 0 0 0-1.414 0L6.665 15.92l-2.293-2.293a1 1 0 1 0-1.415 1.414l2.294 2.294l-2.294 2.293a1 1 0 0 0 1.414 1.415l2.293-2.294l2.293 2.294a1 1 0 0 0 1.414 0a1 1 0 0 0 0-1.415l-2.294-2.293l2.294-2.294a1 1 0 0 0 0-1.414Zm11.424-5.46l-3.021-5.232c-.601-1.043-2.284-1.044-2.885 0l-3.02 5.23a1.64 1.64 0 0 0-.003 1.667c.297.515.85.835 1.444.835h6.041c.594 0 1.147-.32 1.444-.835a1.65 1.65 0 0 0 0-1.665"/></g></svg>
</template>

CSS

.icon-gaming-buttons-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20x%3D%222.667%22%20y%3D%222.667%22%20rx%3D%222.333%22%20ry%3D%222.333%22%2F%3E%3Ccircle%20cx%3D%2217.333%22%20cy%3D%2217.333%22%20r%3D%224.333%22%2F%3E%3Cpath%20d%3D%22M10.373%2013.627a1%201%200%200%200-1.414%200L6.665%2015.92l-2.293-2.293a1%201%200%201%200-1.415%201.414l2.294%202.294l-2.294%202.293a1%201%200%200%200%201.414%201.415l2.293-2.294l2.293%202.294a1%201%200%200%200%201.414%200a1%201%200%200%200%200-1.415l-2.294-2.293l2.294-2.294a1%201%200%200%200%200-1.414Zm11.424-5.46l-3.021-5.232c-.601-1.043-2.284-1.044-2.885%200l-3.02%205.23a1.64%201.64%200%200%200-.003%201.667c.297.515.85.835%201.444.835h6.041c.594%200%201.147-.32%201.444-.835a1.65%201.65%200%200%200%200-1.665%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20x%3D%222.667%22%20y%3D%222.667%22%20rx%3D%222.333%22%20ry%3D%222.333%22%2F%3E%3Ccircle%20cx%3D%2217.333%22%20cy%3D%2217.333%22%20r%3D%224.333%22%2F%3E%3Cpath%20d%3D%22M10.373%2013.627a1%201%200%200%200-1.414%200L6.665%2015.92l-2.293-2.293a1%201%200%201%200-1.415%201.414l2.294%202.294l-2.294%202.293a1%201%200%200%200%201.414%201.415l2.293-2.294l2.293%202.294a1%201%200%200%200%201.414%200a1%201%200%200%200%200-1.415l-2.294-2.293l2.294-2.294a1%201%200%200%200%200-1.414Zm11.424-5.46l-3.021-5.232c-.601-1.043-2.284-1.044-2.885%200l-3.02%205.23a1.64%201.64%200%200%200-.003%201.667c.297.515.85.835%201.444.835h6.041c.594%200%201.147-.32%201.444-.835a1.65%201.65%200%200%200%200-1.665%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gaming-buttons-filled.svg?color=%231a73e8&size=48

Gaming Buttons filled icon — Reicon · IconsDB