xbox controller error icon

xbox-controller-error-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
xbox-controller-error-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.93 5.362c-.743-.372-1.558-.431-2.3-.29l-1.653.317a4 4 0 0 0-2.805 2.104c-1.914 3.753-3.361 6.827-3.92 9.448c-.576 2.703-.225 5.017 1.508 7.124c1.15 1.4 3.127 1.117 4.155-.05a336 336 0 0 0 2.573-2.963A3.01 3.01 0 0 1 12.773 20h2.45a9.003 9.003 0 0 1 13.82-5.455c-.737-2.062-1.86-4.385-3.22-7.052a4 4 0 0 0-2.806-2.104l-1.652-.316c-.743-.142-1.558-.083-2.3.289q-.219.11-.442.229a3.3 3.3 0 0 1-1.552.41h-2.148a3.3 3.3 0 0 1-1.552-.41q-.223-.12-.441-.229M16 13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m15.5 9a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0M25 26a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentXboxControllerError32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.93 5.362c-.743-.372-1.558-.431-2.3-.29l-1.653.317a4 4 0 0 0-2.805 2.104c-1.914 3.753-3.361 6.827-3.92 9.448c-.576 2.703-.225 5.017 1.508 7.124c1.15 1.4 3.127 1.117 4.155-.05a336 336 0 0 0 2.573-2.963A3.01 3.01 0 0 1 12.773 20h2.45a9.003 9.003 0 0 1 13.82-5.455c-.737-2.062-1.86-4.385-3.22-7.052a4 4 0 0 0-2.806-2.104l-1.652-.316c-.743-.142-1.558-.083-2.3.289q-.219.11-.442.229a3.3 3.3 0 0 1-1.552.41h-2.148a3.3 3.3 0 0 1-1.552-.41q-.223-.12-.441-.229M16 13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m15.5 9a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0M25 26a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.93 5.362c-.743-.372-1.558-.431-2.3-.29l-1.653.317a4 4 0 0 0-2.805 2.104c-1.914 3.753-3.361 6.827-3.92 9.448c-.576 2.703-.225 5.017 1.508 7.124c1.15 1.4 3.127 1.117 4.155-.05a336 336 0 0 0 2.573-2.963A3.01 3.01 0 0 1 12.773 20h2.45a9.003 9.003 0 0 1 13.82-5.455c-.737-2.062-1.86-4.385-3.22-7.052a4 4 0 0 0-2.806-2.104l-1.652-.316c-.743-.142-1.558-.083-2.3.289q-.219.11-.442.229a3.3 3.3 0 0 1-1.552.41h-2.148a3.3 3.3 0 0 1-1.552-.41q-.223-.12-.441-.229M16 13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m15.5 9a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0M25 26a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-xbox-controller-error-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.93%205.362c-.743-.372-1.558-.431-2.3-.29l-1.653.317a4%204%200%200%200-2.805%202.104c-1.914%203.753-3.361%206.827-3.92%209.448c-.576%202.703-.225%205.017%201.508%207.124c1.15%201.4%203.127%201.117%204.155-.05a336%20336%200%200%200%202.573-2.963A3.01%203.01%200%200%201%2012.773%2020h2.45a9.003%209.003%200%200%201%2013.82-5.455c-.737-2.062-1.86-4.385-3.22-7.052a4%204%200%200%200-2.806-2.104l-1.652-.316c-.743-.142-1.558-.083-2.3.289q-.219.11-.442.229a3.3%203.3%200%200%201-1.552.41h-2.148a3.3%203.3%200%200%201-1.552-.41q-.223-.12-.441-.229M16%2013a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m15.5%209a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-6.75-4.25v5.5a.75.75%200%200%201-1.5%200v-5.5a.75.75%200%200%201%201.5%200M25%2026a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.93%205.362c-.743-.372-1.558-.431-2.3-.29l-1.653.317a4%204%200%200%200-2.805%202.104c-1.914%203.753-3.361%206.827-3.92%209.448c-.576%202.703-.225%205.017%201.508%207.124c1.15%201.4%203.127%201.117%204.155-.05a336%20336%200%200%200%202.573-2.963A3.01%203.01%200%200%201%2012.773%2020h2.45a9.003%209.003%200%200%201%2013.82-5.455c-.737-2.062-1.86-4.385-3.22-7.052a4%204%200%200%200-2.806-2.104l-1.652-.316c-.743-.142-1.558-.083-2.3.289q-.219.11-.442.229a3.3%203.3%200%200%201-1.552.41h-2.148a3.3%203.3%200%200%201-1.552-.41q-.223-.12-.441-.229M16%2013a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m15.5%209a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-6.75-4.25v5.5a.75.75%200%200%201-1.5%200v-5.5a.75.75%200%200%201%201.5%200M25%2026a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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-32-filled.svg?color=%231a73e8&size=48