gamepad from Font Awesome 6 Solid by Dave Gandy · Regular · Childhood · CC-BY-4.0 Attribution required.

Name
gamepad
Set
Font Awesome 6 Solid
Style
Regular
Category
Childhood
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More childhood icons from Font Awesome 6 Solid

Use the gamepad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 64C86 64 0 150 0 256s86 192 192 192h256c106 0 192-86 192-192S554 64 448 64zm304 104a40 40 0 1 1 0 80a40 40 0 1 1 0-80M392 304a40 40 0 1 1 80 0a40 40 0 1 1-80 0M168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidGamepad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 64C86 64 0 150 0 256s86 192 192 192h256c106 0 192-86 192-192S554 64 448 64zm304 104a40 40 0 1 1 0 80a40 40 0 1 1 0-80M392 304a40 40 0 1 1 80 0a40 40 0 1 1-80 0M168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 64C86 64 0 150 0 256s86 192 192 192h256c106 0 192-86 192-192S554 64 448 64zm304 104a40 40 0 1 1 0 80a40 40 0 1 1 0-80M392 304a40 40 0 1 1 80 0a40 40 0 1 1-80 0M168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32z"/></svg>
</template>

CSS

.icon-gamepad {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2064C86%2064%200%20150%200%20256s86%20192%20192%20192h256c106%200%20192-86%20192-192S554%2064%20448%2064zm304%20104a40%2040%200%201%201%200%2080a40%2040%200%201%201%200-80M392%20304a40%2040%200%201%201%2080%200a40%2040%200%201%201-80%200M168%20200c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v32h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32v32c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-32h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24h32z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2064C86%2064%200%20150%200%20256s86%20192%20192%20192h256c106%200%20192-86%20192-192S554%2064%20448%2064zm304%20104a40%2040%200%201%201%200%2080a40%2040%200%201%201%200-80M392%20304a40%2040%200%201%201%2080%200a40%2040%200%201%201-80%200M168%20200c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v32h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32v32c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-32h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24h32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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