skip forward 10 icon
skip-forward-10-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-10-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16.015 4.891C20.221 4.828 24.688 6.727 27.26 10H22a1 1 0 0 0 0 2h7a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783 3.444-13.826 8.184a1 1 0 0 0 1.683 1.08c2.755-4.292 7.118-7.188 12.173-7.264M21.101 15c-1.854 0-3.162.88-3.946 2.265c-.74 1.306-.99 3.01-.99 4.735s.25 3.43.99 4.735C17.94 28.12 19.247 29 21.101 29s3.161-.88 3.945-2.265c.74-1.306.991-3.01.991-4.735s-.25-3.43-.99-4.735C24.261 15.88 22.954 15 21.1 15m-2.937 7c0-1.589.241-2.885.731-3.75c.447-.788 1.107-1.25 2.206-1.25s1.759.462 2.205 1.25c.49.865.731 2.161.731 3.75s-.241 2.885-.731 3.75c-.447.788-1.107 1.25-2.205 1.25s-1.76-.462-2.206-1.25c-.49-.865-.73-2.161-.73-3.75M13 16a1 1 0 0 0-1.787-.617l-.007.009a5 5 0 0 1-.197.232a13.3 13.3 0 0 1-3.023 2.519a1 1 0 1 0 1.029 1.715A15 15 0 0 0 11 18.422V28a1 1 0 1 0 2 0zm-1.786-.618"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1032Regular(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="M16.015 4.891C20.221 4.828 24.688 6.727 27.26 10H22a1 1 0 0 0 0 2h7a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783 3.444-13.826 8.184a1 1 0 0 0 1.683 1.08c2.755-4.292 7.118-7.188 12.173-7.264M21.101 15c-1.854 0-3.162.88-3.946 2.265c-.74 1.306-.99 3.01-.99 4.735s.25 3.43.99 4.735C17.94 28.12 19.247 29 21.101 29s3.161-.88 3.945-2.265c.74-1.306.991-3.01.991-4.735s-.25-3.43-.99-4.735C24.261 15.88 22.954 15 21.1 15m-2.937 7c0-1.589.241-2.885.731-3.75c.447-.788 1.107-1.25 2.206-1.25s1.759.462 2.205 1.25c.49.865.731 2.161.731 3.75s-.241 2.885-.731 3.75c-.447.788-1.107 1.25-2.205 1.25s-1.76-.462-2.206-1.25c-.49-.865-.73-2.161-.73-3.75M13 16a1 1 0 0 0-1.787-.617l-.007.009a5 5 0 0 1-.197.232a13.3 13.3 0 0 1-3.023 2.519a1 1 0 1 0 1.029 1.715A15 15 0 0 0 11 18.422V28a1 1 0 1 0 2 0zm-1.786-.618"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.015 4.891C20.221 4.828 24.688 6.727 27.26 10H22a1 1 0 0 0 0 2h7a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783 3.444-13.826 8.184a1 1 0 0 0 1.683 1.08c2.755-4.292 7.118-7.188 12.173-7.264M21.101 15c-1.854 0-3.162.88-3.946 2.265c-.74 1.306-.99 3.01-.99 4.735s.25 3.43.99 4.735C17.94 28.12 19.247 29 21.101 29s3.161-.88 3.945-2.265c.74-1.306.991-3.01.991-4.735s-.25-3.43-.99-4.735C24.261 15.88 22.954 15 21.1 15m-2.937 7c0-1.589.241-2.885.731-3.75c.447-.788 1.107-1.25 2.206-1.25s1.759.462 2.205 1.25c.49.865.731 2.161.731 3.75s-.241 2.885-.731 3.75c-.447.788-1.107 1.25-2.205 1.25s-1.76-.462-2.206-1.25c-.49-.865-.73-2.161-.73-3.75M13 16a1 1 0 0 0-1.787-.617l-.007.009a5 5 0 0 1-.197.232a13.3 13.3 0 0 1-3.023 2.519a1 1 0 1 0 1.029 1.715A15 15 0 0 0 11 18.422V28a1 1 0 1 0 2 0zm-1.786-.618"/></svg> </template>
CSS
.icon-skip-forward-10-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.015%204.891C20.221%204.828%2024.688%206.727%2027.26%2010H22a1%201%200%200%200%200%202h7a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783%203.444-13.826%208.184a1%201%200%200%200%201.683%201.08c2.755-4.292%207.118-7.188%2012.173-7.264M21.101%2015c-1.854%200-3.162.88-3.946%202.265c-.74%201.306-.99%203.01-.99%204.735s.25%203.43.99%204.735C17.94%2028.12%2019.247%2029%2021.101%2029s3.161-.88%203.945-2.265c.74-1.306.991-3.01.991-4.735s-.25-3.43-.99-4.735C24.261%2015.88%2022.954%2015%2021.1%2015m-2.937%207c0-1.589.241-2.885.731-3.75c.447-.788%201.107-1.25%202.206-1.25s1.759.462%202.205%201.25c.49.865.731%202.161.731%203.75s-.241%202.885-.731%203.75c-.447.788-1.107%201.25-2.205%201.25s-1.76-.462-2.206-1.25c-.49-.865-.73-2.161-.73-3.75M13%2016a1%201%200%200%200-1.787-.617l-.007.009a5%205%200%200%201-.197.232a13.3%2013.3%200%200%201-3.023%202.519a1%201%200%201%200%201.029%201.715A15%2015%200%200%200%2011%2018.422V28a1%201%200%201%200%202%200zm-1.786-.618%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%22M16.015%204.891C20.221%204.828%2024.688%206.727%2027.26%2010H22a1%201%200%200%200%200%202h7a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783%203.444-13.826%208.184a1%201%200%200%200%201.683%201.08c2.755-4.292%207.118-7.188%2012.173-7.264M21.101%2015c-1.854%200-3.162.88-3.946%202.265c-.74%201.306-.99%203.01-.99%204.735s.25%203.43.99%204.735C17.94%2028.12%2019.247%2029%2021.101%2029s3.161-.88%203.945-2.265c.74-1.306.991-3.01.991-4.735s-.25-3.43-.99-4.735C24.261%2015.88%2022.954%2015%2021.1%2015m-2.937%207c0-1.589.241-2.885.731-3.75c.447-.788%201.107-1.25%202.206-1.25s1.759.462%202.205%201.25c.49.865.731%202.161.731%203.75s-.241%202.885-.731%203.75c-.447.788-1.107%201.25-2.205%201.25s-1.76-.462-2.206-1.25c-.49-.865-.73-2.161-.73-3.75M13%2016a1%201%200%200%200-1.787-.617l-.007.009a5%205%200%200%201-.197.232a13.3%2013.3%200%200%201-3.023%202.519a1%201%200%201%200%201.029%201.715A15%2015%200%200%200%2011%2018.422V28a1%201%200%201%200%202%200zm-1.786-.618%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-32-regular.svg?color=%231a73e8&size=48