game controller 01 icon

game-controller-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
game-controller-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the game controller 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11 13h2m-1-4V3"/><path d="M20.153 20.917c1.861-.588 2.407-4.162 1.218-7.983s-3.662-6.44-5.524-5.851c-1.15.363-1.203 1.779-2.15 2.295c-.224.122-.537.122-1.165.122h-1.064c-.627 0-.941 0-1.165-.122c-.947-.516-1-1.932-2.15-2.295c-1.862-.589-4.335 2.031-5.524 5.851s-.643 7.395 1.218 7.983c1.36.43 3.044-.85 4.317-3.059c.85-1.473 1.234-1.858 2.94-1.858h1.792c1.706 0 2.09.385 2.94 1.858c1.273 2.209 2.958 3.489 4.317 3.06Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGameController01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M11 13h2m-1-4V3"/><path d="M20.153 20.917c1.861-.588 2.407-4.162 1.218-7.983s-3.662-6.44-5.524-5.851c-1.15.363-1.203 1.779-2.15 2.295c-.224.122-.537.122-1.165.122h-1.064c-.627 0-.941 0-1.165-.122c-.947-.516-1-1.932-2.15-2.295c-1.862-.589-4.335 2.031-5.524 5.851s-.643 7.395 1.218 7.983c1.36.43 3.044-.85 4.317-3.059c.85-1.473 1.234-1.858 2.94-1.858h1.792c1.706 0 2.09.385 2.94 1.858c1.273 2.209 2.958 3.489 4.317 3.06Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11 13h2m-1-4V3"/><path d="M20.153 20.917c1.861-.588 2.407-4.162 1.218-7.983s-3.662-6.44-5.524-5.851c-1.15.363-1.203 1.779-2.15 2.295c-.224.122-.537.122-1.165.122h-1.064c-.627 0-.941 0-1.165-.122c-.947-.516-1-1.932-2.15-2.295c-1.862-.589-4.335 2.031-5.524 5.851s-.643 7.395 1.218 7.983c1.36.43 3.044-.85 4.317-3.059c.85-1.473 1.234-1.858 2.94-1.858h1.792c1.706 0 2.09.385 2.94 1.858c1.273 2.209 2.958 3.489 4.317 3.06Z"/></g></svg>
</template>

CSS

.icon-game-controller-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2013h2m-1-4V3%22%2F%3E%3Cpath%20d%3D%22M20.153%2020.917c1.861-.588%202.407-4.162%201.218-7.983s-3.662-6.44-5.524-5.851c-1.15.363-1.203%201.779-2.15%202.295c-.224.122-.537.122-1.165.122h-1.064c-.627%200-.941%200-1.165-.122c-.947-.516-1-1.932-2.15-2.295c-1.862-.589-4.335%202.031-5.524%205.851s-.643%207.395%201.218%207.983c1.36.43%203.044-.85%204.317-3.059c.85-1.473%201.234-1.858%202.94-1.858h1.792c1.706%200%202.09.385%202.94%201.858c1.273%202.209%202.958%203.489%204.317%203.06Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2013h2m-1-4V3%22%2F%3E%3Cpath%20d%3D%22M20.153%2020.917c1.861-.588%202.407-4.162%201.218-7.983s-3.662-6.44-5.524-5.851c-1.15.363-1.203%201.779-2.15%202.295c-.224.122-.537.122-1.165.122h-1.064c-.627%200-.941%200-1.165-.122c-.947-.516-1-1.932-2.15-2.295c-1.862-.589-4.335%202.031-5.524%205.851s-.643%207.395%201.218%207.983c1.36.43%203.044-.85%204.317-3.059c.85-1.473%201.234-1.858%202.94-1.858h1.792c1.706%200%202.09.385%202.94%201.858c1.273%202.209%202.958%203.489%204.317%203.06Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/game-controller-01.svg?color=%231a73e8&size=48