xbox controller error icon

xbox-controller-error-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
xbox-controller-error-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the xbox controller error 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 4.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-.749h1.51c.122-.501.302-.98.532-1.428H9.672a3.58 3.58 0 0 0-2.711 1.244c-.62.72-1.253 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.293-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747l1.182-.226c.275-.052.529-.021.732.08q.19.097.398.208c.54.292 1.152.47 1.793.47h1.282c.641 0 1.254-.178 1.794-.47q.206-.111.397-.208a1.16 1.16 0 0 1 .733-.08l1.182.226c.43.082.8.359 1 .747c.701 1.372 1.29 2.57 1.744 3.633a6.5 6.5 0 0 1 1.918.996c-.523-1.532-1.362-3.269-2.39-5.28a2.85 2.85 0 0 0-2.004-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 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 13a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentXboxControllerError24Regular(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 4.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-.749h1.51c.122-.501.302-.98.532-1.428H9.672a3.58 3.58 0 0 0-2.711 1.244c-.62.72-1.253 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.293-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747l1.182-.226c.275-.052.529-.021.732.08q.19.097.398.208c.54.292 1.152.47 1.793.47h1.282c.641 0 1.254-.178 1.794-.47q.206-.111.397-.208a1.16 1.16 0 0 1 .733-.08l1.182.226c.43.082.8.359 1 .747c.701 1.372 1.29 2.57 1.744 3.633a6.5 6.5 0 0 1 1.918.996c-.523-1.532-1.362-3.269-2.39-5.28a2.85 2.85 0 0 0-2.004-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 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 13a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></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 4.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-.749h1.51c.122-.501.302-.98.532-1.428H9.672a3.58 3.58 0 0 0-2.711 1.244c-.62.72-1.253 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.293-3.678 2.674-6.377a1.42 1.42 0 0 1 1-.747l1.182-.226c.275-.052.529-.021.732.08q.19.097.398.208c.54.292 1.152.47 1.793.47h1.282c.641 0 1.254-.178 1.794-.47q.206-.111.397-.208a1.16 1.16 0 0 1 .733-.08l1.182.226c.43.082.8.359 1 .747c.701 1.372 1.29 2.57 1.744 3.633a6.5 6.5 0 0 1 1.918.996c-.523-1.532-1.362-3.269-2.39-5.28a2.85 2.85 0 0 0-2.004-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 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11 6.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 13a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
</template>

CSS

.icon-xbox-controller-error-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.807%204.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-.749h1.51c.122-.501.302-.98.532-1.428H9.672a3.58%203.58%200%200%200-2.711%201.244c-.62.72-1.253%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.293-3.678%202.674-6.377a1.42%201.42%200%200%201%201-.747l1.182-.226c.275-.052.529-.021.732.08q.19.097.398.208c.54.292%201.152.47%201.793.47h1.282c.641%200%201.254-.178%201.794-.47q.206-.111.397-.208a1.16%201.16%200%200%201%20.733-.08l1.182.226c.43.082.8.359%201%20.747c.701%201.372%201.29%202.57%201.744%203.633a6.5%206.5%200%200%201%201.918.996c-.523-1.532-1.362-3.269-2.39-5.28a2.85%202.85%200%200%200-2.004-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%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m11%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M17.5%2013a.5.5%200%200%200-.5.5v4a.5.5%200%201%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%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%204.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-.749h1.51c.122-.501.302-.98.532-1.428H9.672a3.58%203.58%200%200%200-2.711%201.244c-.62.72-1.253%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.293-3.678%202.674-6.377a1.42%201.42%200%200%201%201-.747l1.182-.226c.275-.052.529-.021.732.08q.19.097.398.208c.54.292%201.152.47%201.793.47h1.282c.641%200%201.254-.178%201.794-.47q.206-.111.397-.208a1.16%201.16%200%200%201%20.733-.08l1.182.226c.43.082.8.359%201%20.747c.701%201.372%201.29%202.57%201.744%203.633a6.5%206.5%200%200%201%201.918.996c-.523-1.532-1.362-3.269-2.39-5.28a2.85%202.85%200%200%200-2.004-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%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m11%206.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M17.5%2013a.5.5%200%200%200-.5.5v4a.5.5%200%201%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/xbox-controller-error-24-regular.svg?color=%231a73e8&size=48