Run Above Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Run Above 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/307380.svg" alt="Run Above icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307380.svg" alt="Run Above icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307380.svg" alt="Run Above icon" :width="24" :height="24" />
CSS background
.icon-run-above {
background-image: url('https://proicons.com/icon/307380.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="M15.854 11.853C15.756 11.95 15.628 11.999 15.5 11.999C15.372 11.999 15.244 11.951 15.146 11.853L14 10.707V15.5C14 15.776 13.776 16 13.5 16C13.224 16 13 15.776 13 15.5V10.707L11.854 11.853C11.659 12.048 11.342 12.048 11.147 11.853C10.952 11.658 10.952 11.341 11.147 11.146L13.147 9.14601C13.342 8.95101 13.659 8.95101 13.854 9.14601L15.854 11.146C16.049 11.341 16.049 11.658 15.854 11.853ZM4 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.807L10 11.127V9.98001L4.745 12.936C4.412 13.124 4 12.883 4 12.5Z"/></svg>
Copied!