debug rerun icon
debug-rerun from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug-rerun
- 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-restartdebug-restart-frame
Use the debug rerun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.001 8c0 .542-.293 1.043-.765 1.308l-5.259 2.958a4.4 4.4 0 0 0-.187-1.042l4.955-2.787a.501.501 0 0 0 0-.874l-8-4.5A.5.5 0 0 0 4 3.5v4.582c-.167-.018-.331-.048-.5-.048s-.333.036-.5.054V3.5a1.502 1.502 0 0 1 2.234-1.309l8.001 4.501c.472.265.765.767.765 1.308zM3.5 9.034c-.922 0-1.808.355-2.475.991L1 10.051v-.552a.5.5 0 1 0-1 0v2a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1h-1q.106-.142.232-.267a2.56 2.56 0 0 1 3.536 0A2.5 2.5 0 0 1 6 12.5a2.5 2.5 0 0 1-.732 1.768a2.565 2.565 0 0 1-3.536 0a.501.501 0 0 0-.707.707A3.502 3.502 0 0 0 7 12.5c0-.928-.369-1.819-1.025-2.475A3.6 3.6 0 0 0 3.5 9.034"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDebugRerun(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.001 8c0 .542-.293 1.043-.765 1.308l-5.259 2.958a4.4 4.4 0 0 0-.187-1.042l4.955-2.787a.501.501 0 0 0 0-.874l-8-4.5A.5.5 0 0 0 4 3.5v4.582c-.167-.018-.331-.048-.5-.048s-.333.036-.5.054V3.5a1.502 1.502 0 0 1 2.234-1.309l8.001 4.501c.472.265.765.767.765 1.308zM3.5 9.034c-.922 0-1.808.355-2.475.991L1 10.051v-.552a.5.5 0 1 0-1 0v2a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1h-1q.106-.142.232-.267a2.56 2.56 0 0 1 3.536 0A2.5 2.5 0 0 1 6 12.5a2.5 2.5 0 0 1-.732 1.768a2.565 2.565 0 0 1-3.536 0a.501.501 0 0 0-.707.707A3.502 3.502 0 0 0 7 12.5c0-.928-.369-1.819-1.025-2.475A3.6 3.6 0 0 0 3.5 9.034"/></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.001 8c0 .542-.293 1.043-.765 1.308l-5.259 2.958a4.4 4.4 0 0 0-.187-1.042l4.955-2.787a.501.501 0 0 0 0-.874l-8-4.5A.5.5 0 0 0 4 3.5v4.582c-.167-.018-.331-.048-.5-.048s-.333.036-.5.054V3.5a1.502 1.502 0 0 1 2.234-1.309l8.001 4.501c.472.265.765.767.765 1.308zM3.5 9.034c-.922 0-1.808.355-2.475.991L1 10.051v-.552a.5.5 0 1 0-1 0v2a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1h-1q.106-.142.232-.267a2.56 2.56 0 0 1 3.536 0A2.5 2.5 0 0 1 6 12.5a2.5 2.5 0 0 1-.732 1.768a2.565 2.565 0 0 1-3.536 0a.501.501 0 0 0-.707.707A3.502 3.502 0 0 0 7 12.5c0-.928-.369-1.819-1.025-2.475A3.6 3.6 0 0 0 3.5 9.034"/></svg> </template>
CSS
.icon-debug-rerun {
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.001%208c0%20.542-.293%201.043-.765%201.308l-5.259%202.958a4.4%204.4%200%200%200-.187-1.042l4.955-2.787a.501.501%200%200%200%200-.874l-8-4.5A.5.5%200%200%200%204%203.5v4.582c-.167-.018-.331-.048-.5-.048s-.333.036-.5.054V3.5a1.502%201.502%200%200%201%202.234-1.309l8.001%204.501c.472.265.765.767.765%201.308zM3.5%209.034c-.922%200-1.808.355-2.475.991L1%2010.051v-.552a.5.5%200%201%200-1%200v2a.5.5%200%200%200%20.5.5h2a.5.5%200%201%200%200-1h-1q.106-.142.232-.267a2.56%202.56%200%200%201%203.536%200A2.5%202.5%200%200%201%206%2012.5a2.5%202.5%200%200%201-.732%201.768a2.565%202.565%200%200%201-3.536%200a.501.501%200%200%200-.707.707A3.502%203.502%200%200%200%207%2012.5c0-.928-.369-1.819-1.025-2.475A3.6%203.6%200%200%200%203.5%209.034%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.001%208c0%20.542-.293%201.043-.765%201.308l-5.259%202.958a4.4%204.4%200%200%200-.187-1.042l4.955-2.787a.501.501%200%200%200%200-.874l-8-4.5A.5.5%200%200%200%204%203.5v4.582c-.167-.018-.331-.048-.5-.048s-.333.036-.5.054V3.5a1.502%201.502%200%200%201%202.234-1.309l8.001%204.501c.472.265.765.767.765%201.308zM3.5%209.034c-.922%200-1.808.355-2.475.991L1%2010.051v-.552a.5.5%200%201%200-1%200v2a.5.5%200%200%200%20.5.5h2a.5.5%200%201%200%200-1h-1q.106-.142.232-.267a2.56%202.56%200%200%201%203.536%200A2.5%202.5%200%200%201%206%2012.5a2.5%202.5%200%200%201-.732%201.768a2.565%202.565%200%200%201-3.536%200a.501.501%200%200%200-.707.707A3.502%203.502%200%200%200%207%2012.5c0-.928-.369-1.819-1.025-2.475A3.6%203.6%200%200%200%203.5%209.034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-rerun.svg?color=%231a73e8&size=48