game controller icon

game-controller-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
game-controller-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the game controller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M467.51 248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5 91.5 0 0 0 352 96c-26.89 0-48.11 16-96 16s-69.15-16-96-16a99 99 0 0 0-27.2 3.66C89 112.59 61.94 165.7 43.33 248.83c-19 84.91-15.56 152 21.58 164.88c26 9 49.25-9.61 71.27-37c25-31.2 55.79-40.8 119.82-40.8s93.62 9.6 118.66 40.8c22 27.41 46.11 45.79 71.42 37.16c41.02-14.01 40.44-79.13 21.43-165.04Z"/><circle cx="292" cy="224" r="20" fill="currentColor"/><path fill="currentColor" d="M336 288a20 20 0 1 1 20-19.95A20 20 0 0 1 336 288"/><circle cx="336" cy="180" r="20" fill="currentColor"/><circle cx="380" cy="224" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M160 176v96m48-48h-96"/></svg>

React

import type { SVGProps } from "react";

export function IonGameControllerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32" d="M467.51 248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5 91.5 0 0 0 352 96c-26.89 0-48.11 16-96 16s-69.15-16-96-16a99 99 0 0 0-27.2 3.66C89 112.59 61.94 165.7 43.33 248.83c-19 84.91-15.56 152 21.58 164.88c26 9 49.25-9.61 71.27-37c25-31.2 55.79-40.8 119.82-40.8s93.62 9.6 118.66 40.8c22 27.41 46.11 45.79 71.42 37.16c41.02-14.01 40.44-79.13 21.43-165.04Z"/><circle cx="292" cy="224" r="20" fill="currentColor"/><path fill="currentColor" d="M336 288a20 20 0 1 1 20-19.95A20 20 0 0 1 336 288"/><circle cx="336" cy="180" r="20" fill="currentColor"/><circle cx="380" cy="224" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M160 176v96m48-48h-96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M467.51 248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5 91.5 0 0 0 352 96c-26.89 0-48.11 16-96 16s-69.15-16-96-16a99 99 0 0 0-27.2 3.66C89 112.59 61.94 165.7 43.33 248.83c-19 84.91-15.56 152 21.58 164.88c26 9 49.25-9.61 71.27-37c25-31.2 55.79-40.8 119.82-40.8s93.62 9.6 118.66 40.8c22 27.41 46.11 45.79 71.42 37.16c41.02-14.01 40.44-79.13 21.43-165.04Z"/><circle cx="292" cy="224" r="20" fill="currentColor"/><path fill="currentColor" d="M336 288a20 20 0 1 1 20-19.95A20 20 0 0 1 336 288"/><circle cx="336" cy="180" r="20" fill="currentColor"/><circle cx="380" cy="224" r="20" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M160 176v96m48-48h-96"/></svg>
</template>

CSS

.icon-game-controller-outline {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M467.51%20248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5%2091.5%200%200%200%20352%2096c-26.89%200-48.11%2016-96%2016s-69.15-16-96-16a99%2099%200%200%200-27.2%203.66C89%20112.59%2061.94%20165.7%2043.33%20248.83c-19%2084.91-15.56%20152%2021.58%20164.88c26%209%2049.25-9.61%2071.27-37c25-31.2%2055.79-40.8%20119.82-40.8s93.62%209.6%20118.66%2040.8c22%2027.41%2046.11%2045.79%2071.42%2037.16c41.02-14.01%2040.44-79.13%2021.43-165.04Z%22%2F%3E%3Ccircle%20cx%3D%22292%22%20cy%3D%22224%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20288a20%2020%200%201%201%2020-19.95A20%2020%200%200%201%20336%20288%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%22180%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22380%22%20cy%3D%22224%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M160%20176v96m48-48h-96%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M467.51%20248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5%2091.5%200%200%200%20352%2096c-26.89%200-48.11%2016-96%2016s-69.15-16-96-16a99%2099%200%200%200-27.2%203.66C89%20112.59%2061.94%20165.7%2043.33%20248.83c-19%2084.91-15.56%20152%2021.58%20164.88c26%209%2049.25-9.61%2071.27-37c25-31.2%2055.79-40.8%20119.82-40.8s93.62%209.6%20118.66%2040.8c22%2027.41%2046.11%2045.79%2071.42%2037.16c41.02-14.01%2040.44-79.13%2021.43-165.04Z%22%2F%3E%3Ccircle%20cx%3D%22292%22%20cy%3D%22224%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20288a20%2020%200%201%201%2020-19.95A20%2020%200%200%201%20336%20288%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%22180%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22380%22%20cy%3D%22224%22%20r%3D%2220%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M160%20176v96m48-48h-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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