Debug Step Into Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Step Into 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/307120.svg" alt="Debug Step Into icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307120.svg" alt="Debug Step Into icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307120.svg" alt="Debug Step Into icon" :width="24" :height="24" />
CSS background
.icon-debug-step-into {
background-image: url('https://proicons.com/icon/307120.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="M10 13C10 14.103 9.10304 15 8.00004 15C6.89704 15 6.00004 14.103 6.00004 13C6.00004 11.897 6.89704 11 8.00004 11C9.10304 11 10 11.897 10 13ZM12.03 5.22C11.737 4.927 11.262 4.927 10.969 5.22L8.74904 7.44V1.75C8.74904 1.336 8.41304 1 7.99904 1C7.58504 1 7.24904 1.336 7.24904 1.75V7.439L5.02904 5.219C4.73604 4.926 4.26104 4.926 3.96804 5.219C3.67504 5.512 3.67504 5.987 3.96804 6.28L7.46804 9.78C7.61404 9.926 7.80604 10 7.99804 10C8.19004 10 8.38204 9.927 8.52804 9.78L12.028 6.28C12.321 5.987 12.321 5.512 12.028 5.219L12.03 5.22Z"/></svg>
Debug Step Into in other icon packs
Copied!