fast forward icon

fast-forward-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
fast-forward-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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-linejoin="round" stroke-width="2" d="M12.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.205 2.313a41 41 0 0 1 4 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.206 2.313a41 41 0 0 1 3.999 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFastForwardLine(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" strokeLinejoin="round" strokeWidth="2" d="M12.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.205 2.313a41 41 0 0 1 4 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M3.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.206 2.313a41 41 0 0 1 3.999 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/></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-linejoin="round" stroke-width="2" d="M12.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.205 2.313a41 41 0 0 1 4 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.388 6.863a.328.328 0 0 1 .468-.263c.703.327 2.249 1.09 4.206 2.313a41 41 0 0 1 3.999 2.827a.33.33 0 0 1 0 .514c-.58.473-1.966 1.553-4 2.825c-1.982 1.24-3.51 1.993-4.206 2.316a.328.328 0 0 1-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z"/></svg>
</template>

CSS

.icon-fast-forward-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.388%206.863a.328.328%200%200%201%20.468-.263c.703.327%202.249%201.09%204.205%202.313a41%2041%200%200%201%204%202.827a.33.33%200%200%201%200%20.514c-.58.473-1.966%201.553-4%202.825c-1.982%201.24-3.51%201.993-4.206%202.316a.328.328%200%200%201-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.388%206.863a.328.328%200%200%201%20.468-.263c.703.327%202.249%201.09%204.206%202.313a41%2041%200%200%201%203.999%202.827a.33.33%200%200%201%200%20.514c-.58.473-1.966%201.553-4%202.825c-1.982%201.24-3.51%201.993-4.206%202.316a.328.328%200%200%201-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.388%206.863a.328.328%200%200%201%20.468-.263c.703.327%202.249%201.09%204.205%202.313a41%2041%200%200%201%204%202.827a.33.33%200%200%201%200%20.514c-.58.473-1.966%201.553-4%202.825c-1.982%201.24-3.51%201.993-4.206%202.316a.328.328%200%200%201-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.388%206.863a.328.328%200%200%201%20.468-.263c.703.327%202.249%201.09%204.206%202.313a41%2041%200%200%201%203.999%202.827a.33.33%200%200%201%200%20.514c-.58.473-1.966%201.553-4%202.825c-1.982%201.24-3.51%201.993-4.206%202.316a.328.328%200%200%201-.467-.263c-.09-.804-.258-2.645-.258-5.135s.168-4.329.258-5.134Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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