skip forward 10 icon
skip-forward-10-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- skip-forward-10-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the skip forward 10 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.733 5.628V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399 0-4.53 1.415-5.655 3.543a.83.83 0 0 1-.728.457c-.538 0-.911-.533-.67-1.013C4.023 4.579 6.658 2.75 9.734 2.75c2.406 0 4.542 1.119 6 2.878M12.501 17c1.875 0 2.5-1.567 2.5-3.5s-.625-3.5-2.5-3.5s-2.5 1.567-2.5 3.5s.625 3.5 2.5 3.5m.677-1.812a.6.6 0 0 1-.217.222c-.07.038-.204.09-.46.09c-.255 0-.39-.052-.459-.09a.6.6 0 0 1-.217-.223c-.178-.288-.324-.837-.324-1.687s.146-1.399.324-1.687a.6.6 0 0 1 .217-.223c.07-.038.204-.09.46-.09c.255 0 .39.052.459.09a.6.6 0 0 1 .217.223c.178.288.323.837.323 1.687s-.145 1.399-.323 1.688M8.25 10.75a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .977 1.14l.511-.44v3.87a.75.75 0 0 0 1.5 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1020Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.733 5.628V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399 0-4.53 1.415-5.655 3.543a.83.83 0 0 1-.728.457c-.538 0-.911-.533-.67-1.013C4.023 4.579 6.658 2.75 9.734 2.75c2.406 0 4.542 1.119 6 2.878M12.501 17c1.875 0 2.5-1.567 2.5-3.5s-.625-3.5-2.5-3.5s-2.5 1.567-2.5 3.5s.625 3.5 2.5 3.5m.677-1.812a.6.6 0 0 1-.217.222c-.07.038-.204.09-.46.09c-.255 0-.39-.052-.459-.09a.6.6 0 0 1-.217-.223c-.178-.288-.324-.837-.324-1.687s.146-1.399.324-1.687a.6.6 0 0 1 .217-.223c.07-.038.204-.09.46-.09c.255 0 .39.052.459.09a.6.6 0 0 1 .217.223c.178.288.323.837.323 1.687s-.145 1.399-.323 1.688M8.25 10.75a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .977 1.14l.511-.44v3.87a.75.75 0 0 0 1.5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.733 5.628V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399 0-4.53 1.415-5.655 3.543a.83.83 0 0 1-.728.457c-.538 0-.911-.533-.67-1.013C4.023 4.579 6.658 2.75 9.734 2.75c2.406 0 4.542 1.119 6 2.878M12.501 17c1.875 0 2.5-1.567 2.5-3.5s-.625-3.5-2.5-3.5s-2.5 1.567-2.5 3.5s.625 3.5 2.5 3.5m.677-1.812a.6.6 0 0 1-.217.222c-.07.038-.204.09-.46.09c-.255 0-.39-.052-.459-.09a.6.6 0 0 1-.217-.223c-.178-.288-.324-.837-.324-1.687s.146-1.399.324-1.687a.6.6 0 0 1 .217-.223c.07-.038.204-.09.46-.09c.255 0 .39.052.459.09a.6.6 0 0 1 .217.223c.178.288.323.837.323 1.687s-.145 1.399-.323 1.688M8.25 10.75a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .977 1.14l.511-.44v3.87a.75.75 0 0 0 1.5 0z"/></svg> </template>
CSS
.icon-skip-forward-10-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.733%205.628V3.75a.75.75%200%200%201%201.5%200v3.5a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201%200-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399%200-4.53%201.415-5.655%203.543a.83.83%200%200%201-.728.457c-.538%200-.911-.533-.67-1.013C4.023%204.579%206.658%202.75%209.734%202.75c2.406%200%204.542%201.119%206%202.878M12.501%2017c1.875%200%202.5-1.567%202.5-3.5s-.625-3.5-2.5-3.5s-2.5%201.567-2.5%203.5s.625%203.5%202.5%203.5m.677-1.812a.6.6%200%200%201-.217.222c-.07.038-.204.09-.46.09c-.255%200-.39-.052-.459-.09a.6.6%200%200%201-.217-.223c-.178-.288-.324-.837-.324-1.687s.146-1.399.324-1.687a.6.6%200%200%201%20.217-.223c.07-.038.204-.09.46-.09c.255%200%20.39.052.459.09a.6.6%200%200%201%20.217.223c.178.288.323.837.323%201.687s-.145%201.399-.323%201.688M8.25%2010.75a.75.75%200%200%200-1.238-.57l-1.75%201.5a.75.75%200%201%200%20.977%201.14l.511-.44v3.87a.75.75%200%200%200%201.5%200z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.733%205.628V3.75a.75.75%200%200%201%201.5%200v3.5a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201%200-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399%200-4.53%201.415-5.655%203.543a.83.83%200%200%201-.728.457c-.538%200-.911-.533-.67-1.013C4.023%204.579%206.658%202.75%209.734%202.75c2.406%200%204.542%201.119%206%202.878M12.501%2017c1.875%200%202.5-1.567%202.5-3.5s-.625-3.5-2.5-3.5s-2.5%201.567-2.5%203.5s.625%203.5%202.5%203.5m.677-1.812a.6.6%200%200%201-.217.222c-.07.038-.204.09-.46.09c-.255%200-.39-.052-.459-.09a.6.6%200%200%201-.217-.223c-.178-.288-.324-.837-.324-1.687s.146-1.399.324-1.687a.6.6%200%200%201%20.217-.223c.07-.038.204-.09.46-.09c.255%200%20.39.052.459.09a.6.6%200%200%201%20.217.223c.178.288.323.837.323%201.687s-.145%201.399-.323%201.688M8.25%2010.75a.75.75%200%200%200-1.238-.57l-1.75%201.5a.75.75%200%201%200%20.977%201.14l.511-.44v3.87a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/skip-forward-10-20-filled.svg?color=%231a73e8&size=48