skip forward icon

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

Name
skip-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 skip 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="2" d="M19 6v12M5.228 11.997c0 3.118.248 5.354.35 6.136c.02.159.18.251.327.19c.723-.301 2.761-1.195 5.487-2.769c2.592-1.496 4.34-2.762 5.041-3.29a.33.33 0 0 0 0-.531c-.709-.534-2.481-1.816-5.04-3.294c-2.689-1.552-4.756-2.46-5.487-2.766a.237.237 0 0 0-.329.19c-.101.783-.35 3.018-.35 6.134"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSkipForwardLine(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="2" d="M19 6v12M5.228 11.997c0 3.118.248 5.354.35 6.136c.02.159.18.251.327.19c.723-.301 2.761-1.195 5.487-2.769c2.592-1.496 4.34-2.762 5.041-3.29a.33.33 0 0 0 0-.531c-.709-.534-2.481-1.816-5.04-3.294c-2.689-1.552-4.756-2.46-5.487-2.766a.237.237 0 0 0-.329.19c-.101.783-.35 3.018-.35 6.134"/></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="2" d="M19 6v12M5.228 11.997c0 3.118.248 5.354.35 6.136c.02.159.18.251.327.19c.723-.301 2.761-1.195 5.487-2.769c2.592-1.496 4.34-2.762 5.041-3.29a.33.33 0 0 0 0-.531c-.709-.534-2.481-1.816-5.04-3.294c-2.689-1.552-4.756-2.46-5.487-2.766a.237.237 0 0 0-.329.19c-.101.783-.35 3.018-.35 6.134"/></svg>
</template>

CSS

.icon-skip-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%206v12M5.228%2011.997c0%203.118.248%205.354.35%206.136c.02.159.18.251.327.19c.723-.301%202.761-1.195%205.487-2.769c2.592-1.496%204.34-2.762%205.041-3.29a.33.33%200%200%200%200-.531c-.709-.534-2.481-1.816-5.04-3.294c-2.689-1.552-4.756-2.46-5.487-2.766a.237.237%200%200%200-.329.19c-.101.783-.35%203.018-.35%206.134%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%222%22%20d%3D%22M19%206v12M5.228%2011.997c0%203.118.248%205.354.35%206.136c.02.159.18.251.327.19c.723-.301%202.761-1.195%205.487-2.769c2.592-1.496%204.34-2.762%205.041-3.29a.33.33%200%200%200%200-.531c-.709-.534-2.481-1.816-5.04-3.294c-2.689-1.552-4.756-2.46-5.487-2.766a.237.237%200%200%200-.329.19c-.101.783-.35%203.018-.35%206.134%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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