running with errors icon
running-with-errors-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- running-with-errors-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- running-with-errors-outline-rounded
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="M20.336 17.856q-.144-.144-.144-.356V11q0-.213.144-.356t.357-.144t.356.144t.143.356v6.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144m-.077 2.616q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M11.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.645 0 3.217.585q1.572.584 2.765 1.701q.265.248.265.58t-.243.573l-4.63 4.611q-.38.379-.877.171t-.497-.742V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.677 0 3.177-.693t2.647-1.916q.157-.16.365-.143t.361.175t.14.359t-.172.355q-1.293 1.346-2.974 2.104q-1.682.759-3.544.759"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRunningWithErrorsRounded(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="M20.336 17.856q-.144-.144-.144-.356V11q0-.213.144-.356t.357-.144t.356.144t.143.356v6.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144m-.077 2.616q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M11.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.645 0 3.217.585q1.572.584 2.765 1.701q.265.248.265.58t-.243.573l-4.63 4.611q-.38.379-.877.171t-.497-.742V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.677 0 3.177-.693t2.647-1.916q.157-.16.365-.143t.361.175t.14.359t-.172.355q-1.293 1.346-2.974 2.104q-1.682.759-3.544.759"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.336 17.856q-.144-.144-.144-.356V11q0-.213.144-.356t.357-.144t.356.144t.143.356v6.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144m-.077 2.616q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M11.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.645 0 3.217.585q1.572.584 2.765 1.701q.265.248.265.58t-.243.573l-4.63 4.611q-.38.379-.877.171t-.497-.742V4q-3.35 0-5.675 2.325T3.692 12t2.325 5.675T11.692 20q1.677 0 3.177-.693t2.647-1.916q.157-.16.365-.143t.361.175t.14.359t-.172.355q-1.293 1.346-2.974 2.104q-1.682.759-3.544.759"/></svg> </template>
CSS
.icon-running-with-errors-rounded {
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%22M20.336%2017.856q-.144-.144-.144-.356V11q0-.213.144-.356t.357-.144t.356.144t.143.356v6.5q0%20.213-.144.356q-.143.144-.356.144t-.356-.144m-.077%202.616q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M11.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.645%200%203.217.585q1.572.584%202.765%201.701q.265.248.265.58t-.243.573l-4.63%204.611q-.38.379-.877.171t-.497-.742V4q-3.35%200-5.675%202.325T3.692%2012t2.325%205.675T11.692%2020q1.677%200%203.177-.693t2.647-1.916q.157-.16.365-.143t.361.175t.14.359t-.172.355q-1.293%201.346-2.974%202.104q-1.682.759-3.544.759%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%22M20.336%2017.856q-.144-.144-.144-.356V11q0-.213.144-.356t.357-.144t.356.144t.143.356v6.5q0%20.213-.144.356q-.143.144-.356.144t-.356-.144m-.077%202.616q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M11.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.645%200%203.217.585q1.572.584%202.765%201.701q.265.248.265.58t-.243.573l-4.63%204.611q-.38.379-.877.171t-.497-.742V4q-3.35%200-5.675%202.325T3.692%2012t2.325%205.675T11.692%2020q1.677%200%203.177-.693t2.647-1.916q.157-.16.365-.143t.361.175t.14.359t-.172.355q-1.293%201.346-2.974%202.104q-1.682.759-3.544.759%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-rounded.svg?color=%231a73e8&size=48