skip forward 15 icon
skip-forward-15-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-15-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10.134 4a6.99 6.99 0 0 1 5.746 3h-3.245a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 1 0-1 0v2.209a7.98 7.98 0 0 0-6-2.709a8 8 0 0 0-7.078 4.266a.5.5 0 1 0 .885.468A7 7 0 0 1 10.134 4m4.366 6.5a.5.5 0 0 1-.5.5h-2.307l-.126 1h.934q.15 0 .303.019a2.5 2.5 0 1 1-2.47 3.731a.5.5 0 1 1 .866-.5A1.5 1.5 0 1 0 12.5 13H11a.5.5 0 0 1-.495-.562l.25-2a.5.5 0 0 1 .496-.438H14a.5.5 0 0 1 .5.5m-6.764-.44A.5.5 0 0 1 8 10.5v6a.5.5 0 0 1-1 0v-5.066l-.723.482a.5.5 0 1 1-.554-.832l1.5-1a.5.5 0 0 1 .513-.025"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1520Regular(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="M10.134 4a6.99 6.99 0 0 1 5.746 3h-3.245a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 1 0-1 0v2.209a7.98 7.98 0 0 0-6-2.709a8 8 0 0 0-7.078 4.266a.5.5 0 1 0 .885.468A7 7 0 0 1 10.134 4m4.366 6.5a.5.5 0 0 1-.5.5h-2.307l-.126 1h.934q.15 0 .303.019a2.5 2.5 0 1 1-2.47 3.731a.5.5 0 1 1 .866-.5A1.5 1.5 0 1 0 12.5 13H11a.5.5 0 0 1-.495-.562l.25-2a.5.5 0 0 1 .496-.438H14a.5.5 0 0 1 .5.5m-6.764-.44A.5.5 0 0 1 8 10.5v6a.5.5 0 0 1-1 0v-5.066l-.723.482a.5.5 0 1 1-.554-.832l1.5-1a.5.5 0 0 1 .513-.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.134 4a6.99 6.99 0 0 1 5.746 3h-3.245a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 1 0-1 0v2.209a7.98 7.98 0 0 0-6-2.709a8 8 0 0 0-7.078 4.266a.5.5 0 1 0 .885.468A7 7 0 0 1 10.134 4m4.366 6.5a.5.5 0 0 1-.5.5h-2.307l-.126 1h.934q.15 0 .303.019a2.5 2.5 0 1 1-2.47 3.731a.5.5 0 1 1 .866-.5A1.5 1.5 0 1 0 12.5 13H11a.5.5 0 0 1-.495-.562l.25-2a.5.5 0 0 1 .496-.438H14a.5.5 0 0 1 .5.5m-6.764-.44A.5.5 0 0 1 8 10.5v6a.5.5 0 0 1-1 0v-5.066l-.723.482a.5.5 0 1 1-.554-.832l1.5-1a.5.5 0 0 1 .513-.025"/></svg> </template>
CSS
.icon-skip-forward-15-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.134%204a6.99%206.99%200%200%201%205.746%203h-3.245a.5.5%200%200%200%200%201h4a.5.5%200%200%200%20.5-.5v-4a.5.5%200%201%200-1%200v2.209a7.98%207.98%200%200%200-6-2.709a8%208%200%200%200-7.078%204.266a.5.5%200%201%200%20.885.468A7%207%200%200%201%2010.134%204m4.366%206.5a.5.5%200%200%201-.5.5h-2.307l-.126%201h.934q.15%200%20.303.019a2.5%202.5%200%201%201-2.47%203.731a.5.5%200%201%201%20.866-.5A1.5%201.5%200%201%200%2012.5%2013H11a.5.5%200%200%201-.495-.562l.25-2a.5.5%200%200%201%20.496-.438H14a.5.5%200%200%201%20.5.5m-6.764-.44A.5.5%200%200%201%208%2010.5v6a.5.5%200%200%201-1%200v-5.066l-.723.482a.5.5%200%201%201-.554-.832l1.5-1a.5.5%200%200%201%20.513-.025%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%22M10.134%204a6.99%206.99%200%200%201%205.746%203h-3.245a.5.5%200%200%200%200%201h4a.5.5%200%200%200%20.5-.5v-4a.5.5%200%201%200-1%200v2.209a7.98%207.98%200%200%200-6-2.709a8%208%200%200%200-7.078%204.266a.5.5%200%201%200%20.885.468A7%207%200%200%201%2010.134%204m4.366%206.5a.5.5%200%200%201-.5.5h-2.307l-.126%201h.934q.15%200%20.303.019a2.5%202.5%200%201%201-2.47%203.731a.5.5%200%201%201%20.866-.5A1.5%201.5%200%201%200%2012.5%2013H11a.5.5%200%200%201-.495-.562l.25-2a.5.5%200%200%201%20.496-.438H14a.5.5%200%200%201%20.5.5m-6.764-.44A.5.5%200%200%201%208%2010.5v6a.5.5%200%200%201-1%200v-5.066l-.723.482a.5.5%200%201%201-.554-.832l1.5-1a.5.5%200%200%201%20.513-.025%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-20-regular.svg?color=%231a73e8&size=48