skip-forward-10-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
skip-forward-10-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.907C18.6 6.602 17.23 5.465 15.528 4.938a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.008a.75.75 0 1 1-1.315-.721c1.142-2.083 3.33-3.831 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.878.582 3.374 1.757 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M16.002 11c-1.32 0-2.25.638-2.803 1.629c-.522.933-.697 2.147-.697 3.371s.175 2.438.697 3.371c.553.991 1.483 1.629 2.803 1.629s2.25-.638 2.803-1.629c.521-.933.697-2.147.697-3.371s-.175-2.438-.697-3.371C18.251 11.638 17.322 11 16.002 11m-2 5c0-1.123.168-2.035.506-2.64c.306-.546.751-.86 1.494-.86s1.188.314 1.494.86c.337.605.506 1.517.506 2.64s-.169 2.035-.506 2.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64M9.5 11.75a.75.75 0 0 0-1.39-.391v.001l-.006.009a3 3 0 0 1-.141.21a8 8 0 0 1-.457.589c-.402.474-.966 1.034-1.642 1.439a.75.75 0 1 0 .772 1.286A7.7 7.7 0 0 0 8 13.833v6.417a.75.75 0 0 0 1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward1024Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.907C18.6 6.602 17.23 5.465 15.528 4.938a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.008a.75.75 0 1 1-1.315-.721c1.142-2.083 3.33-3.831 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.878.582 3.374 1.757 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M16.002 11c-1.32 0-2.25.638-2.803 1.629c-.522.933-.697 2.147-.697 3.371s.175 2.438.697 3.371c.553.991 1.483 1.629 2.803 1.629s2.25-.638 2.803-1.629c.521-.933.697-2.147.697-3.371s-.175-2.438-.697-3.371C18.251 11.638 17.322 11 16.002 11m-2 5c0-1.123.168-2.035.506-2.64c.306-.546.751-.86 1.494-.86s1.188.314 1.494.86c.337.605.506 1.517.506 2.64s-.169 2.035-.506 2.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64M9.5 11.75a.75.75 0 0 0-1.39-.391v.001l-.006.009a3 3 0 0 1-.141.21a8 8 0 0 1-.457.589c-.402.474-.966 1.034-1.642 1.439a.75.75 0 1 0 .772 1.286A7.7 7.7 0 0 0 8 13.833v6.417a.75.75 0 0 0 1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.907C18.6 6.602 17.23 5.465 15.528 4.938a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.008a.75.75 0 1 1-1.315-.721c1.142-2.083 3.33-3.831 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.878.582 3.374 1.757 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M16.002 11c-1.32 0-2.25.638-2.803 1.629c-.522.933-.697 2.147-.697 3.371s.175 2.438.697 3.371c.553.991 1.483 1.629 2.803 1.629s2.25-.638 2.803-1.629c.521-.933.697-2.147.697-3.371s-.175-2.438-.697-3.371C18.251 11.638 17.322 11 16.002 11m-2 5c0-1.123.168-2.035.506-2.64c.306-.546.751-.86 1.494-.86s1.188.314 1.494.86c.337.605.506 1.517.506 2.64s-.169 2.035-.506 2.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64M9.5 11.75a.75.75 0 0 0-1.39-.391v.001l-.006.009a3 3 0 0 1-.141.21a8 8 0 0 1-.457.589c-.402.474-.966 1.034-1.642 1.439a.75.75 0 1 0 .772 1.286A7.7 7.7 0 0 0 8 13.833v6.417a.75.75 0 0 0 1.5 0z"/></svg>
</template>

CSS

.icon-skip-forward-10-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%202.5a.75.75%200%200%201%20.75.75v5.5a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.907C18.6%206.602%2017.23%205.465%2015.528%204.938a9.7%209.7%200%200%200-6.266.165c-2.03.755-3.91%202.285-4.854%204.008a.75.75%200%201%201-1.315-.721c1.142-2.083%203.33-3.831%205.646-4.693a11.2%2011.2%200%200%201%207.233-.192c1.878.582%203.374%201.757%204.528%203.144V3.25a.75.75%200%200%201%20.75-.75M16.002%2011c-1.32%200-2.25.638-2.803%201.629c-.522.933-.697%202.147-.697%203.371s.175%202.438.697%203.371c.553.991%201.483%201.629%202.803%201.629s2.25-.638%202.803-1.629c.521-.933.697-2.147.697-3.371s-.175-2.438-.697-3.371C18.251%2011.638%2017.322%2011%2016.002%2011m-2%205c0-1.123.168-2.035.506-2.64c.306-.546.751-.86%201.494-.86s1.188.314%201.494.86c.337.605.506%201.517.506%202.64s-.169%202.035-.506%202.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64M9.5%2011.75a.75.75%200%200%200-1.39-.391v.001l-.006.009a3%203%200%200%201-.141.21a8%208%200%200%201-.457.589c-.402.474-.966%201.034-1.642%201.439a.75.75%200%201%200%20.772%201.286A7.7%207.7%200%200%200%208%2013.833v6.417a.75.75%200%200%200%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%202.5a.75.75%200%200%201%20.75.75v5.5a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.907C18.6%206.602%2017.23%205.465%2015.528%204.938a9.7%209.7%200%200%200-6.266.165c-2.03.755-3.91%202.285-4.854%204.008a.75.75%200%201%201-1.315-.721c1.142-2.083%203.33-3.831%205.646-4.693a11.2%2011.2%200%200%201%207.233-.192c1.878.582%203.374%201.757%204.528%203.144V3.25a.75.75%200%200%201%20.75-.75M16.002%2011c-1.32%200-2.25.638-2.803%201.629c-.522.933-.697%202.147-.697%203.371s.175%202.438.697%203.371c.553.991%201.483%201.629%202.803%201.629s2.25-.638%202.803-1.629c.521-.933.697-2.147.697-3.371s-.175-2.438-.697-3.371C18.251%2011.638%2017.322%2011%2016.002%2011m-2%205c0-1.123.168-2.035.506-2.64c.306-.546.751-.86%201.494-.86s1.188.314%201.494.86c.337.605.506%201.517.506%202.64s-.169%202.035-.506%202.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64M9.5%2011.75a.75.75%200%200%200-1.39-.391v.001l-.006.009a3%203%200%200%201-.141.21a8%208%200%200%201-.457.589c-.402.474-.966%201.034-1.642%201.439a.75.75%200%201%200%20.772%201.286A7.7%207.7%200%200%200%208%2013.833v6.417a.75.75%200%200%200%201.5%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-24-regular.svg?color=%231a73e8&size=48