xbox controller error icon
xbox-controller-error-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- xbox-controller-error-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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.45c.159-.7.4-1.37.712-2h-3.162c-1.463 0-2.85.642-3.802 1.749a333 333 0 0 1-2.557 2.944a.9.9 0 0 1-.621.311a.57.57 0 0 1-.488-.209c-1.267-1.54-1.574-3.196-1.097-5.437c.495-2.323 1.813-5.167 3.745-8.956a2 2 0 0 1 1.4-1.049l1.652-.316c.386-.074.743-.03 1.028.113q.192.096.397.206c.75.4 1.601.645 2.493.645h2.148c.892 0 1.743-.246 2.493-.645q.204-.11.397-.206c.285-.143.642-.187 1.028-.113l1.652.316a2 2 0 0 1 1.4 1.049c.943 1.85 1.74 3.475 2.366 4.923a9 9 0 0 1 2.637 1.22c-.738-2.062-1.862-4.385-3.221-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 0 0-3a1.5 1.5 0 0 0 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 FluentXboxControllerError32Regular(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.45c.159-.7.4-1.37.712-2h-3.162c-1.463 0-2.85.642-3.802 1.749a333 333 0 0 1-2.557 2.944a.9.9 0 0 1-.621.311a.57.57 0 0 1-.488-.209c-1.267-1.54-1.574-3.196-1.097-5.437c.495-2.323 1.813-5.167 3.745-8.956a2 2 0 0 1 1.4-1.049l1.652-.316c.386-.074.743-.03 1.028.113q.192.096.397.206c.75.4 1.601.645 2.493.645h2.148c.892 0 1.743-.246 2.493-.645q.204-.11.397-.206c.285-.143.642-.187 1.028-.113l1.652.316a2 2 0 0 1 1.4 1.049c.943 1.85 1.74 3.475 2.366 4.923a9 9 0 0 1 2.637 1.22c-.738-2.062-1.862-4.385-3.221-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 0 0-3a1.5 1.5 0 0 0 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.45c.159-.7.4-1.37.712-2h-3.162c-1.463 0-2.85.642-3.802 1.749a333 333 0 0 1-2.557 2.944a.9.9 0 0 1-.621.311a.57.57 0 0 1-.488-.209c-1.267-1.54-1.574-3.196-1.097-5.437c.495-2.323 1.813-5.167 3.745-8.956a2 2 0 0 1 1.4-1.049l1.652-.316c.386-.074.743-.03 1.028.113q.192.096.397.206c.75.4 1.601.645 2.493.645h2.148c.892 0 1.743-.246 2.493-.645q.204-.11.397-.206c.285-.143.642-.187 1.028-.113l1.652.316a2 2 0 0 1 1.4 1.049c.943 1.85 1.74 3.475 2.366 4.923a9 9 0 0 1 2.637 1.22c-.738-2.062-1.862-4.385-3.221-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 0 0-3a1.5 1.5 0 0 0 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-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%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.45c.159-.7.4-1.37.712-2h-3.162c-1.463%200-2.85.642-3.802%201.749a333%20333%200%200%201-2.557%202.944a.9.9%200%200%201-.621.311a.57.57%200%200%201-.488-.209c-1.267-1.54-1.574-3.196-1.097-5.437c.495-2.323%201.813-5.167%203.745-8.956a2%202%200%200%201%201.4-1.049l1.652-.316c.386-.074.743-.03%201.028.113q.192.096.397.206c.75.4%201.601.645%202.493.645h2.148c.892%200%201.743-.246%202.493-.645q.204-.11.397-.206c.285-.143.642-.187%201.028-.113l1.652.316a2%202%200%200%201%201.4%201.049c.943%201.85%201.74%203.475%202.366%204.923a9%209%200%200%201%202.637%201.22c-.738-2.062-1.862-4.385-3.221-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%200%200-3a1.5%201.5%200%200%200%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.45c.159-.7.4-1.37.712-2h-3.162c-1.463%200-2.85.642-3.802%201.749a333%20333%200%200%201-2.557%202.944a.9.9%200%200%201-.621.311a.57.57%200%200%201-.488-.209c-1.267-1.54-1.574-3.196-1.097-5.437c.495-2.323%201.813-5.167%203.745-8.956a2%202%200%200%201%201.4-1.049l1.652-.316c.386-.074.743-.03%201.028.113q.192.096.397.206c.75.4%201.601.645%202.493.645h2.148c.892%200%201.743-.246%202.493-.645q.204-.11.397-.206c.285-.143.642-.187%201.028-.113l1.652.316a2%202%200%200%201%201.4%201.049c.943%201.85%201.74%203.475%202.366%204.923a9%209%200%200%201%202.637%201.22c-.738-2.062-1.862-4.385-3.221-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%200%200-3a1.5%201.5%200%200%200%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-regular.svg?color=%231a73e8&size=48