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/310706.svg" alt="Fast Forward Back icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310706.svg" alt="Fast Forward Back icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310706.svg" alt="Fast Forward Back icon" :width="24" :height="24" />
CSS background
.icon-fast-forward-back {
background-image: url('https://proicons.com/icon/310706.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.25 17.4942L21.25 6.50583C21.2451 6.23615 21.164 5.97336 21.0162 5.74775C20.8684 5.52215 20.6598 5.34293 20.4145 5.23075C20.1692 5.11858 19.8972 5.07802 19.6299 5.11376C19.3625 5.1495 19.1107 5.26008 18.9035 5.43275L12.4937 10.9126C12.3366 11.0469 12.2105 11.2137 12.124 11.4014C12.0375 11.5891 11.9928 11.7933 11.9928 12C11.9928 12.2067 12.0375 12.4109 12.124 12.5986C12.2105 12.7863 12.3366 12.9531 12.4937 13.0874L18.9035 18.5673C19.1107 18.7399 19.3625 18.8505 19.6299 18.8862C19.8972 18.922 20.1692 18.8814 20.4145 18.7693C20.6598 18.6571 20.8684 18.4779 21.0162 18.2523C21.164 18.0267 21.2451 17.7639 21.25 17.4942Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.9929 17.4942L11.9929 6.50583C11.988 6.23615 11.907 5.97336 11.7591 5.74775C11.6113 5.52215 11.4027 5.34293 11.1574 5.23075C10.9122 5.11858 10.6402 5.07802 10.3728 5.11376C10.1055 5.1495 9.85368 5.26008 9.64647 5.43275L3.2509 10.9126C3.09383 11.0469 2.96773 11.2137 2.88126 11.4014C2.79479 11.5891 2.75002 11.7933 2.75002 12C2.75002 12.2067 2.79479 12.4109 2.88126 12.5986C2.96773 12.7863 3.09383 12.9531 3.2509 13.0874L9.64647 18.5673C9.85367 18.7399 10.1055 18.8505 10.3728 18.8862C10.6402 18.922 10.9122 18.8814 11.1574 18.7693C11.4027 18.6571 11.6113 18.4779 11.7591 18.2523C11.907 18.0267 11.988 17.7639 11.9929 17.4942Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!