Back to Explorer
16 - 512
0.5 - 4.0
Save to
notificationoutline
md running with errors
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdRunningWithErrorsIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M22,10v8h-2v-8H22z M20,20v2h2v-2H20z M18,17.29C16.53,18.95,14.39,20,12,20c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8v9 l7.55-7.55C17.72,3.34,15.02,2,12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c2.25,0,4.33-0.74,6-2V17.29z"/>
</svg>
);SVG Optimizer
Before
0.41 KB
↓
After
0.40 KB
Tags
!activityalertattentionblockedbusycautiondangerdebuggingdurationerrorerrorsexclamationexecutionfailedfailureimportantincompleteinterruptedissueloadingmarknotificationongoingoperationproblemprocessprocessingprogressrunningrunning with errorsstatusstopsymboltasktimetriangletroubleshootingwarningwith
Compare Alternatives
See how other libraries approach this concept.