xbox controller icon
xbox-controller-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- xbox-controller-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M19.546 11.02c-1.06-.537-2.23-.623-3.302-.418l-2.244.43a5.74 5.74 0 0 0-4.033 3.032c-2.734 5.383-4.788 9.773-5.59 13.51c-.822 3.836-.349 7.102 2.045 10.082c1.6 1.991 4.403 1.595 5.86-.066a478 478 0 0 0 3.394-3.92A4.77 4.77 0 0 1 19.297 32h9.413c1.39 0 2.713.61 3.622 1.67a478 478 0 0 0 3.393 3.92c1.457 1.66 4.261 2.057 5.86.066c2.394-2.98 2.867-6.246 2.045-10.081c-.802-3.738-2.856-8.128-5.59-13.51a5.74 5.74 0 0 0-4.033-3.032l-2.243-.43c-1.072-.206-2.243-.12-3.303.417q-.308.156-.626.327c-.784.42-1.626.653-2.462.653h-2.738c-.837 0-1.679-.232-2.462-.653a30 30 0 0 0-.627-.327M24 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.546 11.02c-1.06-.537-2.23-.623-3.302-.418l-2.244.43a5.74 5.74 0 0 0-4.033 3.032c-2.734 5.383-4.788 9.773-5.59 13.51c-.822 3.836-.349 7.102 2.045 10.082c1.6 1.991 4.403 1.595 5.86-.066a478 478 0 0 0 3.394-3.92A4.77 4.77 0 0 1 19.297 32h9.413c1.39 0 2.713.61 3.622 1.67a478 478 0 0 0 3.393 3.92c1.457 1.66 4.261 2.057 5.86.066c2.394-2.98 2.867-6.246 2.045-10.081c-.802-3.738-2.856-8.128-5.59-13.51a5.74 5.74 0 0 0-4.033-3.032l-2.243-.43c-1.072-.206-2.243-.12-3.303.417q-.308.156-.626.327c-.784.42-1.626.653-2.462.653h-2.738c-.837 0-1.679-.232-2.462-.653a30 30 0 0 0-.627-.327M24 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.546 11.02c-1.06-.537-2.23-.623-3.302-.418l-2.244.43a5.74 5.74 0 0 0-4.033 3.032c-2.734 5.383-4.788 9.773-5.59 13.51c-.822 3.836-.349 7.102 2.045 10.082c1.6 1.991 4.403 1.595 5.86-.066a478 478 0 0 0 3.394-3.92A4.77 4.77 0 0 1 19.297 32h9.413c1.39 0 2.713.61 3.622 1.67a478 478 0 0 0 3.393 3.92c1.457 1.66 4.261 2.057 5.86.066c2.394-2.98 2.867-6.246 2.045-10.081c-.802-3.738-2.856-8.128-5.59-13.51a5.74 5.74 0 0 0-4.033-3.032l-2.243-.43c-1.072-.206-2.243-.12-3.303.417q-.308.156-.626.327c-.784.42-1.626.653-2.462.653h-2.738c-.837 0-1.679-.232-2.462-.653a30 30 0 0 0-.627-.327M24 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg> </template>
CSS
.icon-xbox-controller-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.546%2011.02c-1.06-.537-2.23-.623-3.302-.418l-2.244.43a5.74%205.74%200%200%200-4.033%203.032c-2.734%205.383-4.788%209.773-5.59%2013.51c-.822%203.836-.349%207.102%202.045%2010.082c1.6%201.991%204.403%201.595%205.86-.066a478%20478%200%200%200%203.394-3.92A4.77%204.77%200%200%201%2019.297%2032h9.413c1.39%200%202.713.61%203.622%201.67a478%20478%200%200%200%203.393%203.92c1.457%201.66%204.261%202.057%205.86.066c2.394-2.98%202.867-6.246%202.045-10.081c-.802-3.738-2.856-8.128-5.59-13.51a5.74%205.74%200%200%200-4.033-3.032l-2.243-.43c-1.072-.206-2.243-.12-3.303.417q-.308.156-.626.327c-.784.42-1.626.653-2.462.653h-2.738c-.837%200-1.679-.232-2.462-.653a30%2030%200%200%200-.627-.327M24%2021a2%202%200%201%201%200-4a2%202%200%200%201%200%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.546%2011.02c-1.06-.537-2.23-.623-3.302-.418l-2.244.43a5.74%205.74%200%200%200-4.033%203.032c-2.734%205.383-4.788%209.773-5.59%2013.51c-.822%203.836-.349%207.102%202.045%2010.082c1.6%201.991%204.403%201.595%205.86-.066a478%20478%200%200%200%203.394-3.92A4.77%204.77%200%200%201%2019.297%2032h9.413c1.39%200%202.713.61%203.622%201.67a478%20478%200%200%200%203.393%203.92c1.457%201.66%204.261%202.057%205.86.066c2.394-2.98%202.867-6.246%202.045-10.081c-.802-3.738-2.856-8.128-5.59-13.51a5.74%205.74%200%200%200-4.033-3.032l-2.243-.43c-1.072-.206-2.243-.12-3.303.417q-.308.156-.626.327c-.784.42-1.626.653-2.462.653h-2.738c-.837%200-1.679-.232-2.462-.653a30%2030%200%200%200-.627-.327M24%2021a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/xbox-controller-48-filled.svg?color=%231a73e8&size=48