Debug Line By Line Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Line By Line 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/307110.svg" alt="Debug Line By Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307110.svg" alt="Debug Line By Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307110.svg" alt="Debug Line By Line icon" :width="24" :height="24" />
CSS background
.icon-debug-line-by-line {
background-image: url('https://proicons.com/icon/307110.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="M3.62204 8.91401C4.49504 9.08801 5.40004 8.99901 6.22204 8.65801C7.04404 8.31701 7.74704 7.74101 8.24204 7.00101C8.73604 6.26101 9.00004 5.39101 9.00004 4.50101C9.00004 3.30801 8.52604 2.16301 7.68204 1.31901C6.83804 0.475007 5.69404 0.00100708 4.50004 0.00100708C3.61004 0.00100708 2.74004 0.265007 2.00004 0.759007C1.26004 1.25301 0.683038 1.95601 0.343038 2.77901C0.00203794 3.60001 -0.0869621 4.50501 0.0860379 5.37801C0.259038 6.25101 0.688038 7.05301 1.31804 7.68201C1.94804 8.31101 2.74904 8.74001 3.62204 8.91401ZM3.00004 2.85001C3.00004 2.76301 3.02304 2.67701 3.06604 2.60201C3.10904 2.52601 3.17104 2.46301 3.24704 2.41901C3.32204 2.37501 3.40704 2.35101 3.49404 2.35001C3.58104 2.34901 3.66704 2.37101 3.74304 2.41301L6.71304 4.06301C6.79104 4.10601 6.85604 4.17001 6.90104 4.24601C6.94604 4.32301 6.97004 4.41001 6.97004 4.50001C6.97004 4.59001 6.94604 4.67701 6.90104 4.75301C6.85604 4.83001 6.79104 4.89301 6.71304 4.93601L3.74304 6.58601C3.66704 6.62801 3.58104 6.65001 3.49404 6.64901C3.40704 6.64801 3.32204 6.62401 3.24704 6.58001C3.17204 6.53601 3.11004 6.47301 3.06604 6.39701C3.02304 6.32101 3.00004 6.23601 3.00004 6.14901V2.85001ZM15 7.50001C15 7.77601 14.776 8.00001 14.5 8.00001H8.74304C8.99704 7.69301 9.21804 7.35801 9.40004 7.00001H14.5C14.776 7.00001 15 7.22401 15 7.50001ZM9.97804 4.00001C9.94704 3.65701 9.88504 3.32201 9.79304 3.00001H14.5C14.776 3.00001 15 3.22401 15 3.50001C15 3.77601 14.776 4.00001 14.5 4.00001H9.97804ZM15 11.5C15 11.776 14.776 12 14.5 12H1.50004C1.22404 12 1.00004 11.776 1.00004 11.5C1.00004 11.224 1.22404 11 1.50004 11H14.5C14.776 11 15 11.224 15 11.5Z"/></svg>
Copied!