Forward Icon
Free SVG icon from the IcoFont 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/305720.svg" alt="Forward icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305720.svg" alt="Forward icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305720.svg" alt="Forward icon" :width="24" :height="24" />
CSS background
.icon-forward {
background-image: url('https://proicons.com/icon/305720.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M498 0C224 2 0 228 2 501c1 276 228 501 502 499 275-2 497-227 495-501C997 221 773-2 498 0zm220 533c-59 35-119 69-180 102-35 20-57 6-58-35v-26c-36 20-71 41-108 61-35 20-57 6-58-35V500c0-35 0-70 1-105s24-49 54-32c38 21 74 43 111 64 0-11 0-21 1-32 1-35 24-49 55-32 62 34 123 70 184 107 31 18 29 44-2 63z"/></svg>
Forward in other icon packs
Copied!