fast forward icon

fast-forward-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
fast-forward-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

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="currentColor" 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"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFastForwardFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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"/></svg>
</template>

CSS

.icon-fast-forward-fill {
  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%22currentColor%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%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%22currentColor%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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/fast-forward-fill.svg?color=%231a73e8&size=48