Fast Forward Back Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Fast Forward Back 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/310117.svg" alt="Fast Forward Back icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310117.svg" alt="Fast Forward Back icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310117.svg" alt="Fast Forward Back icon" :width="24" :height="24" />
CSS background
.icon-fast-forward-back {
background-image: url('https://proicons.com/icon/310117.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.9995 6.47681V17.4768C21.9907 17.8896 21.8659 18.2916 21.6394 18.6368C21.4161 18.9778 21.1006 19.2483 20.7295 19.4168C20.4452 19.5514 20.134 19.6198 19.8195 19.6168C19.7231 19.6267 19.6258 19.6267 19.5294 19.6168C19.1216 19.5647 18.7368 19.3983 18.4194 19.1368L12.7395 14.2768V17.4968C12.7296 17.908 12.6086 18.3088 12.3894 18.6568C12.1598 18.996 11.8417 19.2658 11.4695 19.4368C11.1852 19.5714 10.874 19.6398 10.5595 19.6368C10.463 19.6464 10.3658 19.6464 10.2694 19.6368C9.86402 19.5867 9.48192 19.4199 9.16944 19.1568L2.75941 13.6668C2.40033 13.3569 2.15166 12.9387 2.05067 12.4752C1.94968 12.0118 2.0019 11.528 2.19947 11.0968C2.32554 10.8096 2.51731 10.5562 2.75941 10.3568L9.15943 4.87681C9.47533 4.60951 9.8599 4.43627 10.2694 4.37681C10.5752 4.33412 10.8865 4.35715 11.1826 4.44437C11.4788 4.5316 11.7529 4.681 11.9867 4.88261C12.2205 5.08421 12.4085 5.33337 12.5383 5.61346C12.6682 5.89354 12.7368 6.19812 12.7395 6.50681V9.73681L18.4194 4.87681C18.7353 4.60951 19.1199 4.43627 19.5294 4.37681C19.9384 4.32578 20.3535 4.38804 20.7295 4.5568C21.101 4.7294 21.4163 5.0032 21.6394 5.34681C21.863 5.68227 21.9878 6.07384 21.9995 6.47681Z" fill="black"/> </svg>
Copied!