debug restart icon
debug-restart from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug-restart
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
debug-alldebug-altdebug-alt-smalldebug-breakpoint-conditionaldebug-breakpoint-conditional-unverifieddebug-breakpoint-datadebug-breakpoint-data-unverifieddebug-breakpoint-functiondebug-breakpoint-function-unverifieddebug-breakpoint-logdebug-breakpoint-log-unverifieddebug-breakpoint-unsupporteddebug-connecteddebug-connected-compactdebug-consoledebug-continuedebug-continue-smalldebug-coveragedebug-disconnectdebug-disconnect-compactdebug-line-by-linedebug-pausedebug-rerundebug-restart-frame
Use the debug restart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8a5.98 5.98 0 0 1-1.759 4.243A5.98 5.98 0 0 1 8 14a6 6 0 0 1-4.243-1.758a6 6 0 0 1-1.285-1.905a.75.75 0 1 1 1.38-.586c.229.537.553 1.019.966 1.43c.412.414.894.738 1.431.967a4.55 4.55 0 0 0 3.503 0a4.5 4.5 0 0 0 1.429-.965A4.5 4.5 0 0 0 12.501 8a4.48 4.48 0 0 0-1.319-3.181a4.5 4.5 0 0 0-1.431-.967a4.55 4.55 0 0 0-3.503 0A4.5 4.5 0 0 0 4.257 5.5h1.992a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 1.5 0v1.282q.124-.142.259-.275a6 6 0 0 1 1.904-1.285a6.04 6.04 0 0 1 4.673 0a6 6 0 0 1 1.907 1.286A6 6 0 0 1 13.999 8z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDebugRestart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8a5.98 5.98 0 0 1-1.759 4.243A5.98 5.98 0 0 1 8 14a6 6 0 0 1-4.243-1.758a6 6 0 0 1-1.285-1.905a.75.75 0 1 1 1.38-.586c.229.537.553 1.019.966 1.43c.412.414.894.738 1.431.967a4.55 4.55 0 0 0 3.503 0a4.5 4.5 0 0 0 1.429-.965A4.5 4.5 0 0 0 12.501 8a4.48 4.48 0 0 0-1.319-3.181a4.5 4.5 0 0 0-1.431-.967a4.55 4.55 0 0 0-3.503 0A4.5 4.5 0 0 0 4.257 5.5h1.992a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 1.5 0v1.282q.124-.142.259-.275a6 6 0 0 1 1.904-1.285a6.04 6.04 0 0 1 4.673 0a6 6 0 0 1 1.907 1.286A6 6 0 0 1 13.999 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8a5.98 5.98 0 0 1-1.759 4.243A5.98 5.98 0 0 1 8 14a6 6 0 0 1-4.243-1.758a6 6 0 0 1-1.285-1.905a.75.75 0 1 1 1.38-.586c.229.537.553 1.019.966 1.43c.412.414.894.738 1.431.967a4.55 4.55 0 0 0 3.503 0a4.5 4.5 0 0 0 1.429-.965A4.5 4.5 0 0 0 12.501 8a4.48 4.48 0 0 0-1.319-3.181a4.5 4.5 0 0 0-1.431-.967a4.55 4.55 0 0 0-3.503 0A4.5 4.5 0 0 0 4.257 5.5h1.992a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 1.5 0v1.282q.124-.142.259-.275a6 6 0 0 1 1.904-1.285a6.04 6.04 0 0 1 4.673 0a6 6 0 0 1 1.907 1.286A6 6 0 0 1 13.999 8z"/></svg> </template>
CSS
.icon-debug-restart {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208a5.98%205.98%200%200%201-1.759%204.243A5.98%205.98%200%200%201%208%2014a6%206%200%200%201-4.243-1.758a6%206%200%200%201-1.285-1.905a.75.75%200%201%201%201.38-.586c.229.537.553%201.019.966%201.43c.412.414.894.738%201.431.967a4.55%204.55%200%200%200%203.503%200a4.5%204.5%200%200%200%201.429-.965A4.5%204.5%200%200%200%2012.501%208a4.48%204.48%200%200%200-1.319-3.181a4.5%204.5%200%200%200-1.431-.967a4.55%204.55%200%200%200-3.503%200A4.5%204.5%200%200%200%204.257%205.5h1.992a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-3.5a.75.75%200%200%201%201.5%200v1.282q.124-.142.259-.275a6%206%200%200%201%201.904-1.285a6.04%206.04%200%200%201%204.673%200a6%206%200%200%201%201.907%201.286A6%206%200%200%201%2013.999%208z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208a5.98%205.98%200%200%201-1.759%204.243A5.98%205.98%200%200%201%208%2014a6%206%200%200%201-4.243-1.758a6%206%200%200%201-1.285-1.905a.75.75%200%201%201%201.38-.586c.229.537.553%201.019.966%201.43c.412.414.894.738%201.431.967a4.55%204.55%200%200%200%203.503%200a4.5%204.5%200%200%200%201.429-.965A4.5%204.5%200%200%200%2012.501%208a4.48%204.48%200%200%200-1.319-3.181a4.5%204.5%200%200%200-1.431-.967a4.55%204.55%200%200%200-3.503%200A4.5%204.5%200%200%200%204.257%205.5h1.992a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-3.5a.75.75%200%200%201%201.5%200v1.282q.124-.142.259-.275a6%206%200%200%201%201.904-1.285a6.04%206.04%200%200%201%204.673%200a6%206%200%200%201%201.907%201.286A6%206%200%200%201%2013.999%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-restart.svg?color=%231a73e8&size=48