gamepad buttons icon

gamepad-buttons from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.

Name
gamepad-buttons
Set
Reicon
Style
Outline
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

More like icons from Reicon

Use the gamepad buttons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.333 3h3.334C14.403 3 15 3.597 15 4.333v1.782c0 .353-.14.693-.39.942l-2.14 2.139a.667.667 0 0 1-.942 0L9.389 7.057c-.25-.25-.39-.589-.39-.942V4.333c0-.736.597-1.333 1.333-1.333ZM21 10.333v3.334c0 .736-.597 1.333-1.333 1.333h-1.782a1.33 1.33 0 0 1-.942-.39l-2.14-2.14a.667.667 0 0 1 0-.942l2.14-2.139c.25-.25.589-.39.942-.39h1.782c.736 0 1.333.597 1.333 1.333ZM13.667 21h-3.334A1.334 1.334 0 0 1 9 19.667v-1.782c0-.353.14-.693.39-.942l2.14-2.14c.26-.26.682-.26.942 0l2.139 2.14c.25.25.39.589.39.942v1.782c0 .736-.597 1.333-1.333 1.333ZM3 13.667v-3.334C3 9.597 3.597 9 4.333 9h1.782c.353 0 .693.14.942.39l2.139 2.14c.26.26.26.682 0 .942l-2.139 2.139c-.25.25-.589.39-.942.39H4.333A1.334 1.334 0 0 1 3 13.669Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGamepadButtons(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.333 3h3.334C14.403 3 15 3.597 15 4.333v1.782c0 .353-.14.693-.39.942l-2.14 2.139a.667.667 0 0 1-.942 0L9.389 7.057c-.25-.25-.39-.589-.39-.942V4.333c0-.736.597-1.333 1.333-1.333ZM21 10.333v3.334c0 .736-.597 1.333-1.333 1.333h-1.782a1.33 1.33 0 0 1-.942-.39l-2.14-2.14a.667.667 0 0 1 0-.942l2.14-2.139c.25-.25.589-.39.942-.39h1.782c.736 0 1.333.597 1.333 1.333ZM13.667 21h-3.334A1.334 1.334 0 0 1 9 19.667v-1.782c0-.353.14-.693.39-.942l2.14-2.14c.26-.26.682-.26.942 0l2.139 2.14c.25.25.39.589.39.942v1.782c0 .736-.597 1.333-1.333 1.333ZM3 13.667v-3.334C3 9.597 3.597 9 4.333 9h1.782c.353 0 .693.14.942.39l2.139 2.14c.26.26.26.682 0 .942l-2.139 2.139c-.25.25-.589.39-.942.39H4.333A1.334 1.334 0 0 1 3 13.669Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.333 3h3.334C14.403 3 15 3.597 15 4.333v1.782c0 .353-.14.693-.39.942l-2.14 2.139a.667.667 0 0 1-.942 0L9.389 7.057c-.25-.25-.39-.589-.39-.942V4.333c0-.736.597-1.333 1.333-1.333ZM21 10.333v3.334c0 .736-.597 1.333-1.333 1.333h-1.782a1.33 1.33 0 0 1-.942-.39l-2.14-2.14a.667.667 0 0 1 0-.942l2.14-2.139c.25-.25.589-.39.942-.39h1.782c.736 0 1.333.597 1.333 1.333ZM13.667 21h-3.334A1.334 1.334 0 0 1 9 19.667v-1.782c0-.353.14-.693.39-.942l2.14-2.14c.26-.26.682-.26.942 0l2.139 2.14c.25.25.39.589.39.942v1.782c0 .736-.597 1.333-1.333 1.333ZM3 13.667v-3.334C3 9.597 3.597 9 4.333 9h1.782c.353 0 .693.14.942.39l2.139 2.14c.26.26.26.682 0 .942l-2.139 2.139c-.25.25-.589.39-.942.39H4.333A1.334 1.334 0 0 1 3 13.669Z"/></svg>
</template>

CSS

.icon-gamepad-buttons {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.333%203h3.334C14.403%203%2015%203.597%2015%204.333v1.782c0%20.353-.14.693-.39.942l-2.14%202.139a.667.667%200%200%201-.942%200L9.389%207.057c-.25-.25-.39-.589-.39-.942V4.333c0-.736.597-1.333%201.333-1.333ZM21%2010.333v3.334c0%20.736-.597%201.333-1.333%201.333h-1.782a1.33%201.33%200%200%201-.942-.39l-2.14-2.14a.667.667%200%200%201%200-.942l2.14-2.139c.25-.25.589-.39.942-.39h1.782c.736%200%201.333.597%201.333%201.333ZM13.667%2021h-3.334A1.334%201.334%200%200%201%209%2019.667v-1.782c0-.353.14-.693.39-.942l2.14-2.14c.26-.26.682-.26.942%200l2.139%202.14c.25.25.39.589.39.942v1.782c0%20.736-.597%201.333-1.333%201.333ZM3%2013.667v-3.334C3%209.597%203.597%209%204.333%209h1.782c.353%200%20.693.14.942.39l2.139%202.14c.26.26.26.682%200%20.942l-2.139%202.139c-.25.25-.589.39-.942.39H4.333A1.334%201.334%200%200%201%203%2013.669Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.333%203h3.334C14.403%203%2015%203.597%2015%204.333v1.782c0%20.353-.14.693-.39.942l-2.14%202.139a.667.667%200%200%201-.942%200L9.389%207.057c-.25-.25-.39-.589-.39-.942V4.333c0-.736.597-1.333%201.333-1.333ZM21%2010.333v3.334c0%20.736-.597%201.333-1.333%201.333h-1.782a1.33%201.33%200%200%201-.942-.39l-2.14-2.14a.667.667%200%200%201%200-.942l2.14-2.139c.25-.25.589-.39.942-.39h1.782c.736%200%201.333.597%201.333%201.333ZM13.667%2021h-3.334A1.334%201.334%200%200%201%209%2019.667v-1.782c0-.353.14-.693.39-.942l2.14-2.14c.26-.26.682-.26.942%200l2.139%202.14c.25.25.39.589.39.942v1.782c0%20.736-.597%201.333-1.333%201.333ZM3%2013.667v-3.334C3%209.597%203.597%209%204.333%209h1.782c.353%200%20.693.14.942.39l2.139%202.14c.26.26.26.682%200%20.942l-2.139%202.139c-.25.25-.589.39-.942.39H4.333A1.334%201.334%200%200%201%203%2013.669Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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