xbox controller icon
xbox-controller-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- xbox-controller-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M10.682 3.536a1.8 1.8 0 0 0-1.15.145q-.11.055-.221.114c-.25.133-.515.205-.776.205H7.46c-.262 0-.527-.072-.776-.205l-.221-.114a1.8 1.8 0 0 0-1.15-.145l-.826.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.288 1.352-.112 2.509.754 3.563c.575.7 1.563.558 2.077-.025c.396-.45.847-.97 1.287-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.439 0 .856.192 1.143.526c.44.512.89 1.033 1.286 1.482c.514.583 1.502.724 2.077.025c.867-1.054 1.042-2.211.754-3.563c-.279-1.31-1.002-2.847-1.96-4.723a2 2 0 0 0-1.402-1.053zM8 7.5A.75.75 0 1 1 8 6a.75.75 0 0 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController16Filled(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="M10.682 3.536a1.8 1.8 0 0 0-1.15.145q-.11.055-.221.114c-.25.133-.515.205-.776.205H7.46c-.262 0-.527-.072-.776-.205l-.221-.114a1.8 1.8 0 0 0-1.15-.145l-.826.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.288 1.352-.112 2.509.754 3.563c.575.7 1.563.558 2.077-.025c.396-.45.847-.97 1.287-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.439 0 .856.192 1.143.526c.44.512.89 1.033 1.286 1.482c.514.583 1.502.724 2.077.025c.867-1.054 1.042-2.211.754-3.563c-.279-1.31-1.002-2.847-1.96-4.723a2 2 0 0 0-1.402-1.053zM8 7.5A.75.75 0 1 1 8 6a.75.75 0 0 1 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="M10.682 3.536a1.8 1.8 0 0 0-1.15.145q-.11.055-.221.114c-.25.133-.515.205-.776.205H7.46c-.262 0-.527-.072-.776-.205l-.221-.114a1.8 1.8 0 0 0-1.15-.145l-.826.158a2 2 0 0 0-1.403 1.053c-.957 1.876-1.68 3.413-1.96 4.723c-.288 1.352-.112 2.509.754 3.563c.575.7 1.563.558 2.077-.025c.396-.45.847-.97 1.287-1.482A1.5 1.5 0 0 1 6.384 11H9.61c.439 0 .856.192 1.143.526c.44.512.89 1.033 1.286 1.482c.514.583 1.502.724 2.077.025c.867-1.054 1.042-2.211.754-3.563c-.279-1.31-1.002-2.847-1.96-4.723a2 2 0 0 0-1.402-1.053zM8 7.5A.75.75 0 1 1 8 6a.75.75 0 0 1 0 1.5"/></svg> </template>
CSS
.icon-xbox-controller-16-filled {
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%22M10.682%203.536a1.8%201.8%200%200%200-1.15.145q-.11.055-.221.114c-.25.133-.515.205-.776.205H7.46c-.262%200-.527-.072-.776-.205l-.221-.114a1.8%201.8%200%200%200-1.15-.145l-.826.158a2%202%200%200%200-1.403%201.053c-.957%201.876-1.68%203.413-1.96%204.723c-.288%201.352-.112%202.509.754%203.563c.575.7%201.563.558%202.077-.025c.396-.45.847-.97%201.287-1.482A1.5%201.5%200%200%201%206.384%2011H9.61c.439%200%20.856.192%201.143.526c.44.512.89%201.033%201.286%201.482c.514.583%201.502.724%202.077.025c.867-1.054%201.042-2.211.754-3.563c-.279-1.31-1.002-2.847-1.96-4.723a2%202%200%200%200-1.402-1.053zM8%207.5A.75.75%200%201%201%208%206a.75.75%200%200%201%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%22M10.682%203.536a1.8%201.8%200%200%200-1.15.145q-.11.055-.221.114c-.25.133-.515.205-.776.205H7.46c-.262%200-.527-.072-.776-.205l-.221-.114a1.8%201.8%200%200%200-1.15-.145l-.826.158a2%202%200%200%200-1.403%201.053c-.957%201.876-1.68%203.413-1.96%204.723c-.288%201.352-.112%202.509.754%203.563c.575.7%201.563.558%202.077-.025c.396-.45.847-.97%201.287-1.482A1.5%201.5%200%200%201%206.384%2011H9.61c.439%200%20.856.192%201.143.526c.44.512.89%201.033%201.286%201.482c.514.583%201.502.724%202.077.025c.867-1.054%201.042-2.211.754-3.563c-.279-1.31-1.002-2.847-1.96-4.723a2%202%200%200%200-1.402-1.053zM8%207.5A.75.75%200%201%201%208%206a.75.75%200%200%201%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-filled.svg?color=%231a73e8&size=48