Debug Rerun Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Rerun 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/307112.svg" alt="Debug Rerun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307112.svg" alt="Debug Rerun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307112.svg" alt="Debug Rerun icon" :width="24" :height="24" />
CSS background
.icon-debug-rerun {
background-image: url('https://proicons.com/icon/307112.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="M14.001 8C14.001 8.542 13.708 9.043 13.236 9.308L7.977 12.266C7.958 11.911 7.892 11.563 7.79 11.224L12.745 8.437C12.903 8.348 13 8.181 13 8C13 7.819 12.902 7.652 12.745 7.563L4.745 3.063C4.67 3.021 4.587 3 4.5 3C4.224 3 4 3.225 4 3.5V8.082C3.833 8.064 3.669 8.034 3.5 8.034C3.331 8.034 3.167 8.07 3 8.088V3.5C3 2.673 3.673 2 4.5 2C4.756 2 5.01 2.066 5.234 2.191L13.235 6.692C13.707 6.957 14 7.459 14 8H14.001ZM3.5 9.034C2.578 9.034 1.692 9.389 1.025 10.025L1 10.051V9.499C1 9.366 0.947 9.239 0.854 9.145C0.76 9.051 0.633 8.999 0.5 8.999C0.367 8.999 0.24 9.052 0.146 9.145C0.052 9.239 0 9.366 0 9.499V11.499C0 11.632 0.053 11.759 0.146 11.853C0.24 11.947 0.367 11.999 0.5 11.999H2.5C2.633 11.999 2.76 11.946 2.854 11.853C2.948 11.759 3 11.632 3 11.499C3 11.366 2.947 11.239 2.854 11.145C2.76 11.051 2.633 10.999 2.5 10.999H1.5C1.571 10.905 1.648 10.815 1.732 10.732C2.208 10.277 2.842 10.024 3.5 10.024C4.158 10.024 4.792 10.278 5.268 10.732C5.5 10.964 5.684 11.24 5.81 11.543C5.936 11.846 6 12.172 6 12.5C6 12.828 5.935 13.154 5.81 13.457C5.684 13.76 5.5 14.036 5.268 14.268C4.791 14.722 4.158 14.976 3.5 14.976C2.842 14.976 2.208 14.722 1.732 14.268C1.638 14.177 1.511 14.127 1.38 14.128C1.249 14.129 1.123 14.182 1.031 14.274C0.938 14.367 0.886 14.492 0.885 14.623C0.884 14.754 0.934 14.88 1.025 14.975C1.681 15.631 2.572 16 3.5 16C4.428 16 5.319 15.631 5.975 14.975C6.631 14.319 7 13.428 7 12.5C7 11.572 6.631 10.681 5.975 10.025C5.308 9.389 4.422 9.034 3.5 9.034Z"/></svg>
Copied!