xbox controller icon
xbox-controller-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- xbox-controller-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M18.637 6.053a2.67 2.67 0 0 0-1.694.208q-.327.163-.67.351c-.454.25-.947.388-1.438.388h-1.674c-.49 0-.983-.137-1.438-.388q-.334-.183-.653-.342a2.72 2.72 0 0 0-1.727-.214l-1.622.311a3.03 3.03 0 0 0-2.126 1.608c-1.672 3.292-2.926 5.96-3.393 8.224c-.48 2.332-.139 4.3 1.404 6.092c.882 1.024 2.35.826 3.132-.065c.597-.68 1.277-1.466 1.956-2.258A2.76 2.76 0 0 1 10.792 19h6.413c.805 0 1.571.354 2.097.968c.691.806 1.383 1.606 1.988 2.295c.765.87 2.205 1.055 3.067.066c1.569-1.8 1.92-3.776 1.439-6.122c-.468-2.277-1.733-4.963-3.42-8.282a2.93 2.93 0 0 0-2.06-1.55zm-1.03 1.553c.209-.103.468-.134.747-.08l1.678.322c.434.084.807.364 1.007.757c1.703 3.35 2.867 5.858 3.287 7.904c.407 1.977.106 3.451-1.1 4.834c-.166.192-.54.236-.81-.07a257 257 0 0 1-1.975-2.282a4.26 4.26 0 0 0-3.236-1.491h-6.413a4.26 4.26 0 0 0-3.237 1.491a256 256 0 0 1-1.944 2.245c-.293.334-.687.287-.868.076c-1.184-1.375-1.477-2.843-1.072-4.81c.42-2.034 1.574-4.525 3.262-7.848a1.53 1.53 0 0 1 1.07-.813l1.623-.312c.29-.056.56-.024.778.085q.284.14.596.313a4.5 4.5 0 0 0 2.162.573h1.673c.771 0 1.51-.215 2.162-.573q.32-.176.61-.32M14 12.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentXboxController28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.637 6.053a2.67 2.67 0 0 0-1.694.208q-.327.163-.67.351c-.454.25-.947.388-1.438.388h-1.674c-.49 0-.983-.137-1.438-.388q-.334-.183-.653-.342a2.72 2.72 0 0 0-1.727-.214l-1.622.311a3.03 3.03 0 0 0-2.126 1.608c-1.672 3.292-2.926 5.96-3.393 8.224c-.48 2.332-.139 4.3 1.404 6.092c.882 1.024 2.35.826 3.132-.065c.597-.68 1.277-1.466 1.956-2.258A2.76 2.76 0 0 1 10.792 19h6.413c.805 0 1.571.354 2.097.968c.691.806 1.383 1.606 1.988 2.295c.765.87 2.205 1.055 3.067.066c1.569-1.8 1.92-3.776 1.439-6.122c-.468-2.277-1.733-4.963-3.42-8.282a2.93 2.93 0 0 0-2.06-1.55zm-1.03 1.553c.209-.103.468-.134.747-.08l1.678.322c.434.084.807.364 1.007.757c1.703 3.35 2.867 5.858 3.287 7.904c.407 1.977.106 3.451-1.1 4.834c-.166.192-.54.236-.81-.07a257 257 0 0 1-1.975-2.282a4.26 4.26 0 0 0-3.236-1.491h-6.413a4.26 4.26 0 0 0-3.237 1.491a256 256 0 0 1-1.944 2.245c-.293.334-.687.287-.868.076c-1.184-1.375-1.477-2.843-1.072-4.81c.42-2.034 1.574-4.525 3.262-7.848a1.53 1.53 0 0 1 1.07-.813l1.623-.312c.29-.056.56-.024.778.085q.284.14.596.313a4.5 4.5 0 0 0 2.162.573h1.673c.771 0 1.51-.215 2.162-.573q.32-.176.61-.32M14 12.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.637 6.053a2.67 2.67 0 0 0-1.694.208q-.327.163-.67.351c-.454.25-.947.388-1.438.388h-1.674c-.49 0-.983-.137-1.438-.388q-.334-.183-.653-.342a2.72 2.72 0 0 0-1.727-.214l-1.622.311a3.03 3.03 0 0 0-2.126 1.608c-1.672 3.292-2.926 5.96-3.393 8.224c-.48 2.332-.139 4.3 1.404 6.092c.882 1.024 2.35.826 3.132-.065c.597-.68 1.277-1.466 1.956-2.258A2.76 2.76 0 0 1 10.792 19h6.413c.805 0 1.571.354 2.097.968c.691.806 1.383 1.606 1.988 2.295c.765.87 2.205 1.055 3.067.066c1.569-1.8 1.92-3.776 1.439-6.122c-.468-2.277-1.733-4.963-3.42-8.282a2.93 2.93 0 0 0-2.06-1.55zm-1.03 1.553c.209-.103.468-.134.747-.08l1.678.322c.434.084.807.364 1.007.757c1.703 3.35 2.867 5.858 3.287 7.904c.407 1.977.106 3.451-1.1 4.834c-.166.192-.54.236-.81-.07a257 257 0 0 1-1.975-2.282a4.26 4.26 0 0 0-3.236-1.491h-6.413a4.26 4.26 0 0 0-3.237 1.491a256 256 0 0 1-1.944 2.245c-.293.334-.687.287-.868.076c-1.184-1.375-1.477-2.843-1.072-4.81c.42-2.034 1.574-4.525 3.262-7.848a1.53 1.53 0 0 1 1.07-.813l1.623-.312c.29-.056.56-.024.778.085q.284.14.596.313a4.5 4.5 0 0 0 2.162.573h1.673c.771 0 1.51-.215 2.162-.573q.32-.176.61-.32M14 12.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-xbox-controller-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.637%206.053a2.67%202.67%200%200%200-1.694.208q-.327.163-.67.351c-.454.25-.947.388-1.438.388h-1.674c-.49%200-.983-.137-1.438-.388q-.334-.183-.653-.342a2.72%202.72%200%200%200-1.727-.214l-1.622.311a3.03%203.03%200%200%200-2.126%201.608c-1.672%203.292-2.926%205.96-3.393%208.224c-.48%202.332-.139%204.3%201.404%206.092c.882%201.024%202.35.826%203.132-.065c.597-.68%201.277-1.466%201.956-2.258A2.76%202.76%200%200%201%2010.792%2019h6.413c.805%200%201.571.354%202.097.968c.691.806%201.383%201.606%201.988%202.295c.765.87%202.205%201.055%203.067.066c1.569-1.8%201.92-3.776%201.439-6.122c-.468-2.277-1.733-4.963-3.42-8.282a2.93%202.93%200%200%200-2.06-1.55zm-1.03%201.553c.209-.103.468-.134.747-.08l1.678.322c.434.084.807.364%201.007.757c1.703%203.35%202.867%205.858%203.287%207.904c.407%201.977.106%203.451-1.1%204.834c-.166.192-.54.236-.81-.07a257%20257%200%200%201-1.975-2.282a4.26%204.26%200%200%200-3.236-1.491h-6.413a4.26%204.26%200%200%200-3.237%201.491a256%20256%200%200%201-1.944%202.245c-.293.334-.687.287-.868.076c-1.184-1.375-1.477-2.843-1.072-4.81c.42-2.034%201.574-4.525%203.262-7.848a1.53%201.53%200%200%201%201.07-.813l1.623-.312c.29-.056.56-.024.778.085q.284.14.596.313a4.5%204.5%200%200%200%202.162.573h1.673c.771%200%201.51-.215%202.162-.573q.32-.176.61-.32M14%2012.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.637%206.053a2.67%202.67%200%200%200-1.694.208q-.327.163-.67.351c-.454.25-.947.388-1.438.388h-1.674c-.49%200-.983-.137-1.438-.388q-.334-.183-.653-.342a2.72%202.72%200%200%200-1.727-.214l-1.622.311a3.03%203.03%200%200%200-2.126%201.608c-1.672%203.292-2.926%205.96-3.393%208.224c-.48%202.332-.139%204.3%201.404%206.092c.882%201.024%202.35.826%203.132-.065c.597-.68%201.277-1.466%201.956-2.258A2.76%202.76%200%200%201%2010.792%2019h6.413c.805%200%201.571.354%202.097.968c.691.806%201.383%201.606%201.988%202.295c.765.87%202.205%201.055%203.067.066c1.569-1.8%201.92-3.776%201.439-6.122c-.468-2.277-1.733-4.963-3.42-8.282a2.93%202.93%200%200%200-2.06-1.55zm-1.03%201.553c.209-.103.468-.134.747-.08l1.678.322c.434.084.807.364%201.007.757c1.703%203.35%202.867%205.858%203.287%207.904c.407%201.977.106%203.451-1.1%204.834c-.166.192-.54.236-.81-.07a257%20257%200%200%201-1.975-2.282a4.26%204.26%200%200%200-3.236-1.491h-6.413a4.26%204.26%200%200%200-3.237%201.491a256%20256%200%200%201-1.944%202.245c-.293.334-.687.287-.868.076c-1.184-1.375-1.477-2.843-1.072-4.81c.42-2.034%201.574-4.525%203.262-7.848a1.53%201.53%200%200%201%201.07-.813l1.623-.312c.29-.056.56-.024.778.085q.284.14.596.313a4.5%204.5%200%200%200%202.162.573h1.673c.771%200%201.51-.215%202.162-.573q.32-.176.61-.32M14%2012.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.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-28-regular.svg?color=%231a73e8&size=48