fast-forward-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
fast-forward-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the fast forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 10.697V6.131c0-1.36 1.57-2.118 2.636-1.273l9.636 7.641a1.917 1.917 0 0 1 0 3.004l-9.637 7.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366 5.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36 1.57-2.118 2.634-1.273zm0 4.691v-2.776l-8.297-6.58a.1.1 0 0 0-.064-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068v15.739a.12.12 0 0 0 .017.068q.017.025.053.044a.13.13 0 0 0 .068.014a.1.1 0 0 0 .064-.028zm1.704-9.355a.1.1 0 0 0-.065-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068V21.87c0 .034.009.054.018.067q.015.026.052.045a.13.13 0 0 0 .068.014a.1.1 0 0 0 .065-.028l9.636-7.64a.417.417 0 0 0 0-.653z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFastForward28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 10.697V6.131c0-1.36 1.57-2.118 2.636-1.273l9.636 7.641a1.917 1.917 0 0 1 0 3.004l-9.637 7.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366 5.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36 1.57-2.118 2.634-1.273zm0 4.691v-2.776l-8.297-6.58a.1.1 0 0 0-.064-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068v15.739a.12.12 0 0 0 .017.068q.017.025.053.044a.13.13 0 0 0 .068.014a.1.1 0 0 0 .064-.028zm1.704-9.355a.1.1 0 0 0-.065-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068V21.87c0 .034.009.054.018.067q.015.026.052.045a.13.13 0 0 0 .068.014a.1.1 0 0 0 .065-.028l9.636-7.64a.417.417 0 0 0 0-.653z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 10.697V6.131c0-1.36 1.57-2.118 2.636-1.273l9.636 7.641a1.917 1.917 0 0 1 0 3.004l-9.637 7.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366 5.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36 1.57-2.118 2.634-1.273zm0 4.691v-2.776l-8.297-6.58a.1.1 0 0 0-.064-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068v15.739a.12.12 0 0 0 .017.068q.017.025.053.044a.13.13 0 0 0 .068.014a.1.1 0 0 0 .064-.028zm1.704-9.355a.1.1 0 0 0-.065-.028a.13.13 0 0 0-.068.013a.13.13 0 0 0-.053.045a.1.1 0 0 0-.017.068V21.87c0 .034.009.054.018.067q.015.026.052.045a.13.13 0 0 0 .068.014a.1.1 0 0 0 .065-.028l9.636-7.64a.417.417 0 0 0 0-.653z"/></svg>
</template>

CSS

.icon-fast-forward-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010.697V6.131c0-1.36%201.57-2.118%202.636-1.273l9.636%207.641a1.917%201.917%200%200%201%200%203.004l-9.637%207.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366%205.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36%201.57-2.118%202.634-1.273zm0%204.691v-2.776l-8.297-6.58a.1.1%200%200%200-.064-.028a.13.13%200%200%200-.068.013a.13.13%200%200%200-.053.045a.1.1%200%200%200-.017.068v15.739a.12.12%200%200%200%20.017.068q.017.025.053.044a.13.13%200%200%200%20.068.014a.1.1%200%200%200%20.064-.028zm1.704-9.355a.1.1%200%200%200-.065-.028a.13.13%200%200%200-.068.013a.13.13%200%200%200-.053.045a.1.1%200%200%200-.017.068V21.87c0%20.034.009.054.018.067q.015.026.052.045a.13.13%200%200%200%20.068.014a.1.1%200%200%200%20.065-.028l9.636-7.64a.417.417%200%200%200%200-.653z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010.697V6.131c0-1.36%201.57-2.118%202.636-1.273l9.636%207.641a1.917%201.917%200%200%201%200%203.004l-9.637%207.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366%205.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36%201.57-2.118%202.634-1.273zm0%204.691v-2.776l-8.297-6.58a.1.1%200%200%200-.064-.028a.13.13%200%200%200-.068.013a.13.13%200%200%200-.053.045a.1.1%200%200%200-.017.068v15.739a.12.12%200%200%200%20.017.068q.017.025.053.044a.13.13%200%200%200%20.068.014a.1.1%200%200%200%20.064-.028zm1.704-9.355a.1.1%200%200%200-.065-.028a.13.13%200%200%200-.068.013a.13.13%200%200%200-.053.045a.1.1%200%200%200-.017.068V21.87c0%20.034.009.054.018.067q.015.026.052.045a.13.13%200%200%200%20.068.014a.1.1%200%200%200%20.065-.028l9.636-7.64a.417.417%200%200%200%200-.653z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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