skip forward 15 icon
skip-forward-15-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- skip-forward-15-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M35.151 22.008a1.5 1.5 0 0 1 0 2.984l-.153.008h-5.71l-.528 3.454c.961-.03 2.2-.028 3.214.114l.355.059a7 7 0 0 1-1.946 13.846l-.358-.041a7 7 0 0 1-5.367-3.965l-.18-.42l-.048-.146a1.5 1.5 0 0 1 2.779-1.088l.063.14l.103.241a4 4 0 0 0 3.067 2.267l.205.023a4 4 0 0 0 1.113-7.912l-.203-.033c-.786-.11-1.87-.116-2.816-.084a35 35 0 0 0-1.495.083l-.088.008h-.021l-.005.002l-.172.005a1.5 1.5 0 0 1-1.443-1.726l.999-6.553l.026-.135A1.5 1.5 0 0 1 27.998 22h7zm-18.945.733A1.501 1.501 0 0 1 19 23.5v17a1.5 1.5 0 0 1-3 0V27.71a15 15 0 0 1-2.678 2.076a1.5 1.5 0 0 1-1.544-2.572c1.37-.822 2.483-1.938 3.267-2.878a15 15 0 0 0 .883-1.164c.098-.144.17-.258.217-.332l.051-.081l.009-.016zM42.5 4A1.5 1.5 0 0 1 44 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-11a1.5 1.5 0 0 1 0-3h8.397c-3.646-5.232-9.365-8.097-15.875-8c-7.432.11-14.19 3.883-17.427 10.416a1.5 1.5 0 0 1-2.689-1.332C7.71 9.411 15.578 5.125 23.977 5c6.73-.1 12.797 2.582 17.023 7.526V5.5A1.5 1.5 0 0 1 42.5 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1548Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.151 22.008a1.5 1.5 0 0 1 0 2.984l-.153.008h-5.71l-.528 3.454c.961-.03 2.2-.028 3.214.114l.355.059a7 7 0 0 1-1.946 13.846l-.358-.041a7 7 0 0 1-5.367-3.965l-.18-.42l-.048-.146a1.5 1.5 0 0 1 2.779-1.088l.063.14l.103.241a4 4 0 0 0 3.067 2.267l.205.023a4 4 0 0 0 1.113-7.912l-.203-.033c-.786-.11-1.87-.116-2.816-.084a35 35 0 0 0-1.495.083l-.088.008h-.021l-.005.002l-.172.005a1.5 1.5 0 0 1-1.443-1.726l.999-6.553l.026-.135A1.5 1.5 0 0 1 27.998 22h7zm-18.945.733A1.501 1.501 0 0 1 19 23.5v17a1.5 1.5 0 0 1-3 0V27.71a15 15 0 0 1-2.678 2.076a1.5 1.5 0 0 1-1.544-2.572c1.37-.822 2.483-1.938 3.267-2.878a15 15 0 0 0 .883-1.164c.098-.144.17-.258.217-.332l.051-.081l.009-.016zM42.5 4A1.5 1.5 0 0 1 44 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-11a1.5 1.5 0 0 1 0-3h8.397c-3.646-5.232-9.365-8.097-15.875-8c-7.432.11-14.19 3.883-17.427 10.416a1.5 1.5 0 0 1-2.689-1.332C7.71 9.411 15.578 5.125 23.977 5c6.73-.1 12.797 2.582 17.023 7.526V5.5A1.5 1.5 0 0 1 42.5 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.151 22.008a1.5 1.5 0 0 1 0 2.984l-.153.008h-5.71l-.528 3.454c.961-.03 2.2-.028 3.214.114l.355.059a7 7 0 0 1-1.946 13.846l-.358-.041a7 7 0 0 1-5.367-3.965l-.18-.42l-.048-.146a1.5 1.5 0 0 1 2.779-1.088l.063.14l.103.241a4 4 0 0 0 3.067 2.267l.205.023a4 4 0 0 0 1.113-7.912l-.203-.033c-.786-.11-1.87-.116-2.816-.084a35 35 0 0 0-1.495.083l-.088.008h-.021l-.005.002l-.172.005a1.5 1.5 0 0 1-1.443-1.726l.999-6.553l.026-.135A1.5 1.5 0 0 1 27.998 22h7zm-18.945.733A1.501 1.501 0 0 1 19 23.5v17a1.5 1.5 0 0 1-3 0V27.71a15 15 0 0 1-2.678 2.076a1.5 1.5 0 0 1-1.544-2.572c1.37-.822 2.483-1.938 3.267-2.878a15 15 0 0 0 .883-1.164c.098-.144.17-.258.217-.332l.051-.081l.009-.016zM42.5 4A1.5 1.5 0 0 1 44 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-11a1.5 1.5 0 0 1 0-3h8.397c-3.646-5.232-9.365-8.097-15.875-8c-7.432.11-14.19 3.883-17.427 10.416a1.5 1.5 0 0 1-2.689-1.332C7.71 9.411 15.578 5.125 23.977 5c6.73-.1 12.797 2.582 17.023 7.526V5.5A1.5 1.5 0 0 1 42.5 4"/></svg> </template>
CSS
.icon-skip-forward-15-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.151%2022.008a1.5%201.5%200%200%201%200%202.984l-.153.008h-5.71l-.528%203.454c.961-.03%202.2-.028%203.214.114l.355.059a7%207%200%200%201-1.946%2013.846l-.358-.041a7%207%200%200%201-5.367-3.965l-.18-.42l-.048-.146a1.5%201.5%200%200%201%202.779-1.088l.063.14l.103.241a4%204%200%200%200%203.067%202.267l.205.023a4%204%200%200%200%201.113-7.912l-.203-.033c-.786-.11-1.87-.116-2.816-.084a35%2035%200%200%200-1.495.083l-.088.008h-.021l-.005.002l-.172.005a1.5%201.5%200%200%201-1.443-1.726l.999-6.553l.026-.135A1.5%201.5%200%200%201%2027.998%2022h7zm-18.945.733A1.501%201.501%200%200%201%2019%2023.5v17a1.5%201.5%200%200%201-3%200V27.71a15%2015%200%200%201-2.678%202.076a1.5%201.5%200%200%201-1.544-2.572c1.37-.822%202.483-1.938%203.267-2.878a15%2015%200%200%200%20.883-1.164c.098-.144.17-.258.217-.332l.051-.081l.009-.016zM42.5%204A1.5%201.5%200%200%201%2044%205.5v12a1.5%201.5%200%200%201-1.5%201.5h-11a1.5%201.5%200%200%201%200-3h8.397c-3.646-5.232-9.365-8.097-15.875-8c-7.432.11-14.19%203.883-17.427%2010.416a1.5%201.5%200%200%201-2.689-1.332C7.71%209.411%2015.578%205.125%2023.977%205c6.73-.1%2012.797%202.582%2017.023%207.526V5.5A1.5%201.5%200%200%201%2042.5%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.151%2022.008a1.5%201.5%200%200%201%200%202.984l-.153.008h-5.71l-.528%203.454c.961-.03%202.2-.028%203.214.114l.355.059a7%207%200%200%201-1.946%2013.846l-.358-.041a7%207%200%200%201-5.367-3.965l-.18-.42l-.048-.146a1.5%201.5%200%200%201%202.779-1.088l.063.14l.103.241a4%204%200%200%200%203.067%202.267l.205.023a4%204%200%200%200%201.113-7.912l-.203-.033c-.786-.11-1.87-.116-2.816-.084a35%2035%200%200%200-1.495.083l-.088.008h-.021l-.005.002l-.172.005a1.5%201.5%200%200%201-1.443-1.726l.999-6.553l.026-.135A1.5%201.5%200%200%201%2027.998%2022h7zm-18.945.733A1.501%201.501%200%200%201%2019%2023.5v17a1.5%201.5%200%200%201-3%200V27.71a15%2015%200%200%201-2.678%202.076a1.5%201.5%200%200%201-1.544-2.572c1.37-.822%202.483-1.938%203.267-2.878a15%2015%200%200%200%20.883-1.164c.098-.144.17-.258.217-.332l.051-.081l.009-.016zM42.5%204A1.5%201.5%200%200%201%2044%205.5v12a1.5%201.5%200%200%201-1.5%201.5h-11a1.5%201.5%200%200%201%200-3h8.397c-3.646-5.232-9.365-8.097-15.875-8c-7.432.11-14.19%203.883-17.427%2010.416a1.5%201.5%200%200%201-2.689-1.332C7.71%209.411%2015.578%205.125%2023.977%205c6.73-.1%2012.797%202.582%2017.023%207.526V5.5A1.5%201.5%200%200%201%2042.5%204%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-48-filled.svg?color=%231a73e8&size=48