Debug Step Back Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Step Back icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307119.svg" alt="Debug Step Back icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307119.svg" alt="Debug Step Back icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307119.svg" alt="Debug Step Back icon" :width="24" :height="24" />
CSS background
.icon-debug-step-back {
background-image: url('https://proicons.com/icon/307119.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 11C6.897 11 6 11.897 6 13C6 14.103 6.897 15 8 15C9.103 15 10 14.103 10 13C10 11.897 9.103 11 8 11ZM13.939 7.144C13.52 4.211 10.966 2 8 2C6.24 2 4.617 2.758 3.5 4.027V2.75C3.5 2.336 3.164 2 2.75 2C2.336 2 2 2.336 2 2.75V6.25C2 6.664 2.336 7 2.75 7H6.25C6.664 7 7 6.664 7 6.25C7 5.836 6.664 5.5 6.25 5.5H4.257C5.081 4.263 6.471 3.5 8 3.5C10.225 3.5 12.14 5.158 12.454 7.356C12.508 7.73 12.829 8 13.196 8C13.231 8 13.267 7.998 13.303 7.992C13.713 7.933 13.998 7.554 13.94 7.143L13.939 7.144Z"/></svg>
Copied!