running with errors icon
running-with-errors from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- running-with-errors
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- running-with-errors-outline, running-with-errors-outline-sharp, running-with-errors-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the running with errors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q1.893 0 3.596.746t2.993 2.108l-6.589 6.569V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.937 0 3.627-.905q1.69-.904 2.873-2.46v1.519q-1.286 1.334-2.965 2.09T11.692 21m8.5-3v-7.5h1V18zm.067 2.472q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRunningWithErrors(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="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q1.893 0 3.596.746t2.993 2.108l-6.589 6.569V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.937 0 3.627-.905q1.69-.904 2.873-2.46v1.519q-1.286 1.334-2.965 2.09T11.692 21m8.5-3v-7.5h1V18zm.067 2.472q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q1.893 0 3.596.746t2.993 2.108l-6.589 6.569V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.937 0 3.627-.905q1.69-.904 2.873-2.46v1.519q-1.286 1.334-2.965 2.09T11.692 21m8.5-3v-7.5h1V18zm.067 2.472q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182"/></svg> </template>
CSS
.icon-running-with-errors {
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%22M11.692%2021q-1.867%200-3.51-.708t-2.857-1.924T3.4%2015.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692%203q1.893%200%203.596.746t2.993%202.108l-6.589%206.569V4q-3.35%200-5.675%202.325T3.692%2012t2.325%205.675T11.692%2020q1.937%200%203.627-.905q1.69-.904%202.873-2.46v1.519q-1.286%201.334-2.965%202.09T11.692%2021m8.5-3v-7.5h1V18zm.067%202.472q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182%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%22M11.692%2021q-1.867%200-3.51-.708t-2.857-1.924T3.4%2015.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692%203q1.893%200%203.596.746t2.993%202.108l-6.589%206.569V4q-3.35%200-5.675%202.325T3.692%2012t2.325%205.675T11.692%2020q1.937%200%203.627-.905q1.69-.904%202.873-2.46v1.519q-1.286%201.334-2.965%202.09T11.692%2021m8.5-3v-7.5h1V18zm.067%202.472q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/running-with-errors.svg?color=%231a73e8&size=48