xbox controller icon
xbox-controller-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- xbox-controller-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the xbox controller icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.98 4.575a.8.8 0 0 1 .513-.056l.826.158a1 1 0 0 1 .7.524c.966 1.894 1.625 3.317 1.873 4.478c.238 1.12.085 1.948-.549 2.719a.28.28 0 0 1-.243.104a.45.45 0 0 1-.311-.155c-.392-.445-.84-.962-1.279-1.473A2.5 2.5 0 0 0 9.61 10H6.384c-.732 0-1.425.32-1.901.874c-.439.51-.887 1.028-1.279 1.473a.45.45 0 0 1-.31.155a.28.28 0 0 1-.244-.104c-.633-.77-.787-1.598-.548-2.72c.247-1.16.906-2.583 1.872-4.477a1 1 0 0 1 .7-.524l.826-.158a.8.8 0 0 1 .514.056q.096.048.199.103c.375.2.8.322 1.246.322h1.075c.446 0 .872-.122 1.247-.322l.198-.103m.701-1.039a1.8 1.8 0 0 0-1.15.145q-.11.055-.22.114c-.25.133-.515.205-.777.205H7.46c-.262 0-.527-.072-.776-.205l-.22-.114a1.8 1.8 0 0 0-1.15-.145l-.827.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.287 1.352-.112 2.509.754 3.563c.576.7 1.564.558 2.078-.025c.395-.45.846-.97 1.286-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.438 0 .855.192 1.142.526c.44.512.89 1.033 1.286 1.482c.514.583 1.503.724 2.078.025c.866-1.054 1.042-2.211.754-3.563c-.28-1.31-1.003-2.847-1.96-4.723c-.28-.55-.8-.937-1.403-1.053zM8 7.5A.75.75 0 1 0 8 6a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.98 4.575a.8.8 0 0 1 .513-.056l.826.158a1 1 0 0 1 .7.524c.966 1.894 1.625 3.317 1.873 4.478c.238 1.12.085 1.948-.549 2.719a.28.28 0 0 1-.243.104a.45.45 0 0 1-.311-.155c-.392-.445-.84-.962-1.279-1.473A2.5 2.5 0 0 0 9.61 10H6.384c-.732 0-1.425.32-1.901.874c-.439.51-.887 1.028-1.279 1.473a.45.45 0 0 1-.31.155a.28.28 0 0 1-.244-.104c-.633-.77-.787-1.598-.548-2.72c.247-1.16.906-2.583 1.872-4.477a1 1 0 0 1 .7-.524l.826-.158a.8.8 0 0 1 .514.056q.096.048.199.103c.375.2.8.322 1.246.322h1.075c.446 0 .872-.122 1.247-.322l.198-.103m.701-1.039a1.8 1.8 0 0 0-1.15.145q-.11.055-.22.114c-.25.133-.515.205-.777.205H7.46c-.262 0-.527-.072-.776-.205l-.22-.114a1.8 1.8 0 0 0-1.15-.145l-.827.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.287 1.352-.112 2.509.754 3.563c.576.7 1.564.558 2.078-.025c.395-.45.846-.97 1.286-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.438 0 .855.192 1.142.526c.44.512.89 1.033 1.286 1.482c.514.583 1.503.724 2.078.025c.866-1.054 1.042-2.211.754-3.563c-.28-1.31-1.003-2.847-1.96-4.723c-.28-.55-.8-.937-1.403-1.053zM8 7.5A.75.75 0 1 0 8 6a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.98 4.575a.8.8 0 0 1 .513-.056l.826.158a1 1 0 0 1 .7.524c.966 1.894 1.625 3.317 1.873 4.478c.238 1.12.085 1.948-.549 2.719a.28.28 0 0 1-.243.104a.45.45 0 0 1-.311-.155c-.392-.445-.84-.962-1.279-1.473A2.5 2.5 0 0 0 9.61 10H6.384c-.732 0-1.425.32-1.901.874c-.439.51-.887 1.028-1.279 1.473a.45.45 0 0 1-.31.155a.28.28 0 0 1-.244-.104c-.633-.77-.787-1.598-.548-2.72c.247-1.16.906-2.583 1.872-4.477a1 1 0 0 1 .7-.524l.826-.158a.8.8 0 0 1 .514.056q.096.048.199.103c.375.2.8.322 1.246.322h1.075c.446 0 .872-.122 1.247-.322l.198-.103m.701-1.039a1.8 1.8 0 0 0-1.15.145q-.11.055-.22.114c-.25.133-.515.205-.777.205H7.46c-.262 0-.527-.072-.776-.205l-.22-.114a1.8 1.8 0 0 0-1.15-.145l-.827.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.287 1.352-.112 2.509.754 3.563c.576.7 1.564.558 2.078-.025c.395-.45.846-.97 1.286-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.438 0 .855.192 1.142.526c.44.512.89 1.033 1.286 1.482c.514.583 1.503.724 2.078.025c.866-1.054 1.042-2.211.754-3.563c-.28-1.31-1.003-2.847-1.96-4.723c-.28-.55-.8-.937-1.403-1.053zM8 7.5A.75.75 0 1 0 8 6a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-xbox-controller-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.98%204.575a.8.8%200%200%201%20.513-.056l.826.158a1%201%200%200%201%20.7.524c.966%201.894%201.625%203.317%201.873%204.478c.238%201.12.085%201.948-.549%202.719a.28.28%200%200%201-.243.104a.45.45%200%200%201-.311-.155c-.392-.445-.84-.962-1.279-1.473A2.5%202.5%200%200%200%209.61%2010H6.384c-.732%200-1.425.32-1.901.874c-.439.51-.887%201.028-1.279%201.473a.45.45%200%200%201-.31.155a.28.28%200%200%201-.244-.104c-.633-.77-.787-1.598-.548-2.72c.247-1.16.906-2.583%201.872-4.477a1%201%200%200%201%20.7-.524l.826-.158a.8.8%200%200%201%20.514.056q.096.048.199.103c.375.2.8.322%201.246.322h1.075c.446%200%20.872-.122%201.247-.322l.198-.103m.701-1.039a1.8%201.8%200%200%200-1.15.145q-.11.055-.22.114c-.25.133-.515.205-.777.205H7.46c-.262%200-.527-.072-.776-.205l-.22-.114a1.8%201.8%200%200%200-1.15-.145l-.827.158a2%202%200%200%200-1.403%201.053c-.957%201.876-1.68%203.413-1.96%204.723c-.287%201.352-.112%202.509.754%203.563c.576.7%201.564.558%202.078-.025c.395-.45.846-.97%201.286-1.482A1.5%201.5%200%200%201%206.384%2011H9.61c.438%200%20.855.192%201.142.526c.44.512.89%201.033%201.286%201.482c.514.583%201.503.724%202.078.025c.866-1.054%201.042-2.211.754-3.563c-.28-1.31-1.003-2.847-1.96-4.723c-.28-.55-.8-.937-1.403-1.053zM8%207.5A.75.75%200%201%200%208%206a.75.75%200%200%200%200%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.98%204.575a.8.8%200%200%201%20.513-.056l.826.158a1%201%200%200%201%20.7.524c.966%201.894%201.625%203.317%201.873%204.478c.238%201.12.085%201.948-.549%202.719a.28.28%200%200%201-.243.104a.45.45%200%200%201-.311-.155c-.392-.445-.84-.962-1.279-1.473A2.5%202.5%200%200%200%209.61%2010H6.384c-.732%200-1.425.32-1.901.874c-.439.51-.887%201.028-1.279%201.473a.45.45%200%200%201-.31.155a.28.28%200%200%201-.244-.104c-.633-.77-.787-1.598-.548-2.72c.247-1.16.906-2.583%201.872-4.477a1%201%200%200%201%20.7-.524l.826-.158a.8.8%200%200%201%20.514.056q.096.048.199.103c.375.2.8.322%201.246.322h1.075c.446%200%20.872-.122%201.247-.322l.198-.103m.701-1.039a1.8%201.8%200%200%200-1.15.145q-.11.055-.22.114c-.25.133-.515.205-.777.205H7.46c-.262%200-.527-.072-.776-.205l-.22-.114a1.8%201.8%200%200%200-1.15-.145l-.827.158a2%202%200%200%200-1.403%201.053c-.957%201.876-1.68%203.413-1.96%204.723c-.287%201.352-.112%202.509.754%203.563c.576.7%201.564.558%202.078-.025c.395-.45.846-.97%201.286-1.482A1.5%201.5%200%200%201%206.384%2011H9.61c.438%200%20.855.192%201.142.526c.44.512.89%201.033%201.286%201.482c.514.583%201.503.724%202.078.025c.866-1.054%201.042-2.211.754-3.563c-.28-1.31-1.003-2.847-1.96-4.723c-.28-.55-.8-.937-1.403-1.053zM8%207.5A.75.75%200%201%200%208%206a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/xbox-controller-16-regular.svg?color=%231a73e8&size=48