xbox controller error icon
xbox-controller-error-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- xbox-controller-error-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.334 3.711a2.12 2.12 0 0 0-1.35-.17l-.895.17a2.37 2.37 0 0 0-1.665 1.245c-1.11 2.165-1.944 3.932-2.27 5.437c-.336 1.544-.147 2.86.82 4.061c.654.813 1.8.65 2.399-.026c.467-.527.997-1.136 1.512-1.732A2.01 2.01 0 0 1 8.405 12h.802q.149-.524.393-1H8.404a3 3 0 0 0-2.275 1.042c-.514.595-1.041 1.2-1.505 1.723c-.284.321-.69.287-.871.062c-.737-.914-.909-1.903-.623-3.222c.295-1.357 1.065-3.011 2.184-5.193c.191-.374.547-.64.962-.718l.894-.17c.262-.05.511-.022.716.08l.052.027c.444.226.944.369 1.468.369h1.183c.524 0 1.024-.143 1.468-.37l.052-.025c.205-.103.454-.13.716-.081l.894.17c.415.078.77.344.962.718a52 52 0 0 1 1.358 2.806c.468.136.91.333 1.317.58c-.426-1.13-1.044-2.398-1.785-3.842a2.37 2.37 0 0 0-1.665-1.245l-.894-.17a2.12 2.12 0 0 0-1.351.17l-.058.029c-.327.167-.672.26-1.014.26H9.406a2.24 2.24 0 0 1-1.014-.26zM10 7.5A.75.75 0 1 0 10 6a.75.75 0 0 0 0 1.5m9 6a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.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 FluentXboxControllerError20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.334 3.711a2.12 2.12 0 0 0-1.35-.17l-.895.17a2.37 2.37 0 0 0-1.665 1.245c-1.11 2.165-1.944 3.932-2.27 5.437c-.336 1.544-.147 2.86.82 4.061c.654.813 1.8.65 2.399-.026c.467-.527.997-1.136 1.512-1.732A2.01 2.01 0 0 1 8.405 12h.802q.149-.524.393-1H8.404a3 3 0 0 0-2.275 1.042c-.514.595-1.041 1.2-1.505 1.723c-.284.321-.69.287-.871.062c-.737-.914-.909-1.903-.623-3.222c.295-1.357 1.065-3.011 2.184-5.193c.191-.374.547-.64.962-.718l.894-.17c.262-.05.511-.022.716.08l.052.027c.444.226.944.369 1.468.369h1.183c.524 0 1.024-.143 1.468-.37l.052-.025c.205-.103.454-.13.716-.081l.894.17c.415.078.77.344.962.718a52 52 0 0 1 1.358 2.806c.468.136.91.333 1.317.58c-.426-1.13-1.044-2.398-1.785-3.842a2.37 2.37 0 0 0-1.665-1.245l-.894-.17a2.12 2.12 0 0 0-1.351.17l-.058.029c-.327.167-.672.26-1.014.26H9.406a2.24 2.24 0 0 1-1.014-.26zM10 7.5A.75.75 0 1 0 10 6a.75.75 0 0 0 0 1.5m9 6a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.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 20 20"><path fill="currentColor" d="M8.334 3.711a2.12 2.12 0 0 0-1.35-.17l-.895.17a2.37 2.37 0 0 0-1.665 1.245c-1.11 2.165-1.944 3.932-2.27 5.437c-.336 1.544-.147 2.86.82 4.061c.654.813 1.8.65 2.399-.026c.467-.527.997-1.136 1.512-1.732A2.01 2.01 0 0 1 8.405 12h.802q.149-.524.393-1H8.404a3 3 0 0 0-2.275 1.042c-.514.595-1.041 1.2-1.505 1.723c-.284.321-.69.287-.871.062c-.737-.914-.909-1.903-.623-3.222c.295-1.357 1.065-3.011 2.184-5.193c.191-.374.547-.64.962-.718l.894-.17c.262-.05.511-.022.716.08l.052.027c.444.226.944.369 1.468.369h1.183c.524 0 1.024-.143 1.468-.37l.052-.025c.205-.103.454-.13.716-.081l.894.17c.415.078.77.344.962.718a52 52 0 0 1 1.358 2.806c.468.136.91.333 1.317.58c-.426-1.13-1.044-2.398-1.785-3.842a2.37 2.37 0 0 0-1.665-1.245l-.894-.17a2.12 2.12 0 0 0-1.351.17l-.058.029c-.327.167-.672.26-1.014.26H9.406a2.24 2.24 0 0 1-1.014-.26zM10 7.5A.75.75 0 1 0 10 6a.75.75 0 0 0 0 1.5m9 6a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg> </template>
CSS
.icon-xbox-controller-error-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.334%203.711a2.12%202.12%200%200%200-1.35-.17l-.895.17a2.37%202.37%200%200%200-1.665%201.245c-1.11%202.165-1.944%203.932-2.27%205.437c-.336%201.544-.147%202.86.82%204.061c.654.813%201.8.65%202.399-.026c.467-.527.997-1.136%201.512-1.732A2.01%202.01%200%200%201%208.405%2012h.802q.149-.524.393-1H8.404a3%203%200%200%200-2.275%201.042c-.514.595-1.041%201.2-1.505%201.723c-.284.321-.69.287-.871.062c-.737-.914-.909-1.903-.623-3.222c.295-1.357%201.065-3.011%202.184-5.193c.191-.374.547-.64.962-.718l.894-.17c.262-.05.511-.022.716.08l.052.027c.444.226.944.369%201.468.369h1.183c.524%200%201.024-.143%201.468-.37l.052-.025c.205-.103.454-.13.716-.081l.894.17c.415.078.77.344.962.718a52%2052%200%200%201%201.358%202.806c.468.136.91.333%201.317.58c-.426-1.13-1.044-2.398-1.785-3.842a2.37%202.37%200%200%200-1.665-1.245l-.894-.17a2.12%202.12%200%200%200-1.351.17l-.058.029c-.327.167-.672.26-1.014.26H9.406a2.24%202.24%200%200%201-1.014-.26zM10%207.5A.75.75%200%201%200%2010%206a.75.75%200%200%200%200%201.5m9%206a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2011a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.334%203.711a2.12%202.12%200%200%200-1.35-.17l-.895.17a2.37%202.37%200%200%200-1.665%201.245c-1.11%202.165-1.944%203.932-2.27%205.437c-.336%201.544-.147%202.86.82%204.061c.654.813%201.8.65%202.399-.026c.467-.527.997-1.136%201.512-1.732A2.01%202.01%200%200%201%208.405%2012h.802q.149-.524.393-1H8.404a3%203%200%200%200-2.275%201.042c-.514.595-1.041%201.2-1.505%201.723c-.284.321-.69.287-.871.062c-.737-.914-.909-1.903-.623-3.222c.295-1.357%201.065-3.011%202.184-5.193c.191-.374.547-.64.962-.718l.894-.17c.262-.05.511-.022.716.08l.052.027c.444.226.944.369%201.468.369h1.183c.524%200%201.024-.143%201.468-.37l.052-.025c.205-.103.454-.13.716-.081l.894.17c.415.078.77.344.962.718a52%2052%200%200%201%201.358%202.806c.468.136.91.333%201.317.58c-.426-1.13-1.044-2.398-1.785-3.842a2.37%202.37%200%200%200-1.665-1.245l-.894-.17a2.12%202.12%200%200%200-1.351.17l-.058.029c-.327.167-.672.26-1.014.26H9.406a2.24%202.24%200%200%201-1.014-.26zM10%207.5A.75.75%200%201%200%2010%206a.75.75%200%200%200%200%201.5m9%206a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2011a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.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-20-regular.svg?color=%231a73e8&size=48