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

Name
skip-forward-10-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M16.694 8.607a20.03 20.03 0 0 1 24.245 7.348h-9.544a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25V5.85a1.25 1.25 0 1 0-2.5 0v6.708a22.53 22.53 0 0 0-25.757-6.263C10.677 8.38 6.554 12.307 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c2.163-4.364 5.837-7.854 10.324-9.701m13.62 13.396c-2.627 0-4.47 1.24-5.579 3.196c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196m-4.5 10c0-2.33.354-4.262 1.095-5.57c.688-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.741-1.307-1.094-3.239-1.094-5.57m-7.846-9.773a1.24 1.24 0 0 1 .532 1.052v17.471a1.25 1.25 0 0 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.106 2.402a1.25 1.25 0 1 1-1.287-2.143c2.496-1.498 3.439-2.899 4.261-4.12q.172-.258.343-.503a1.253 1.253 0 0 1 1.743-.339z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward1048Regular(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="M16.694 8.607a20.03 20.03 0 0 1 24.245 7.348h-9.544a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25V5.85a1.25 1.25 0 1 0-2.5 0v6.708a22.53 22.53 0 0 0-25.757-6.263C10.677 8.38 6.554 12.307 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c2.163-4.364 5.837-7.854 10.324-9.701m13.62 13.396c-2.627 0-4.47 1.24-5.579 3.196c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196m-4.5 10c0-2.33.354-4.262 1.095-5.57c.688-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.741-1.307-1.094-3.239-1.094-5.57m-7.846-9.773a1.24 1.24 0 0 1 .532 1.052v17.471a1.25 1.25 0 0 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.106 2.402a1.25 1.25 0 1 1-1.287-2.143c2.496-1.498 3.439-2.899 4.261-4.12q.172-.258.343-.503a1.253 1.253 0 0 1 1.743-.339z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.694 8.607a20.03 20.03 0 0 1 24.245 7.348h-9.544a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25V5.85a1.25 1.25 0 1 0-2.5 0v6.708a22.53 22.53 0 0 0-25.757-6.263C10.677 8.38 6.554 12.307 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c2.163-4.364 5.837-7.854 10.324-9.701m13.62 13.396c-2.627 0-4.47 1.24-5.579 3.196c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196m-4.5 10c0-2.33.354-4.262 1.095-5.57c.688-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.741-1.307-1.094-3.239-1.094-5.57m-7.846-9.773a1.24 1.24 0 0 1 .532 1.052v17.471a1.25 1.25 0 0 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.106 2.402a1.25 1.25 0 1 1-1.287-2.143c2.496-1.498 3.439-2.899 4.261-4.12q.172-.258.343-.503a1.253 1.253 0 0 1 1.743-.339z"/></svg>
</template>

CSS

.icon-skip-forward-10-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.694%208.607a20.03%2020.03%200%200%201%2024.245%207.348h-9.544a1.25%201.25%200%200%200%200%202.5H42.75c.69%200%201.25-.56%201.25-1.25V5.85a1.25%201.25%200%201%200-2.5%200v6.708a22.53%2022.53%200%200%200-25.757-6.263C10.677%208.38%206.554%2012.307%204.13%2017.198a1.25%201.25%200%200%200%202.24%201.11c2.163-4.364%205.837-7.854%2010.324-9.701m13.62%2013.396c-2.627%200-4.47%201.24-5.579%203.196c-1.055%201.86-1.42%204.303-1.42%206.804s.365%204.945%201.42%206.804c1.11%201.956%202.952%203.196%205.58%203.196c2.627%200%204.469-1.24%205.579-3.196c1.055-1.859%201.42-4.302%201.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196m-4.5%2010c0-2.33.354-4.262%201.095-5.57c.688-1.21%201.72-1.93%203.405-1.93s2.718.72%203.405%201.93c.742%201.308%201.095%203.24%201.095%205.57s-.353%204.263-1.095%205.57c-.687%201.212-1.72%201.93-3.405%201.93s-2.718-.718-3.405-1.93c-.741-1.307-1.094-3.239-1.094-5.57m-7.846-9.773a1.24%201.24%200%200%201%20.532%201.052v17.471a1.25%201.25%200%200%201-2.5%200v-13.83c-.757.77-1.748%201.587-3.106%202.402a1.25%201.25%200%201%201-1.287-2.143c2.496-1.498%203.439-2.899%204.261-4.12q.172-.258.343-.503a1.253%201.253%200%200%201%201.743-.339z%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%22M16.694%208.607a20.03%2020.03%200%200%201%2024.245%207.348h-9.544a1.25%201.25%200%200%200%200%202.5H42.75c.69%200%201.25-.56%201.25-1.25V5.85a1.25%201.25%200%201%200-2.5%200v6.708a22.53%2022.53%200%200%200-25.757-6.263C10.677%208.38%206.554%2012.307%204.13%2017.198a1.25%201.25%200%200%200%202.24%201.11c2.163-4.364%205.837-7.854%2010.324-9.701m13.62%2013.396c-2.627%200-4.47%201.24-5.579%203.196c-1.055%201.86-1.42%204.303-1.42%206.804s.365%204.945%201.42%206.804c1.11%201.956%202.952%203.196%205.58%203.196c2.627%200%204.469-1.24%205.579-3.196c1.055-1.859%201.42-4.302%201.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196m-4.5%2010c0-2.33.354-4.262%201.095-5.57c.688-1.21%201.72-1.93%203.405-1.93s2.718.72%203.405%201.93c.742%201.308%201.095%203.24%201.095%205.57s-.353%204.263-1.095%205.57c-.687%201.212-1.72%201.93-3.405%201.93s-2.718-.718-3.405-1.93c-.741-1.307-1.094-3.239-1.094-5.57m-7.846-9.773a1.24%201.24%200%200%201%20.532%201.052v17.471a1.25%201.25%200%200%201-2.5%200v-13.83c-.757.77-1.748%201.587-3.106%202.402a1.25%201.25%200%201%201-1.287-2.143c2.496-1.498%203.439-2.899%204.261-4.12q.172-.258.343-.503a1.253%201.253%200%200%201%201.743-.339z%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-48-regular.svg?color=%231a73e8&size=48