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

Name
gamepad-right-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
gamepad-right-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the gamepad right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.435 8.512l-1.193-1.193q-.13-.13-.186-.27T10 6.748v-2.94q0-.348.23-.578t.578-.23h2.384q.348 0 .578.23t.23.578v2.94q0 .162-.056.301t-.186.27l-1.193 1.193q-.13.13-.267.183T12 8.748t-.298-.053t-.268-.183m4.054 4.054q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l1.193-1.193q.13-.13.27-.186t.301-.056h2.94q.348 0 .578.23t.23.578v2.384q0 .349-.23.578t-.578.23h-2.94q-.161 0-.301-.056t-.27-.186zM3 13.192v-2.384q0-.348.23-.578t.578-.23h2.94q.162 0 .301.056t.27.186l1.193 1.193q.13.13.183.267t.053.298t-.053.298t-.183.268l-1.193 1.192q-.13.13-.27.186T6.748 14h-2.94q-.348 0-.578-.23T3 13.192m7 7v-2.94q0-.161.056-.301t.186-.27l1.192-1.192q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l1.192 1.192q.13.13.186.27t.056.301v2.94q0 .349-.23.578t-.578.23h-2.384q-.348 0-.578-.23t-.23-.578M12 7.65l1-1V4h-2v2.65zM4 13h2.65l1-1l-1-1H4zm7 7h2v-2.65l-1-1l-1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGamepadRightRounded(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="m11.435 8.512l-1.193-1.193q-.13-.13-.186-.27T10 6.748v-2.94q0-.348.23-.578t.578-.23h2.384q.348 0 .578.23t.23.578v2.94q0 .162-.056.301t-.186.27l-1.193 1.193q-.13.13-.267.183T12 8.748t-.298-.053t-.268-.183m4.054 4.054q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l1.193-1.193q.13-.13.27-.186t.301-.056h2.94q.348 0 .578.23t.23.578v2.384q0 .349-.23.578t-.578.23h-2.94q-.161 0-.301-.056t-.27-.186zM3 13.192v-2.384q0-.348.23-.578t.578-.23h2.94q.162 0 .301.056t.27.186l1.193 1.193q.13.13.183.267t.053.298t-.053.298t-.183.268l-1.193 1.192q-.13.13-.27.186T6.748 14h-2.94q-.348 0-.578-.23T3 13.192m7 7v-2.94q0-.161.056-.301t.186-.27l1.192-1.192q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l1.192 1.192q.13.13.186.27t.056.301v2.94q0 .349-.23.578t-.578.23h-2.384q-.348 0-.578-.23t-.23-.578M12 7.65l1-1V4h-2v2.65zM4 13h2.65l1-1l-1-1H4zm7 7h2v-2.65l-1-1l-1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.435 8.512l-1.193-1.193q-.13-.13-.186-.27T10 6.748v-2.94q0-.348.23-.578t.578-.23h2.384q.348 0 .578.23t.23.578v2.94q0 .162-.056.301t-.186.27l-1.193 1.193q-.13.13-.267.183T12 8.748t-.298-.053t-.268-.183m4.054 4.054q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l1.193-1.193q.13-.13.27-.186t.301-.056h2.94q.348 0 .578.23t.23.578v2.384q0 .349-.23.578t-.578.23h-2.94q-.161 0-.301-.056t-.27-.186zM3 13.192v-2.384q0-.348.23-.578t.578-.23h2.94q.162 0 .301.056t.27.186l1.193 1.193q.13.13.183.267t.053.298t-.053.298t-.183.268l-1.193 1.192q-.13.13-.27.186T6.748 14h-2.94q-.348 0-.578-.23T3 13.192m7 7v-2.94q0-.161.056-.301t.186-.27l1.192-1.192q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l1.192 1.192q.13.13.186.27t.056.301v2.94q0 .349-.23.578t-.578.23h-2.384q-.348 0-.578-.23t-.23-.578M12 7.65l1-1V4h-2v2.65zM4 13h2.65l1-1l-1-1H4zm7 7h2v-2.65l-1-1l-1 1z"/></svg>
</template>

CSS

.icon-gamepad-right-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%22m11.435%208.512l-1.193-1.193q-.13-.13-.186-.27T10%206.748v-2.94q0-.348.23-.578t.578-.23h2.384q.348%200%20.578.23t.23.578v2.94q0%20.162-.056.301t-.186.27l-1.193%201.193q-.13.13-.267.183T12%208.748t-.298-.053t-.268-.183m4.054%204.054q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l1.193-1.193q.13-.13.27-.186t.301-.056h2.94q.348%200%20.578.23t.23.578v2.384q0%20.349-.23.578t-.578.23h-2.94q-.161%200-.301-.056t-.27-.186zM3%2013.192v-2.384q0-.348.23-.578t.578-.23h2.94q.162%200%20.301.056t.27.186l1.193%201.193q.13.13.183.267t.053.298t-.053.298t-.183.268l-1.193%201.192q-.13.13-.27.186T6.748%2014h-2.94q-.348%200-.578-.23T3%2013.192m7%207v-2.94q0-.161.056-.301t.186-.27l1.192-1.192q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l1.192%201.192q.13.13.186.27t.056.301v2.94q0%20.349-.23.578t-.578.23h-2.384q-.348%200-.578-.23t-.23-.578M12%207.65l1-1V4h-2v2.65zM4%2013h2.65l1-1l-1-1H4zm7%207h2v-2.65l-1-1l-1%201z%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%22m11.435%208.512l-1.193-1.193q-.13-.13-.186-.27T10%206.748v-2.94q0-.348.23-.578t.578-.23h2.384q.348%200%20.578.23t.23.578v2.94q0%20.162-.056.301t-.186.27l-1.193%201.193q-.13.13-.267.183T12%208.748t-.298-.053t-.268-.183m4.054%204.054q-.13-.131-.183-.268q-.053-.136-.053-.298t.053-.298t.183-.267l1.193-1.193q.13-.13.27-.186t.301-.056h2.94q.348%200%20.578.23t.23.578v2.384q0%20.349-.23.578t-.578.23h-2.94q-.161%200-.301-.056t-.27-.186zM3%2013.192v-2.384q0-.348.23-.578t.578-.23h2.94q.162%200%20.301.056t.27.186l1.193%201.193q.13.13.183.267t.053.298t-.053.298t-.183.268l-1.193%201.192q-.13.13-.27.186T6.748%2014h-2.94q-.348%200-.578-.23T3%2013.192m7%207v-2.94q0-.161.056-.301t.186-.27l1.192-1.192q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l1.192%201.192q.13.13.186.27t.056.301v2.94q0%20.349-.23.578t-.578.23h-2.384q-.348%200-.578-.23t-.23-.578M12%207.65l1-1V4h-2v2.65zM4%2013h2.65l1-1l-1-1H4zm7%207h2v-2.65l-1-1l-1%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/gamepad-right-rounded.svg?color=%231a73e8&size=48