xbox controller icon
xbox-controller-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- xbox-controller-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9.807 5.508a2.58 2.58 0 0 0-1.639-.206l-1.182.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.8 6.729c-.41 1.926-.16 3.575 1.08 5.076c.821.996 2.23.794 2.963-.036c.56-.632 1.195-1.364 1.818-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749a220 220 0 0 0 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.079-5.076c-.399-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.003-1.5l-1.183-.225a2.58 2.58 0 0 0-1.639.206q-.215.107-.439.23a2.34 2.34 0 0 1-1.113.296h-1.282c-.376 0-.757-.104-1.113-.297a15 15 0 0 0-.44-.23M12 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.807 5.508a2.58 2.58 0 0 0-1.639-.206l-1.182.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.8 6.729c-.41 1.926-.16 3.575 1.08 5.076c.821.996 2.23.794 2.963-.036c.56-.632 1.195-1.364 1.818-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749a220 220 0 0 0 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.079-5.076c-.399-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.003-1.5l-1.183-.225a2.58 2.58 0 0 0-1.639.206q-.215.107-.439.23a2.34 2.34 0 0 1-1.113.296h-1.282c-.376 0-.757-.104-1.113-.297a15 15 0 0 0-.44-.23M12 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.807 5.508a2.58 2.58 0 0 0-1.639-.206l-1.182.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.8 6.729c-.41 1.926-.16 3.575 1.08 5.076c.821.996 2.23.794 2.963-.036c.56-.632 1.195-1.364 1.818-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749a220 220 0 0 0 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.079-5.076c-.399-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.003-1.5l-1.183-.225a2.58 2.58 0 0 0-1.639.206q-.215.107-.439.23a2.34 2.34 0 0 1-1.113.296h-1.282c-.376 0-.757-.104-1.113-.297a15 15 0 0 0-.44-.23M12 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-xbox-controller-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.807%205.508a2.58%202.58%200%200%200-1.639-.206l-1.182.226a2.85%202.85%200%200%200-2.004%201.5c-1.367%202.672-2.4%204.862-2.8%206.729c-.41%201.926-.16%203.575%201.08%205.076c.821.996%202.23.794%202.963-.036c.56-.632%201.195-1.364%201.818-2.086a2.15%202.15%200%200%201%201.63-.749h4.655c.625%200%201.22.274%201.63.749a220%20220%200%200%200%201.817%202.086c.734.83%202.142%201.032%202.964.036c1.239-1.501%201.49-3.15%201.079-5.076c-.399-1.867-1.433-4.057-2.8-6.73a2.85%202.85%200%200%200-2.003-1.5l-1.183-.225a2.58%202.58%200%200%200-1.639.206q-.215.107-.439.23a2.34%202.34%200%200%201-1.113.296h-1.282c-.376%200-.757-.104-1.113-.297a15%2015%200%200%200-.44-.23M12%2011a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.807%205.508a2.58%202.58%200%200%200-1.639-.206l-1.182.226a2.85%202.85%200%200%200-2.004%201.5c-1.367%202.672-2.4%204.862-2.8%206.729c-.41%201.926-.16%203.575%201.08%205.076c.821.996%202.23.794%202.963-.036c.56-.632%201.195-1.364%201.818-2.086a2.15%202.15%200%200%201%201.63-.749h4.655c.625%200%201.22.274%201.63.749a220%20220%200%200%200%201.817%202.086c.734.83%202.142%201.032%202.964.036c1.239-1.501%201.49-3.15%201.079-5.076c-.399-1.867-1.433-4.057-2.8-6.73a2.85%202.85%200%200%200-2.003-1.5l-1.183-.225a2.58%202.58%200%200%200-1.639.206q-.215.107-.439.23a2.34%202.34%200%200%201-1.113.296h-1.282c-.376%200-.757-.104-1.113-.297a15%2015%200%200%200-.44-.23M12%2011a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/xbox-controller-24-filled.svg?color=%231a73e8&size=48