controller xbox icon
controller-xbox from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- controller-xbox
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the controller xbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path stroke-width=".2" stroke-linejoin="round" stroke="currentColor" d="M12 6.059c1.726 0 6.686-4.314 9.274.863C23.863 12.098 23.216 19 21.49 19c-4.313 0-1.725-4.314-9.49-4.314C4.235 14.686 6.824 19 2.51 19c-1.726 0-2.373-6.902.215-12.078c2.589-5.177 7.55-.863 9.275-.863zM12 7.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiControllerXbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path strokeWidth=".2" strokeLinejoin="round" stroke="currentColor" d="M12 6.059c1.726 0 6.686-4.314 9.274.863C23.863 12.098 23.216 19 21.49 19c-4.313 0-1.725-4.314-9.49-4.314C4.235 14.686 6.824 19 2.51 19c-1.726 0-2.373-6.902.215-12.078c2.589-5.177 7.55-.863 9.275-.863zM12 7.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path stroke-width=".2" stroke-linejoin="round" stroke="currentColor" d="M12 6.059c1.726 0 6.686-4.314 9.274.863C23.863 12.098 23.216 19 21.49 19c-4.313 0-1.725-4.314-9.49-4.314C4.235 14.686 6.824 19 2.51 19c-1.726 0-2.373-6.902.215-12.078c2.589-5.177 7.55-.863 9.275-.863zM12 7.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3z" fill="currentColor"/></svg> </template>
CSS
.icon-controller-xbox {
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%20stroke-width%3D%22.2%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22currentColor%22%20d%3D%22M12%206.059c1.726%200%206.686-4.314%209.274.863C23.863%2012.098%2023.216%2019%2021.49%2019c-4.313%200-1.725-4.314-9.49-4.314C4.235%2014.686%206.824%2019%202.51%2019c-1.726%200-2.373-6.902.215-12.078c2.589-5.177%207.55-.863%209.275-.863zM12%207.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3z%22%20fill%3D%22currentColor%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%20stroke-width%3D%22.2%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22currentColor%22%20d%3D%22M12%206.059c1.726%200%206.686-4.314%209.274.863C23.863%2012.098%2023.216%2019%2021.49%2019c-4.313%200-1.725-4.314-9.49-4.314C4.235%2014.686%206.824%2019%202.51%2019c-1.726%200-2.373-6.902.215-12.078c2.589-5.177%207.55-.863%209.275-.863zM12%207.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/controller-xbox.svg?color=%231a73e8&size=48