gamepad from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
gamepad
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
gamepad-solid

The same icon in other sets

More objects icons from Line Awesome

Use the gamepad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7C9.617 7 4.031 9.063 4.031 9.063l-.593.218l-.063.594l-1.344 10.25c-.363 2.836 1.664 5.48 4.5 5.844c2.64.34 5.008-1.442 5.625-3.969h7.688c.62 2.527 2.984 4.309 5.625 3.969c2.836-.364 4.863-3.008 4.5-5.844l-1.344-10.25l-.063-.594l-.593-.219S22.383 7 16 7m0 2c5.484 0 10.008 1.523 10.75 1.781l1.219 9.625a3.16 3.16 0 0 1-2.75 3.563c-1.762.226-3.367-.989-3.594-2.75l-.031-.344l-.125-.875H10.53l-.125.875l-.031.344c-.227 1.761-1.832 2.976-3.594 2.75a3.16 3.16 0 0 1-2.75-3.563l1.219-9.625C5.992 10.523 10.516 9 16 9m-7 3v2H7v2h2v2h2v-2h2v-2h-2v-2zm13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaGamepad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7C9.617 7 4.031 9.063 4.031 9.063l-.593.218l-.063.594l-1.344 10.25c-.363 2.836 1.664 5.48 4.5 5.844c2.64.34 5.008-1.442 5.625-3.969h7.688c.62 2.527 2.984 4.309 5.625 3.969c2.836-.364 4.863-3.008 4.5-5.844l-1.344-10.25l-.063-.594l-.593-.219S22.383 7 16 7m0 2c5.484 0 10.008 1.523 10.75 1.781l1.219 9.625a3.16 3.16 0 0 1-2.75 3.563c-1.762.226-3.367-.989-3.594-2.75l-.031-.344l-.125-.875H10.53l-.125.875l-.031.344c-.227 1.761-1.832 2.976-3.594 2.75a3.16 3.16 0 0 1-2.75-3.563l1.219-9.625C5.992 10.523 10.516 9 16 9m-7 3v2H7v2h2v2h2v-2h2v-2h-2v-2zm13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7C9.617 7 4.031 9.063 4.031 9.063l-.593.218l-.063.594l-1.344 10.25c-.363 2.836 1.664 5.48 4.5 5.844c2.64.34 5.008-1.442 5.625-3.969h7.688c.62 2.527 2.984 4.309 5.625 3.969c2.836-.364 4.863-3.008 4.5-5.844l-1.344-10.25l-.063-.594l-.593-.219S22.383 7 16 7m0 2c5.484 0 10.008 1.523 10.75 1.781l1.219 9.625a3.16 3.16 0 0 1-2.75 3.563c-1.762.226-3.367-.989-3.594-2.75l-.031-.344l-.125-.875H10.53l-.125.875l-.031.344c-.227 1.761-1.832 2.976-3.594 2.75a3.16 3.16 0 0 1-2.75-3.563l1.219-9.625C5.992 10.523 10.516 9 16 9m-7 3v2H7v2h2v2h2v-2h2v-2h-2v-2zm13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m4 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207C9.617%207%204.031%209.063%204.031%209.063l-.593.218l-.063.594l-1.344%2010.25c-.363%202.836%201.664%205.48%204.5%205.844c2.64.34%205.008-1.442%205.625-3.969h7.688c.62%202.527%202.984%204.309%205.625%203.969c2.836-.364%204.863-3.008%204.5-5.844l-1.344-10.25l-.063-.594l-.593-.219S22.383%207%2016%207m0%202c5.484%200%2010.008%201.523%2010.75%201.781l1.219%209.625a3.16%203.16%200%200%201-2.75%203.563c-1.762.226-3.367-.989-3.594-2.75l-.031-.344l-.125-.875H10.53l-.125.875l-.031.344c-.227%201.761-1.832%202.976-3.594%202.75a3.16%203.16%200%200%201-2.75-3.563l1.219-9.625C5.992%2010.523%2010.516%209%2016%209m-7%203v2H7v2h2v2h2v-2h2v-2h-2v-2zm13%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m4%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207C9.617%207%204.031%209.063%204.031%209.063l-.593.218l-.063.594l-1.344%2010.25c-.363%202.836%201.664%205.48%204.5%205.844c2.64.34%205.008-1.442%205.625-3.969h7.688c.62%202.527%202.984%204.309%205.625%203.969c2.836-.364%204.863-3.008%204.5-5.844l-1.344-10.25l-.063-.594l-.593-.219S22.383%207%2016%207m0%202c5.484%200%2010.008%201.523%2010.75%201.781l1.219%209.625a3.16%203.16%200%200%201-2.75%203.563c-1.762.226-3.367-.989-3.594-2.75l-.031-.344l-.125-.875H10.53l-.125.875l-.031.344c-.227%201.761-1.832%202.976-3.594%202.75a3.16%203.16%200%200%201-2.75-3.563l1.219-9.625C5.992%2010.523%2010.516%209%2016%209m-7%203v2H7v2h2v2h2v-2h2v-2h-2v-2zm13%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m4%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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