xbox controller icon
xbox-controller-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- xbox-controller-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.808 5.508a2.58 2.58 0 0 0-1.638-.206l-1.183.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.799 6.729c-.411 1.926-.16 3.575 1.08 5.076c.82.996 2.229.794 2.963-.036c.558-.632 1.195-1.364 1.817-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749c.622.722 1.259 1.454 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.08-5.076c-.4-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.004-1.5l-1.183-.225a2.58 2.58 0 0 0-1.638.206q-.216.107-.44.23a2.34 2.34 0 0 1-1.113.296h-1.281c-.377 0-.758-.104-1.113-.297q-.224-.121-.44-.23m-1.37 1.197c.274-.052.528-.021.732.08q.191.097.397.208c.54.292 1.153.47 1.794.47h1.281a3.8 3.8 0 0 0 1.794-.47q.206-.111.398-.208c.203-.101.457-.132.732-.08l1.183.226c.43.082.8.359 1 .747c1.38 2.699 2.32 4.724 2.673 6.377c.34 1.595.121 2.773-.784 3.869a.4.4 0 0 1-.348.149a.64.64 0 0 1-.443-.222a237 237 0 0 1-1.806-2.073a3.58 3.58 0 0 0-2.712-1.244H9.674a3.58 3.58 0 0 0-2.712 1.244c-.62.72-1.252 1.447-1.806 2.073a.64.64 0 0 1-.443.222a.4.4 0 0 1-.348-.15c-.905-1.095-1.125-2.273-.784-3.868c.353-1.653 1.294-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747zM12 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController24Regular(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.808 5.508a2.58 2.58 0 0 0-1.638-.206l-1.183.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.799 6.729c-.411 1.926-.16 3.575 1.08 5.076c.82.996 2.229.794 2.963-.036c.558-.632 1.195-1.364 1.817-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749c.622.722 1.259 1.454 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.08-5.076c-.4-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.004-1.5l-1.183-.225a2.58 2.58 0 0 0-1.638.206q-.216.107-.44.23a2.34 2.34 0 0 1-1.113.296h-1.281c-.377 0-.758-.104-1.113-.297q-.224-.121-.44-.23m-1.37 1.197c.274-.052.528-.021.732.08q.191.097.397.208c.54.292 1.153.47 1.794.47h1.281a3.8 3.8 0 0 0 1.794-.47q.206-.111.398-.208c.203-.101.457-.132.732-.08l1.183.226c.43.082.8.359 1 .747c1.38 2.699 2.32 4.724 2.673 6.377c.34 1.595.121 2.773-.784 3.869a.4.4 0 0 1-.348.149a.64.64 0 0 1-.443-.222a237 237 0 0 1-1.806-2.073a3.58 3.58 0 0 0-2.712-1.244H9.674a3.58 3.58 0 0 0-2.712 1.244c-.62.72-1.252 1.447-1.806 2.073a.64.64 0 0 1-.443.222a.4.4 0 0 1-.348-.15c-.905-1.095-1.125-2.273-.784-3.868c.353-1.653 1.294-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747zM12 11a1 1 0 1 0 0-2a1 1 0 0 0 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.808 5.508a2.58 2.58 0 0 0-1.638-.206l-1.183.226a2.85 2.85 0 0 0-2.004 1.5c-1.367 2.672-2.4 4.862-2.799 6.729c-.411 1.926-.16 3.575 1.08 5.076c.82.996 2.229.794 2.963-.036c.558-.632 1.195-1.364 1.817-2.086a2.15 2.15 0 0 1 1.63-.749h4.655c.625 0 1.22.274 1.63.749c.622.722 1.259 1.454 1.817 2.086c.734.83 2.142 1.032 2.964.036c1.239-1.501 1.49-3.15 1.08-5.076c-.4-1.867-1.433-4.057-2.8-6.73a2.85 2.85 0 0 0-2.004-1.5l-1.183-.225a2.58 2.58 0 0 0-1.638.206q-.216.107-.44.23a2.34 2.34 0 0 1-1.113.296h-1.281c-.377 0-.758-.104-1.113-.297q-.224-.121-.44-.23m-1.37 1.197c.274-.052.528-.021.732.08q.191.097.397.208c.54.292 1.153.47 1.794.47h1.281a3.8 3.8 0 0 0 1.794-.47q.206-.111.398-.208c.203-.101.457-.132.732-.08l1.183.226c.43.082.8.359 1 .747c1.38 2.699 2.32 4.724 2.673 6.377c.34 1.595.121 2.773-.784 3.869a.4.4 0 0 1-.348.149a.64.64 0 0 1-.443-.222a237 237 0 0 1-1.806-2.073a3.58 3.58 0 0 0-2.712-1.244H9.674a3.58 3.58 0 0 0-2.712 1.244c-.62.72-1.252 1.447-1.806 2.073a.64.64 0 0 1-.443.222a.4.4 0 0 1-.348-.15c-.905-1.095-1.125-2.273-.784-3.868c.353-1.653 1.294-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747zM12 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-xbox-controller-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.808%205.508a2.58%202.58%200%200%200-1.638-.206l-1.183.226a2.85%202.85%200%200%200-2.004%201.5c-1.367%202.672-2.4%204.862-2.799%206.729c-.411%201.926-.16%203.575%201.08%205.076c.82.996%202.229.794%202.963-.036c.558-.632%201.195-1.364%201.817-2.086a2.15%202.15%200%200%201%201.63-.749h4.655c.625%200%201.22.274%201.63.749c.622.722%201.259%201.454%201.817%202.086c.734.83%202.142%201.032%202.964.036c1.239-1.501%201.49-3.15%201.08-5.076c-.4-1.867-1.433-4.057-2.8-6.73a2.85%202.85%200%200%200-2.004-1.5l-1.183-.225a2.58%202.58%200%200%200-1.638.206q-.216.107-.44.23a2.34%202.34%200%200%201-1.113.296h-1.281c-.377%200-.758-.104-1.113-.297q-.224-.121-.44-.23m-1.37%201.197c.274-.052.528-.021.732.08q.191.097.397.208c.54.292%201.153.47%201.794.47h1.281a3.8%203.8%200%200%200%201.794-.47q.206-.111.398-.208c.203-.101.457-.132.732-.08l1.183.226c.43.082.8.359%201%20.747c1.38%202.699%202.32%204.724%202.673%206.377c.34%201.595.121%202.773-.784%203.869a.4.4%200%200%201-.348.149a.64.64%200%200%201-.443-.222a237%20237%200%200%201-1.806-2.073a3.58%203.58%200%200%200-2.712-1.244H9.674a3.58%203.58%200%200%200-2.712%201.244c-.62.72-1.252%201.447-1.806%202.073a.64.64%200%200%201-.443.222a.4.4%200%200%201-.348-.15c-.905-1.095-1.125-2.273-.784-3.868c.353-1.653%201.294-3.678%202.674-6.377a1.42%201.42%200%200%201%201-.747zM12%2011a1%201%200%201%200%200-2a1%201%200%200%200%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.808%205.508a2.58%202.58%200%200%200-1.638-.206l-1.183.226a2.85%202.85%200%200%200-2.004%201.5c-1.367%202.672-2.4%204.862-2.799%206.729c-.411%201.926-.16%203.575%201.08%205.076c.82.996%202.229.794%202.963-.036c.558-.632%201.195-1.364%201.817-2.086a2.15%202.15%200%200%201%201.63-.749h4.655c.625%200%201.22.274%201.63.749c.622.722%201.259%201.454%201.817%202.086c.734.83%202.142%201.032%202.964.036c1.239-1.501%201.49-3.15%201.08-5.076c-.4-1.867-1.433-4.057-2.8-6.73a2.85%202.85%200%200%200-2.004-1.5l-1.183-.225a2.58%202.58%200%200%200-1.638.206q-.216.107-.44.23a2.34%202.34%200%200%201-1.113.296h-1.281c-.377%200-.758-.104-1.113-.297q-.224-.121-.44-.23m-1.37%201.197c.274-.052.528-.021.732.08q.191.097.397.208c.54.292%201.153.47%201.794.47h1.281a3.8%203.8%200%200%200%201.794-.47q.206-.111.398-.208c.203-.101.457-.132.732-.08l1.183.226c.43.082.8.359%201%20.747c1.38%202.699%202.32%204.724%202.673%206.377c.34%201.595.121%202.773-.784%203.869a.4.4%200%200%201-.348.149a.64.64%200%200%201-.443-.222a237%20237%200%200%201-1.806-2.073a3.58%203.58%200%200%200-2.712-1.244H9.674a3.58%203.58%200%200%200-2.712%201.244c-.62.72-1.252%201.447-1.806%202.073a.64.64%200%200%201-.443.222a.4.4%200%200%201-.348-.15c-.905-1.095-1.125-2.273-.784-3.868c.353-1.653%201.294-3.678%202.674-6.377a1.42%201.42%200%200%201%201-.747zM12%2011a1%201%200%201%200%200-2a1%201%200%200%200%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-regular.svg?color=%231a73e8&size=48