debug step back icon
debug-step-back from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- debug-step-back
- 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
Use the debug step back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 11c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m5.939-3.856C13.52 4.211 10.966 2 8 2a5.98 5.98 0 0 0-4.5 2.027V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H4.257A4.49 4.49 0 0 1 8 3.5c2.225 0 4.14 1.658 4.454 3.856a.751.751 0 0 0 1.486-.213z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconDebugStepBack(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="M8 11c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m5.939-3.856C13.52 4.211 10.966 2 8 2a5.98 5.98 0 0 0-4.5 2.027V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H4.257A4.49 4.49 0 0 1 8 3.5c2.225 0 4.14 1.658 4.454 3.856a.751.751 0 0 0 1.486-.213z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 11c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m5.939-3.856C13.52 4.211 10.966 2 8 2a5.98 5.98 0 0 0-4.5 2.027V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H4.257A4.49 4.49 0 0 1 8 3.5c2.225 0 4.14 1.658 4.454 3.856a.751.751 0 0 0 1.486-.213z"/></svg> </template>
CSS
.icon-debug-step-back {
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%22M8%2011c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m5.939-3.856C13.52%204.211%2010.966%202%208%202a5.98%205.98%200%200%200-4.5%202.027V2.75a.75.75%200%200%200-1.5%200v3.5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5H4.257A4.49%204.49%200%200%201%208%203.5c2.225%200%204.14%201.658%204.454%203.856a.751.751%200%200%200%201.486-.213z%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%22M8%2011c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m5.939-3.856C13.52%204.211%2010.966%202%208%202a5.98%205.98%200%200%200-4.5%202.027V2.75a.75.75%200%200%200-1.5%200v3.5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5H4.257A4.49%204.49%200%200%201%208%203.5c2.225%200%204.14%201.658%204.454%203.856a.751.751%200%200%200%201.486-.213z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/debug-step-back.svg?color=%231a73e8&size=48