Run Below Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Run Below 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/307383.svg" alt="Run Below icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307383.svg" alt="Run Below icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307383.svg" alt="Run Below icon" :width="24" :height="24" />
CSS background
.icon-run-below {
background-image: url('https://proicons.com/icon/307383.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="M16 13.5C16 13.565 15.987 13.63 15.961 13.69C15.935 13.75 15.897 13.805 15.85 13.85L13.85 15.85C13.805 15.897 13.751 15.935 13.691 15.961C13.631 15.987 13.566 16 13.501 16C13.436 16 13.371 15.987 13.311 15.961C13.251 15.935 13.196 15.897 13.151 15.85L11.151 13.85C11.104 13.805 11.066 13.751 11.04 13.69C11.014 13.63 11.001 13.565 11.001 13.5C11.001 13.435 11.014 13.37 11.04 13.31C11.066 13.25 11.104 13.195 11.151 13.15C11.196 13.103 11.25 13.065 11.311 13.039C11.371 13.013 11.436 13 11.501 13C11.566 13 11.631 13.013 11.691 13.039C11.751 13.065 11.805 13.103 11.85 13.15L13 14.29V9.50001C13 9.36701 13.053 9.24001 13.146 9.14601C13.24 9.05201 13.367 9.00001 13.5 9.00001C13.633 9.00001 13.76 9.05301 13.854 9.14601C13.948 9.24001 14 9.36701 14 9.50001V14.29L15.15 13.15C15.195 13.103 15.249 13.065 15.31 13.039C15.37 13.013 15.435 13 15.5 13C15.565 13 15.63 13.013 15.69 13.039C15.75 13.065 15.804 13.103 15.849 13.15C15.896 13.195 15.934 13.249 15.96 13.31C15.986 13.37 15.999 13.435 15.999 13.5H16ZM12 8.85501L4.745 12.936C4.412 13.124 4 12.883 4 12.5V3.50001C4 3.11801 4.412 2.87701 4.745 3.06401L12.745 7.56401C12.915 7.66001 13 7.83001 13 8.00001H14C14 7.49001 13.745 6.97901 13.235 6.69301L5.235 2.19301C4.235 1.63101 3 2.35301 3 3.50001V12.5C3 13.647 4.235 14.37 5.235 13.807L12 10.002V8.85501Z"/></svg>
Copied!