game controller icon
game-controller-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- game-controller-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><g fill="currentColor"><path d="M216.86 207.57a28 28 0 0 1-24.66-7.77L150.09 152H172a51.94 51.94 0 0 0 51.2-61l16.36 84.17a28 28 0 0 1-22.7 32.4" opacity=".2"/><path d="M176 112h-24a8 8 0 0 1 0-16h24a8 8 0 0 1 0 16m-72-16h-8v-8a8 8 0 0 0-16 0v8h-8a8 8 0 0 0 0 16h8v8a8 8 0 0 0 16 0v-8h8a8 8 0 0 0 0-16m137.48 104.65a36 36 0 0 1-54.94 4.81c-.12-.12-.24-.24-.35-.37L146.48 160h-37l-39.67 45.09l-.35.37A36.08 36.08 0 0 1 44 216a36 36 0 0 1-35.44-42.25a.7.7 0 0 1 0-.14l16.37-84.09A59.88 59.88 0 0 1 83.89 40H172a60.08 60.08 0 0 1 59 49.25v.18l16.37 84.17a.7.7 0 0 1 0 .14a35.74 35.74 0 0 1-5.89 26.91M172 144a44 44 0 0 0 0-88H83.89a43.9 43.9 0 0 0-43.21 36.37v.13L24.3 176.59A20 20 0 0 0 58 194.3l41.92-47.59a8 8 0 0 1 6-2.71Zm59.7 32.59l-8.74-45A60 60 0 0 1 172 160h-4.2l30.2 34.31a20.09 20.09 0 0 0 17.46 5.39a20 20 0 0 0 16.23-23.11Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhGameControllerDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216.86 207.57a28 28 0 0 1-24.66-7.77L150.09 152H172a51.94 51.94 0 0 0 51.2-61l16.36 84.17a28 28 0 0 1-22.7 32.4" opacity=".2"/><path d="M176 112h-24a8 8 0 0 1 0-16h24a8 8 0 0 1 0 16m-72-16h-8v-8a8 8 0 0 0-16 0v8h-8a8 8 0 0 0 0 16h8v8a8 8 0 0 0 16 0v-8h8a8 8 0 0 0 0-16m137.48 104.65a36 36 0 0 1-54.94 4.81c-.12-.12-.24-.24-.35-.37L146.48 160h-37l-39.67 45.09l-.35.37A36.08 36.08 0 0 1 44 216a36 36 0 0 1-35.44-42.25a.7.7 0 0 1 0-.14l16.37-84.09A59.88 59.88 0 0 1 83.89 40H172a60.08 60.08 0 0 1 59 49.25v.18l16.37 84.17a.7.7 0 0 1 0 .14a35.74 35.74 0 0 1-5.89 26.91M172 144a44 44 0 0 0 0-88H83.89a43.9 43.9 0 0 0-43.21 36.37v.13L24.3 176.59A20 20 0 0 0 58 194.3l41.92-47.59a8 8 0 0 1 6-2.71Zm59.7 32.59l-8.74-45A60 60 0 0 1 172 160h-4.2l30.2 34.31a20.09 20.09 0 0 0 17.46 5.39a20 20 0 0 0 16.23-23.11Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216.86 207.57a28 28 0 0 1-24.66-7.77L150.09 152H172a51.94 51.94 0 0 0 51.2-61l16.36 84.17a28 28 0 0 1-22.7 32.4" opacity=".2"/><path d="M176 112h-24a8 8 0 0 1 0-16h24a8 8 0 0 1 0 16m-72-16h-8v-8a8 8 0 0 0-16 0v8h-8a8 8 0 0 0 0 16h8v8a8 8 0 0 0 16 0v-8h8a8 8 0 0 0 0-16m137.48 104.65a36 36 0 0 1-54.94 4.81c-.12-.12-.24-.24-.35-.37L146.48 160h-37l-39.67 45.09l-.35.37A36.08 36.08 0 0 1 44 216a36 36 0 0 1-35.44-42.25a.7.7 0 0 1 0-.14l16.37-84.09A59.88 59.88 0 0 1 83.89 40H172a60.08 60.08 0 0 1 59 49.25v.18l16.37 84.17a.7.7 0 0 1 0 .14a35.74 35.74 0 0 1-5.89 26.91M172 144a44 44 0 0 0 0-88H83.89a43.9 43.9 0 0 0-43.21 36.37v.13L24.3 176.59A20 20 0 0 0 58 194.3l41.92-47.59a8 8 0 0 1 6-2.71Zm59.7 32.59l-8.74-45A60 60 0 0 1 172 160h-4.2l30.2 34.31a20.09 20.09 0 0 0 17.46 5.39a20 20 0 0 0 16.23-23.11Z"/></g></svg> </template>
CSS
.icon-game-controller-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216.86%20207.57a28%2028%200%200%201-24.66-7.77L150.09%20152H172a51.94%2051.94%200%200%200%2051.2-61l16.36%2084.17a28%2028%200%200%201-22.7%2032.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20112h-24a8%208%200%200%201%200-16h24a8%208%200%200%201%200%2016m-72-16h-8v-8a8%208%200%200%200-16%200v8h-8a8%208%200%200%200%200%2016h8v8a8%208%200%200%200%2016%200v-8h8a8%208%200%200%200%200-16m137.48%20104.65a36%2036%200%200%201-54.94%204.81c-.12-.12-.24-.24-.35-.37L146.48%20160h-37l-39.67%2045.09l-.35.37A36.08%2036.08%200%200%201%2044%20216a36%2036%200%200%201-35.44-42.25a.7.7%200%200%201%200-.14l16.37-84.09A59.88%2059.88%200%200%201%2083.89%2040H172a60.08%2060.08%200%200%201%2059%2049.25v.18l16.37%2084.17a.7.7%200%200%201%200%20.14a35.74%2035.74%200%200%201-5.89%2026.91M172%20144a44%2044%200%200%200%200-88H83.89a43.9%2043.9%200%200%200-43.21%2036.37v.13L24.3%20176.59A20%2020%200%200%200%2058%20194.3l41.92-47.59a8%208%200%200%201%206-2.71Zm59.7%2032.59l-8.74-45A60%2060%200%200%201%20172%20160h-4.2l30.2%2034.31a20.09%2020.09%200%200%200%2017.46%205.39a20%2020%200%200%200%2016.23-23.11Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216.86%20207.57a28%2028%200%200%201-24.66-7.77L150.09%20152H172a51.94%2051.94%200%200%200%2051.2-61l16.36%2084.17a28%2028%200%200%201-22.7%2032.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20112h-24a8%208%200%200%201%200-16h24a8%208%200%200%201%200%2016m-72-16h-8v-8a8%208%200%200%200-16%200v8h-8a8%208%200%200%200%200%2016h8v8a8%208%200%200%200%2016%200v-8h8a8%208%200%200%200%200-16m137.48%20104.65a36%2036%200%200%201-54.94%204.81c-.12-.12-.24-.24-.35-.37L146.48%20160h-37l-39.67%2045.09l-.35.37A36.08%2036.08%200%200%201%2044%20216a36%2036%200%200%201-35.44-42.25a.7.7%200%200%201%200-.14l16.37-84.09A59.88%2059.88%200%200%201%2083.89%2040H172a60.08%2060.08%200%200%201%2059%2049.25v.18l16.37%2084.17a.7.7%200%200%201%200%20.14a35.74%2035.74%200%200%201-5.89%2026.91M172%20144a44%2044%200%200%200%200-88H83.89a43.9%2043.9%200%200%200-43.21%2036.37v.13L24.3%20176.59A20%2020%200%200%200%2058%20194.3l41.92-47.59a8%208%200%200%201%206-2.71Zm59.7%2032.59l-8.74-45A60%2060%200%200%201%20172%20160h-4.2l30.2%2034.31a20.09%2020.09%200%200%200%2017.46%205.39a20%2020%200%200%200%2016.23-23.11Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/game-controller-duotone.svg?color=%231a73e8&size=48