skip-forward-15-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
skip-forward-15-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip forward 15 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM9.75 12a1 1 0 0 0-1.762-.647l-.222.265c-.515.623-1.078 1.303-2.28 2.024a1 1 0 0 0 1.029 1.715c.483-.29.889-.58 1.235-.864V20a1 1 0 0 0 2 0zM17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.99.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward1524Filled(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="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM9.75 12a1 1 0 0 0-1.762-.647l-.222.265c-.515.623-1.078 1.303-2.28 2.024a1 1 0 0 0 1.029 1.715c.483-.29.889-.58 1.235-.864V20a1 1 0 0 0 2 0zM17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.99.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM9.75 12a1 1 0 0 0-1.762-.647l-.222.265c-.515.623-1.078 1.303-2.28 2.024a1 1 0 0 0 1.029 1.715c.483-.29.889-.58 1.235-.864V20a1 1 0 0 0 2 0zM17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.99.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>
</template>

CSS

.icon-skip-forward-15-24-filled {
  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%22M22%203.25a1%201%200%201%200-2%200v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44%2011.44%200%200%200-7.394.197c-2.364.88-4.604%202.664-5.779%204.807a1%201%200%200%200%201.754.961c.911-1.662%202.74-3.156%204.722-3.893a9.44%209.44%200%200%201%206.106-.16c1.474.456%202.698%201.39%203.682%202.569H15.75a1%201%200%201%200%200%202H21a1%201%200%200%200%201-1zM9.75%2012a1%201%200%200%200-1.762-.647l-.222.265c-.515.623-1.078%201.303-2.28%202.024a1%201%200%200%200%201.029%201.715c.483-.29.889-.58%201.235-.864V20a1%201%200%200%200%202%200zM17%2013a1%201%200%201%200%200-2h-3.1a1%201%200%200%200-.99.868l-.4%203A1%201%200%200%200%2013.5%2016h2q.103%200%20.21.015a1.5%201.5%200%201%201-1.559%202.14a1%201%200%200%200-1.798.875A3.5%203.5%200%201%200%2015.5%2014h-.857l.133-1z%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%22M22%203.25a1%201%200%201%200-2%200v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44%2011.44%200%200%200-7.394.197c-2.364.88-4.604%202.664-5.779%204.807a1%201%200%200%200%201.754.961c.911-1.662%202.74-3.156%204.722-3.893a9.44%209.44%200%200%201%206.106-.16c1.474.456%202.698%201.39%203.682%202.569H15.75a1%201%200%201%200%200%202H21a1%201%200%200%200%201-1zM9.75%2012a1%201%200%200%200-1.762-.647l-.222.265c-.515.623-1.078%201.303-2.28%202.024a1%201%200%200%200%201.029%201.715c.483-.29.889-.58%201.235-.864V20a1%201%200%200%200%202%200zM17%2013a1%201%200%201%200%200-2h-3.1a1%201%200%200%200-.99.868l-.4%203A1%201%200%200%200%2013.5%2016h2q.103%200%20.21.015a1.5%201.5%200%201%201-1.559%202.14a1%201%200%200%200-1.798.875A3.5%203.5%200%201%200%2015.5%2014h-.857l.133-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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