fast forward icon
fast-forward-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- fast-forward-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
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-forwardLine Awesomefast-forwardLucidefast-forwardMage Iconsfast-forwardMajesticonsfast-forwardMaterial Symbolsfast-forwardMaterial Symbols Lightfast-forwardMaterial Design Iconsfast-forward-fillMingCute Iconfast-forwardPhosphorfast-forwardPrime Icons
Use the fast forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M1 7.504964C1 5.313398 3.619285 4.182505 5.214383 5.685378L10.371506 10.544331C11.209498 11.333873 11.209498 12.666127 10.371506 13.455669L5.214383 18.314623C3.619286 19.817496 1 18.686603 1 16.495037ZM13 7.504963C13 5.313397 15.619285 4.182504 17.214383 5.685377L22.371507 10.544331C23.209499 11.333873 23.209499 12.666127 22.371507 13.455669L17.214383 18.314623C15.619285 19.817496 13 18.686603 13 16.495037Z" stroke="none"/><path d="M2 7.504963C2 6.190024 3.571571 5.511488 4.52863 6.413212L9.685754 11.272166C10.10475 11.666937 10.10475 12.333063 9.685754 12.727834L4.52863 17.586788C3.571571 18.488512 2 17.809976 2 16.495037ZM14 7.504963C14 6.190024 15.571571 5.511488 16.52863 6.413212L21.685754 11.272166C22.10475 11.666937 22.10475 12.333063 21.685754 12.727834L16.52863 17.586788C15.571571 18.488512 14 17.809976 14 16.495037Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFastForwardTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M1 7.504964C1 5.313398 3.619285 4.182505 5.214383 5.685378L10.371506 10.544331C11.209498 11.333873 11.209498 12.666127 10.371506 13.455669L5.214383 18.314623C3.619286 19.817496 1 18.686603 1 16.495037ZM13 7.504963C13 5.313397 15.619285 4.182504 17.214383 5.685377L22.371507 10.544331C23.209499 11.333873 23.209499 12.666127 22.371507 13.455669L17.214383 18.314623C15.619285 19.817496 13 18.686603 13 16.495037Z" stroke="none"/><path d="M2 7.504963C2 6.190024 3.571571 5.511488 4.52863 6.413212L9.685754 11.272166C10.10475 11.666937 10.10475 12.333063 9.685754 12.727834L4.52863 17.586788C3.571571 18.488512 2 17.809976 2 16.495037ZM14 7.504963C14 6.190024 15.571571 5.511488 16.52863 6.413212L21.685754 11.272166C22.10475 11.666937 22.10475 12.333063 21.685754 12.727834L16.52863 17.586788C15.571571 18.488512 14 17.809976 14 16.495037Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M1 7.504964C1 5.313398 3.619285 4.182505 5.214383 5.685378L10.371506 10.544331C11.209498 11.333873 11.209498 12.666127 10.371506 13.455669L5.214383 18.314623C3.619286 19.817496 1 18.686603 1 16.495037ZM13 7.504963C13 5.313397 15.619285 4.182504 17.214383 5.685377L22.371507 10.544331C23.209499 11.333873 23.209499 12.666127 22.371507 13.455669L17.214383 18.314623C15.619285 19.817496 13 18.686603 13 16.495037Z" stroke="none"/><path d="M2 7.504963C2 6.190024 3.571571 5.511488 4.52863 6.413212L9.685754 11.272166C10.10475 11.666937 10.10475 12.333063 9.685754 12.727834L4.52863 17.586788C3.571571 18.488512 2 17.809976 2 16.495037ZM14 7.504963C14 6.190024 15.571571 5.511488 16.52863 6.413212L21.685754 11.272166C22.10475 11.666937 22.10475 12.333063 21.685754 12.727834L16.52863 17.586788C15.571571 18.488512 14 17.809976 14 16.495037Z"/></g></svg> </template>
CSS
.icon-fast-forward-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%207.504964C1%205.313398%203.619285%204.182505%205.214383%205.685378L10.371506%2010.544331C11.209498%2011.333873%2011.209498%2012.666127%2010.371506%2013.455669L5.214383%2018.314623C3.619286%2019.817496%201%2018.686603%201%2016.495037ZM13%207.504963C13%205.313397%2015.619285%204.182504%2017.214383%205.685377L22.371507%2010.544331C23.209499%2011.333873%2023.209499%2012.666127%2022.371507%2013.455669L17.214383%2018.314623C15.619285%2019.817496%2013%2018.686603%2013%2016.495037Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%207.504963C2%206.190024%203.571571%205.511488%204.52863%206.413212L9.685754%2011.272166C10.10475%2011.666937%2010.10475%2012.333063%209.685754%2012.727834L4.52863%2017.586788C3.571571%2018.488512%202%2017.809976%202%2016.495037ZM14%207.504963C14%206.190024%2015.571571%205.511488%2016.52863%206.413212L21.685754%2011.272166C22.10475%2011.666937%2022.10475%2012.333063%2021.685754%2012.727834L16.52863%2017.586788C15.571571%2018.488512%2014%2017.809976%2014%2016.495037Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%207.504964C1%205.313398%203.619285%204.182505%205.214383%205.685378L10.371506%2010.544331C11.209498%2011.333873%2011.209498%2012.666127%2010.371506%2013.455669L5.214383%2018.314623C3.619286%2019.817496%201%2018.686603%201%2016.495037ZM13%207.504963C13%205.313397%2015.619285%204.182504%2017.214383%205.685377L22.371507%2010.544331C23.209499%2011.333873%2023.209499%2012.666127%2022.371507%2013.455669L17.214383%2018.314623C15.619285%2019.817496%2013%2018.686603%2013%2016.495037Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%207.504963C2%206.190024%203.571571%205.511488%204.52863%206.413212L9.685754%2011.272166C10.10475%2011.666937%2010.10475%2012.333063%209.685754%2012.727834L4.52863%2017.586788C3.571571%2018.488512%202%2017.809976%202%2016.495037ZM14%207.504963C14%206.190024%2015.571571%205.511488%2016.52863%206.413212L21.685754%2011.272166C22.10475%2011.666937%2022.10475%2012.333063%2021.685754%2012.727834L16.52863%2017.586788C15.571571%2018.488512%2014%2017.809976%2014%2016.495037Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/fast-forward-two-tone.svg?color=%231a73e8&size=48