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

Name
skip-forward-15-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.864 1.489a.75.75 0 0 1-.772-1.287c1.529-.918 2.401-2.231 2.697-2.676l.065-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.652a.75.75 0 0 1-1.266-.804C5.69 5.307 9.467 3 14.25 3c4.434 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward1528Regular(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="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.864 1.489a.75.75 0 0 1-.772-1.287c1.529-.918 2.401-2.231 2.697-2.676l.065-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.652a.75.75 0 0 1-1.266-.804C5.69 5.307 9.467 3 14.25 3c4.434 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.864 1.489a.75.75 0 0 1-.772-1.287c1.529-.918 2.401-2.231 2.697-2.676l.065-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.652a.75.75 0 0 1-1.266-.804C5.69 5.307 9.467 3 14.25 3c4.434 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-skip-forward-15-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%22M9.882%2013.097a.75.75%200%200%201%20.784.029q.012.007.024.017a.75.75%200%200%201%20.31.624V24.25a.75.75%200%200%201-1.5%200v-8.345a9.3%209.3%200%200%201-1.864%201.489a.75.75%200%200%201-.772-1.287c1.529-.918%202.401-2.231%202.697-2.676l.065-.097a.8.8%200%200%201%20.256-.237m11.445-.093a.75.75%200%200%201%200%201.492l-.077.004h-3.84l-.31%202.451h.013a12%2012%200%200%201%201.942.088l.203.034a4%204%200%200%201-1.111%207.911l-.206-.023a4%204%200%200%201-2.711-1.655l-.119-.178l-.038-.067a.75.75%200%200%201%201.264-.794l.044.063l.154.218a2.5%202.5%200%200%200%201.615.928l.255.023a2.5%202.5%200%200%200%20.693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15%2015%200%200%200-.78.042l-.054.005h-.002a.75.75%200%200%201-.816-.84l.502-4l.03-.136a.75.75%200%200%201%20.714-.521h4.503zM25.25%202.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-.75.75h-6.5a.75.75%200%200%201%200-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217%200-7.541%201.998-9.867%205.652a.75.75%200%200%201-1.266-.804C5.69%205.307%209.467%203%2014.25%203c4.434%200%208.226%202.073%2010.25%204.937V3.25a.75.75%200%200%201%20.75-.75%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%22M9.882%2013.097a.75.75%200%200%201%20.784.029q.012.007.024.017a.75.75%200%200%201%20.31.624V24.25a.75.75%200%200%201-1.5%200v-8.345a9.3%209.3%200%200%201-1.864%201.489a.75.75%200%200%201-.772-1.287c1.529-.918%202.401-2.231%202.697-2.676l.065-.097a.8.8%200%200%201%20.256-.237m11.445-.093a.75.75%200%200%201%200%201.492l-.077.004h-3.84l-.31%202.451h.013a12%2012%200%200%201%201.942.088l.203.034a4%204%200%200%201-1.111%207.911l-.206-.023a4%204%200%200%201-2.711-1.655l-.119-.178l-.038-.067a.75.75%200%200%201%201.264-.794l.044.063l.154.218a2.5%202.5%200%200%200%201.615.928l.255.023a2.5%202.5%200%200%200%20.693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15%2015%200%200%200-.78.042l-.054.005h-.002a.75.75%200%200%201-.816-.84l.502-4l.03-.136a.75.75%200%200%201%20.714-.521h4.503zM25.25%202.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-.75.75h-6.5a.75.75%200%200%201%200-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217%200-7.541%201.998-9.867%205.652a.75.75%200%200%201-1.266-.804C5.69%205.307%209.467%203%2014.25%203c4.434%200%208.226%202.073%2010.25%204.937V3.25a.75.75%200%200%201%20.75-.75%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-28-regular.svg?color=%231a73e8&size=48