fast forward icon
fast-forward from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- fast-forward
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All fast forward icons →fast-forward-filledAnt Design Iconsfast-forwardBootstrap Iconsfast-forwardBoxIcons v2fast-forwardFont Awesome Solidfast-forwardFeather Iconsfast-forward-16-filledFluent UI System Iconsfast-forwardHuge Iconsfast-forwardHumbleiconsfast-forwardJam Iconsfast-forwardKeyline Iconsfast-forwardLine Awesomefast-forwardLucidefast-forwardMage Iconsfast-forwardMajesticonsfast-forwardMaterial Symbolsfast-forwardMaterial Symbols Lightfast-forwardMaterial Design Iconsfast-forward-fillMingCute Iconfast-forwardPhosphorfast-forwardPrime Icons
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forward-circlefilmforward-10s
Use the fast forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11 8.768l-6.097-4.46C3.601 3.411 2 4.58 2 6.426v11.148c0 1.847 1.6 3.015 2.903 2.118L11 15.232m0-8.109v9.754c0 1.616 1.467 2.638 2.661 1.853l7.417-4.877c1.229-.807 1.229-2.899 0-3.706L13.661 5.27C12.467 4.485 11 5.507 11 7.123"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFastForward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m11 8.768l-6.097-4.46C3.601 3.411 2 4.58 2 6.426v11.148c0 1.847 1.6 3.015 2.903 2.118L11 15.232m0-8.109v9.754c0 1.616 1.467 2.638 2.661 1.853l7.417-4.877c1.229-.807 1.229-2.899 0-3.706L13.661 5.27C12.467 4.485 11 5.507 11 7.123"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11 8.768l-6.097-4.46C3.601 3.411 2 4.58 2 6.426v11.148c0 1.847 1.6 3.015 2.903 2.118L11 15.232m0-8.109v9.754c0 1.616 1.467 2.638 2.661 1.853l7.417-4.877c1.229-.807 1.229-2.899 0-3.706L13.661 5.27C12.467 4.485 11 5.507 11 7.123"/></svg> </template>
CSS
.icon-fast-forward {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m11%208.768l-6.097-4.46C3.601%203.411%202%204.58%202%206.426v11.148c0%201.847%201.6%203.015%202.903%202.118L11%2015.232m0-8.109v9.754c0%201.616%201.467%202.638%202.661%201.853l7.417-4.877c1.229-.807%201.229-2.899%200-3.706L13.661%205.27C12.467%204.485%2011%205.507%2011%207.123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m11%208.768l-6.097-4.46C3.601%203.411%202%204.58%202%206.426v11.148c0%201.847%201.6%203.015%202.903%202.118L11%2015.232m0-8.109v9.754c0%201.616%201.467%202.638%202.661%201.853l7.417-4.877c1.229-.807%201.229-2.899%200-3.706L13.661%205.27C12.467%204.485%2011%205.507%2011%207.123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/fast-forward.svg?color=%231a73e8&size=48