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

Name
skip-forward-15-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.25a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165C17.23 5.465 18.6 6.602 19.658 8H15.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8.953 11.028a.75.75 0 0 1 .547.722v8.5a.75.75 0 0 1-1.5 0v-6.417c-.382.369-.84.746-1.364 1.06a.75.75 0 1 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331M17.2 12.5a.75.75 0 0 0 0-1.5h-3.548a.75.75 0 0 0-.743.65l-.4 3a.75.75 0 0 0 .743.85h2.169q.15-.002.307.02a2 2 0 1 1-2.06 2.89a.75.75 0 1 0-1.334.684A3.5 3.5 0 1 0 15.407 14h-1.298l.2-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward1524Regular(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.25a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165C17.23 5.465 18.6 6.602 19.658 8H15.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8.953 11.028a.75.75 0 0 1 .547.722v8.5a.75.75 0 0 1-1.5 0v-6.417c-.382.369-.84.746-1.364 1.06a.75.75 0 1 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331M17.2 12.5a.75.75 0 0 0 0-1.5h-3.548a.75.75 0 0 0-.743.65l-.4 3a.75.75 0 0 0 .743.85h2.169q.15-.002.307.02a2 2 0 1 1-2.06 2.89a.75.75 0 1 0-1.334.684A3.5 3.5 0 1 0 15.407 14h-1.298l.2-1.5z"/></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.25a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165C17.23 5.465 18.6 6.602 19.658 8H15.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8.953 11.028a.75.75 0 0 1 .547.722v8.5a.75.75 0 0 1-1.5 0v-6.417c-.382.369-.84.746-1.364 1.06a.75.75 0 1 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8 8 0 0 0 .598-.798l.005-.009l.001-.001a.75.75 0 0 1 .843-.331M17.2 12.5a.75.75 0 0 0 0-1.5h-3.548a.75.75 0 0 0-.743.65l-.4 3a.75.75 0 0 0 .743.85h2.169q.15-.002.307.02a2 2 0 1 1-2.06 2.89a.75.75 0 1 0-1.334.684A3.5 3.5 0 1 0 15.407 14h-1.298l.2-1.5z"/></svg>
</template>

CSS

.icon-skip-forward-15-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203.25a.75.75%200%200%200-1.5%200v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2%2011.2%200%200%200-7.233.192c-2.316.862-4.504%202.61-5.646%204.693a.75.75%200%201%200%201.315.72c.944-1.722%202.825-3.252%204.854-4.007a9.7%209.7%200%200%201%206.266-.165C17.23%205.465%2018.6%206.602%2019.658%208H15.75a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%20.75-.75zM8.953%2011.028a.75.75%200%200%201%20.547.722v8.5a.75.75%200%200%201-1.5%200v-6.417c-.382.369-.84.746-1.364%201.06a.75.75%200%201%201-.772-1.286c.676-.405%201.24-.965%201.642-1.44a8%208%200%200%200%20.598-.798l.005-.009l.001-.001a.75.75%200%200%201%20.843-.331M17.2%2012.5a.75.75%200%200%200%200-1.5h-3.548a.75.75%200%200%200-.743.65l-.4%203a.75.75%200%200%200%20.743.85h2.169q.15-.002.307.02a2%202%200%201%201-2.06%202.89a.75.75%200%201%200-1.334.684A3.5%203.5%200%201%200%2015.407%2014h-1.298l.2-1.5z%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.25a.75.75%200%200%200-1.5%200v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2%2011.2%200%200%200-7.233.192c-2.316.862-4.504%202.61-5.646%204.693a.75.75%200%201%200%201.315.72c.944-1.722%202.825-3.252%204.854-4.007a9.7%209.7%200%200%201%206.266-.165C17.23%205.465%2018.6%206.602%2019.658%208H15.75a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%20.75-.75zM8.953%2011.028a.75.75%200%200%201%20.547.722v8.5a.75.75%200%200%201-1.5%200v-6.417c-.382.369-.84.746-1.364%201.06a.75.75%200%201%201-.772-1.286c.676-.405%201.24-.965%201.642-1.44a8%208%200%200%200%20.598-.798l.005-.009l.001-.001a.75.75%200%200%201%20.843-.331M17.2%2012.5a.75.75%200%200%200%200-1.5h-3.548a.75.75%200%200%200-.743.65l-.4%203a.75.75%200%200%200%20.743.85h2.169q.15-.002.307.02a2%202%200%201%201-2.06%202.89a.75.75%200%201%200-1.334.684A3.5%203.5%200%201%200%2015.407%2014h-1.298l.2-1.5z%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-regular.svg?color=%231a73e8&size=48