skip forward 10 icon
skip-forward-10-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- skip-forward-10-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M4.844 10.537C7.142 6.925 10.15 5 14.25 5c3.948 0 7.367 1.701 9.05 4H19a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v2.747C21.723 4.442 18.115 3 14.25 3C9.35 3 5.755 5.38 3.156 9.463a1 1 0 0 0 1.688 1.074M18.238 13c-1.658 0-2.86.74-3.59 1.947c-.684 1.133-.91 2.597-.91 4.053s.226 2.92.91 4.053C15.378 24.26 16.58 25 18.238 25c1.66 0 2.86-.74 3.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947m-2.5 6c0-1.305.212-2.341.622-3.018c.364-.602.912-.982 1.878-.982s1.515.38 1.879.982c.41.677.621 1.713.621 3.018s-.212 2.341-.621 3.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018M11 14a1 1 0 0 0-1.856-.516l-.001.001l-.006.009q-.008.015-.03.047a10 10 0 0 1-.667.89c-.474.562-1.143 1.225-1.954 1.711a1 1 0 0 0 1.029 1.716A9 9 0 0 0 9 16.735V24a1 1 0 0 0 2 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward1028Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.844 10.537C7.142 6.925 10.15 5 14.25 5c3.948 0 7.367 1.701 9.05 4H19a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v2.747C21.723 4.442 18.115 3 14.25 3C9.35 3 5.755 5.38 3.156 9.463a1 1 0 0 0 1.688 1.074M18.238 13c-1.658 0-2.86.74-3.59 1.947c-.684 1.133-.91 2.597-.91 4.053s.226 2.92.91 4.053C15.378 24.26 16.58 25 18.238 25c1.66 0 2.86-.74 3.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947m-2.5 6c0-1.305.212-2.341.622-3.018c.364-.602.912-.982 1.878-.982s1.515.38 1.879.982c.41.677.621 1.713.621 3.018s-.212 2.341-.621 3.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018M11 14a1 1 0 0 0-1.856-.516l-.001.001l-.006.009q-.008.015-.03.047a10 10 0 0 1-.667.89c-.474.562-1.143 1.225-1.954 1.711a1 1 0 0 0 1.029 1.716A9 9 0 0 0 9 16.735V24a1 1 0 0 0 2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.844 10.537C7.142 6.925 10.15 5 14.25 5c3.948 0 7.367 1.701 9.05 4H19a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v2.747C21.723 4.442 18.115 3 14.25 3C9.35 3 5.755 5.38 3.156 9.463a1 1 0 0 0 1.688 1.074M18.238 13c-1.658 0-2.86.74-3.59 1.947c-.684 1.133-.91 2.597-.91 4.053s.226 2.92.91 4.053C15.378 24.26 16.58 25 18.238 25c1.66 0 2.86-.74 3.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947m-2.5 6c0-1.305.212-2.341.622-3.018c.364-.602.912-.982 1.878-.982s1.515.38 1.879.982c.41.677.621 1.713.621 3.018s-.212 2.341-.621 3.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018M11 14a1 1 0 0 0-1.856-.516l-.001.001l-.006.009q-.008.015-.03.047a10 10 0 0 1-.667.89c-.474.562-1.143 1.225-1.954 1.711a1 1 0 0 0 1.029 1.716A9 9 0 0 0 9 16.735V24a1 1 0 0 0 2 0z"/></svg> </template>
CSS
.icon-skip-forward-10-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.844%2010.537C7.142%206.925%2010.15%205%2014.25%205c3.948%200%207.367%201.701%209.05%204H19a1%201%200%201%200%200%202h6a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v2.747C21.723%204.442%2018.115%203%2014.25%203C9.35%203%205.755%205.38%203.156%209.463a1%201%200%200%200%201.688%201.074M18.238%2013c-1.658%200-2.86.74-3.59%201.947c-.684%201.133-.91%202.597-.91%204.053s.226%202.92.91%204.053C15.378%2024.26%2016.58%2025%2018.238%2025c1.66%200%202.86-.74%203.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947m-2.5%206c0-1.305.212-2.341.622-3.018c.364-.602.912-.982%201.878-.982s1.515.38%201.879.982c.41.677.621%201.713.621%203.018s-.212%202.341-.621%203.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018M11%2014a1%201%200%200%200-1.856-.516l-.001.001l-.006.009q-.008.015-.03.047a10%2010%200%200%201-.667.89c-.474.562-1.143%201.225-1.954%201.711a1%201%200%200%200%201.029%201.716A9%209%200%200%200%209%2016.735V24a1%201%200%200%200%202%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.844%2010.537C7.142%206.925%2010.15%205%2014.25%205c3.948%200%207.367%201.701%209.05%204H19a1%201%200%201%200%200%202h6a1%201%200%200%200%201-1V4a1%201%200%201%200-2%200v2.747C21.723%204.442%2018.115%203%2014.25%203C9.35%203%205.755%205.38%203.156%209.463a1%201%200%200%200%201.688%201.074M18.238%2013c-1.658%200-2.86.74-3.59%201.947c-.684%201.133-.91%202.597-.91%204.053s.226%202.92.91%204.053C15.378%2024.26%2016.58%2025%2018.238%2025c1.66%200%202.86-.74%203.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947m-2.5%206c0-1.305.212-2.341.622-3.018c.364-.602.912-.982%201.878-.982s1.515.38%201.879.982c.41.677.621%201.713.621%203.018s-.212%202.341-.621%203.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018M11%2014a1%201%200%200%200-1.856-.516l-.001.001l-.006.009q-.008.015-.03.047a10%2010%200%200%201-.667.89c-.474.562-1.143%201.225-1.954%201.711a1%201%200%200%200%201.029%201.716A9%209%200%200%200%209%2016.735V24a1%201%200%200%200%202%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-28-filled.svg?color=%231a73e8&size=48