Forward Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Forward 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/307179.svg" alt="Forward icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307179.svg" alt="Forward icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307179.svg" alt="Forward icon" :width="24" :height="24" />
CSS background
.icon-forward {
background-image: url('https://proicons.com/icon/307179.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="M12.293 7.99984L9.61091 10.6824C9.41565 10.8776 9.41565 11.1942 9.61091 11.3895C9.78448 11.563 10.0539 11.5823 10.2488 11.4473L10.318 11.3895L13.884 7.82067L13.9336 7.74953L13.9612 7.69372L13.984 7.62609L13.9889 7.60536C13.9962 7.57168 14 7.53647 14 7.50038L13.9945 7.5743L13.9982 7.54286V7.45786L13.9832 7.37155L13.9622 7.30934L13.9228 7.23337L13.8683 7.16222L10.318 3.61129C10.1228 3.41603 9.80617 3.41603 9.61091 3.61129C9.43735 3.78486 9.41806 4.05428 9.55306 4.24915L9.61091 4.3184L12.293 6.99984L8 7.00038C4.47823 7.00038 2.11461 8.97618 2.00405 11.7928L2 12.0004C2 12.2765 2.22386 12.5004 2.5 12.5004C2.77614 12.5004 3 12.2765 3 12.0004C3 9.72721 4.80747 8.09579 7.73848 8.00442L8 8.00038L12.293 7.99984Z"/></svg>
Forward in other icon packs
Copied!