skip forward 15 icon
skip-forward-15-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- skip-forward-15-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M23.878 15.007a1.25 1.25 0 0 1 0 2.486l-.128.007h-3.88l-.219 1.959c.494.001 1.06.021 1.545.09l.254.042a5.001 5.001 0 0 1-1.39 9.89l-.255-.03a5 5 0 0 1-3.488-2.212l-.145-.235l-.059-.114a1.251 1.251 0 0 1 2.153-1.246l.07.107l.073.118a2.5 2.5 0 0 0 1.743 1.107l.255.022a2.5 2.5 0 0 0 .693-4.926l-.251-.048c-.434-.06-1.046-.072-1.593-.062a23 23 0 0 0-.858.031l-.05.004h-.014a1.25 1.25 0 0 1-1.326-1.385l.5-4.5l.018-.117A1.25 1.25 0 0 1 18.75 15h5zm-12.75.348a1.25 1.25 0 0 1 2.122.896V27.5a1.25 1.25 0 0 1-2.5 0v-8.47c-.427.307-.944.645-1.606 1.042a1.251 1.251 0 0 1-1.288-2.143c1.047-.628 1.634-1.054 2.057-1.411c.31-.262.531-.483.81-.761c.12-.12.251-.252.405-.402M15.98 3.002c4.347-.065 8.569 1.512 11.519 4.672V4.252a1.25 1.25 0 0 1 2.5 0v6.999c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 0 1 0-2.5h3.96c-2.424-2.997-6.178-4.56-10.192-4.5c-4.965.074-9.003 2.7-11.716 6.926a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.981 3.001"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1532Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.878 15.007a1.25 1.25 0 0 1 0 2.486l-.128.007h-3.88l-.219 1.959c.494.001 1.06.021 1.545.09l.254.042a5.001 5.001 0 0 1-1.39 9.89l-.255-.03a5 5 0 0 1-3.488-2.212l-.145-.235l-.059-.114a1.251 1.251 0 0 1 2.153-1.246l.07.107l.073.118a2.5 2.5 0 0 0 1.743 1.107l.255.022a2.5 2.5 0 0 0 .693-4.926l-.251-.048c-.434-.06-1.046-.072-1.593-.062a23 23 0 0 0-.858.031l-.05.004h-.014a1.25 1.25 0 0 1-1.326-1.385l.5-4.5l.018-.117A1.25 1.25 0 0 1 18.75 15h5zm-12.75.348a1.25 1.25 0 0 1 2.122.896V27.5a1.25 1.25 0 0 1-2.5 0v-8.47c-.427.307-.944.645-1.606 1.042a1.251 1.251 0 0 1-1.288-2.143c1.047-.628 1.634-1.054 2.057-1.411c.31-.262.531-.483.81-.761c.12-.12.251-.252.405-.402M15.98 3.002c4.347-.065 8.569 1.512 11.519 4.672V4.252a1.25 1.25 0 0 1 2.5 0v6.999c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 0 1 0-2.5h3.96c-2.424-2.997-6.178-4.56-10.192-4.5c-4.965.074-9.003 2.7-11.716 6.926a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.981 3.001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.878 15.007a1.25 1.25 0 0 1 0 2.486l-.128.007h-3.88l-.219 1.959c.494.001 1.06.021 1.545.09l.254.042a5.001 5.001 0 0 1-1.39 9.89l-.255-.03a5 5 0 0 1-3.488-2.212l-.145-.235l-.059-.114a1.251 1.251 0 0 1 2.153-1.246l.07.107l.073.118a2.5 2.5 0 0 0 1.743 1.107l.255.022a2.5 2.5 0 0 0 .693-4.926l-.251-.048c-.434-.06-1.046-.072-1.593-.062a23 23 0 0 0-.858.031l-.05.004h-.014a1.25 1.25 0 0 1-1.326-1.385l.5-4.5l.018-.117A1.25 1.25 0 0 1 18.75 15h5zm-12.75.348a1.25 1.25 0 0 1 2.122.896V27.5a1.25 1.25 0 0 1-2.5 0v-8.47c-.427.307-.944.645-1.606 1.042a1.251 1.251 0 0 1-1.288-2.143c1.047-.628 1.634-1.054 2.057-1.411c.31-.262.531-.483.81-.761c.12-.12.251-.252.405-.402M15.98 3.002c4.347-.065 8.569 1.512 11.519 4.672V4.252a1.25 1.25 0 0 1 2.5 0v6.999c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 0 1 0-2.5h3.96c-2.424-2.997-6.178-4.56-10.192-4.5c-4.965.074-9.003 2.7-11.716 6.926a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.981 3.001"/></svg> </template>
CSS
.icon-skip-forward-15-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.878%2015.007a1.25%201.25%200%200%201%200%202.486l-.128.007h-3.88l-.219%201.959c.494.001%201.06.021%201.545.09l.254.042a5.001%205.001%200%200%201-1.39%209.89l-.255-.03a5%205%200%200%201-3.488-2.212l-.145-.235l-.059-.114a1.251%201.251%200%200%201%202.153-1.246l.07.107l.073.118a2.5%202.5%200%200%200%201.743%201.107l.255.022a2.5%202.5%200%200%200%20.693-4.926l-.251-.048c-.434-.06-1.046-.072-1.593-.062a23%2023%200%200%200-.858.031l-.05.004h-.014a1.25%201.25%200%200%201-1.326-1.385l.5-4.5l.018-.117A1.25%201.25%200%200%201%2018.75%2015h5zm-12.75.348a1.25%201.25%200%200%201%202.122.896V27.5a1.25%201.25%200%200%201-2.5%200v-8.47c-.427.307-.944.645-1.606%201.042a1.251%201.251%200%200%201-1.288-2.143c1.047-.628%201.634-1.054%202.057-1.411c.31-.262.531-.483.81-.761c.12-.12.251-.252.405-.402M15.98%203.002c4.347-.065%208.569%201.512%2011.519%204.672V4.252a1.25%201.25%200%200%201%202.5%200v6.999c0%20.69-.56%201.25-1.25%201.25h-6.5a1.25%201.25%200%200%201%200-2.5h3.96c-2.424-2.997-6.178-4.56-10.192-4.5c-4.965.074-9.003%202.7-11.716%206.926a1.25%201.25%200%200%201-2.104-1.35C5.284%206.27%2010.04%203.09%2015.981%203.001%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.878%2015.007a1.25%201.25%200%200%201%200%202.486l-.128.007h-3.88l-.219%201.959c.494.001%201.06.021%201.545.09l.254.042a5.001%205.001%200%200%201-1.39%209.89l-.255-.03a5%205%200%200%201-3.488-2.212l-.145-.235l-.059-.114a1.251%201.251%200%200%201%202.153-1.246l.07.107l.073.118a2.5%202.5%200%200%200%201.743%201.107l.255.022a2.5%202.5%200%200%200%20.693-4.926l-.251-.048c-.434-.06-1.046-.072-1.593-.062a23%2023%200%200%200-.858.031l-.05.004h-.014a1.25%201.25%200%200%201-1.326-1.385l.5-4.5l.018-.117A1.25%201.25%200%200%201%2018.75%2015h5zm-12.75.348a1.25%201.25%200%200%201%202.122.896V27.5a1.25%201.25%200%200%201-2.5%200v-8.47c-.427.307-.944.645-1.606%201.042a1.251%201.251%200%200%201-1.288-2.143c1.047-.628%201.634-1.054%202.057-1.411c.31-.262.531-.483.81-.761c.12-.12.251-.252.405-.402M15.98%203.002c4.347-.065%208.569%201.512%2011.519%204.672V4.252a1.25%201.25%200%200%201%202.5%200v6.999c0%20.69-.56%201.25-1.25%201.25h-6.5a1.25%201.25%200%200%201%200-2.5h3.96c-2.424-2.997-6.178-4.56-10.192-4.5c-4.965.074-9.003%202.7-11.716%206.926a1.25%201.25%200%200%201-2.104-1.35C5.284%206.27%2010.04%203.09%2015.981%203.001%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-32-filled.svg?color=%231a73e8&size=48