skip-forward-30-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
skip-forward-30-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip forward 30 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.211 10.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004 2.7-11.717 6.925a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.982 3.002c4.346-.065 8.568 1.513 11.518 4.672V4.252a1.25 1.25 0 0 1 2.5 0v7c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 1 1 0-2.5zm-19.694 8.7a1.25 1.25 0 0 0 1.732-.262l.005-.005q.017-.022.077-.083c.08-.08.218-.2.415-.325c.387-.245 1.032-.525 2.004-.525c2.282 0 2.894 1.133 2.923 1.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25 1.25 0 1 0 0 2.5c1.168 0 1.824.304 2.151.59c.309.27.41.586.375.9c-.067.624-.838 1.76-2.976 1.76c-.972 0-1.617-.28-2.004-.526a2.5 2.5 0 0 1-.415-.325a1 1 0 0 1-.077-.083l-.005-.005a1.25 1.25 0 0 0-2.012 1.483c-.394-.545 0 0 .001.001v.002l.003.002l.004.005l.009.012a2 2 0 0 0 .091.114q.082.1.226.244c.191.19.468.428.838.662c.748.474 1.853.913 3.341.913c3.019 0 5.22-1.74 5.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774 1.246-1.816 1.19-2.883C16.05 16.743 13.88 15 10.75 15c-1.488 0-2.593.439-3.341.913a5 5 0 0 0-.838.662a4 4 0 0 0-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002 0a1.25 1.25 0 0 0 .28 1.746M23.1 15c-1.922 0-3.313.88-4.15 2.298c-.782 1.322-1.036 3.023-1.036 4.701c0 1.68.254 3.38 1.035 4.702C19.787 28.12 21.18 29 23.1 29c1.923 0 3.314-.88 4.152-2.298c.781-1.322 1.035-3.023 1.035-4.702s-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298m-2.686 7c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07 2-1.07s1.606.406 1.999 1.07c.448.759.687 1.933.687 3.43c0 1.496-.239 2.67-.687 3.43c-.393.663-.97 1.07-2 1.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward3032Filled(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="M26.211 10.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004 2.7-11.717 6.925a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.982 3.002c4.346-.065 8.568 1.513 11.518 4.672V4.252a1.25 1.25 0 0 1 2.5 0v7c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 1 1 0-2.5zm-19.694 8.7a1.25 1.25 0 0 0 1.732-.262l.005-.005q.017-.022.077-.083c.08-.08.218-.2.415-.325c.387-.245 1.032-.525 2.004-.525c2.282 0 2.894 1.133 2.923 1.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25 1.25 0 1 0 0 2.5c1.168 0 1.824.304 2.151.59c.309.27.41.586.375.9c-.067.624-.838 1.76-2.976 1.76c-.972 0-1.617-.28-2.004-.526a2.5 2.5 0 0 1-.415-.325a1 1 0 0 1-.077-.083l-.005-.005a1.25 1.25 0 0 0-2.012 1.483c-.394-.545 0 0 .001.001v.002l.003.002l.004.005l.009.012a2 2 0 0 0 .091.114q.082.1.226.244c.191.19.468.428.838.662c.748.474 1.853.913 3.341.913c3.019 0 5.22-1.74 5.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774 1.246-1.816 1.19-2.883C16.05 16.743 13.88 15 10.75 15c-1.488 0-2.593.439-3.341.913a5 5 0 0 0-.838.662a4 4 0 0 0-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002 0a1.25 1.25 0 0 0 .28 1.746M23.1 15c-1.922 0-3.313.88-4.15 2.298c-.782 1.322-1.036 3.023-1.036 4.701c0 1.68.254 3.38 1.035 4.702C19.787 28.12 21.18 29 23.1 29c1.923 0 3.314-.88 4.152-2.298c.781-1.322 1.035-3.023 1.035-4.702s-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298m-2.686 7c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07 2-1.07s1.606.406 1.999 1.07c.448.759.687 1.933.687 3.43c0 1.496-.239 2.67-.687 3.43c-.393.663-.97 1.07-2 1.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.211 10.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004 2.7-11.717 6.925a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.982 3.002c4.346-.065 8.568 1.513 11.518 4.672V4.252a1.25 1.25 0 0 1 2.5 0v7c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 1 1 0-2.5zm-19.694 8.7a1.25 1.25 0 0 0 1.732-.262l.005-.005q.017-.022.077-.083c.08-.08.218-.2.415-.325c.387-.245 1.032-.525 2.004-.525c2.282 0 2.894 1.133 2.923 1.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25 1.25 0 1 0 0 2.5c1.168 0 1.824.304 2.151.59c.309.27.41.586.375.9c-.067.624-.838 1.76-2.976 1.76c-.972 0-1.617-.28-2.004-.526a2.5 2.5 0 0 1-.415-.325a1 1 0 0 1-.077-.083l-.005-.005a1.25 1.25 0 0 0-2.012 1.483c-.394-.545 0 0 .001.001v.002l.003.002l.004.005l.009.012a2 2 0 0 0 .091.114q.082.1.226.244c.191.19.468.428.838.662c.748.474 1.853.913 3.341.913c3.019 0 5.22-1.74 5.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774 1.246-1.816 1.19-2.883C16.05 16.743 13.88 15 10.75 15c-1.488 0-2.593.439-3.341.913a5 5 0 0 0-.838.662a4 4 0 0 0-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002 0a1.25 1.25 0 0 0 .28 1.746M23.1 15c-1.922 0-3.313.88-4.15 2.298c-.782 1.322-1.036 3.023-1.036 4.701c0 1.68.254 3.38 1.035 4.702C19.787 28.12 21.18 29 23.1 29c1.923 0 3.314-.88 4.152-2.298c.781-1.322 1.035-3.023 1.035-4.702s-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298m-2.686 7c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07 2-1.07s1.606.406 1.999 1.07c.448.759.687 1.933.687 3.43c0 1.496-.239 2.67-.687 3.43c-.393.663-.97 1.07-2 1.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43"/></svg>
</template>

CSS

.icon-skip-forward-30-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.211%2010.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004%202.7-11.717%206.925a1.25%201.25%200%200%201-2.104-1.35C5.284%206.27%2010.04%203.09%2015.982%203.002c4.346-.065%208.568%201.513%2011.518%204.672V4.252a1.25%201.25%200%200%201%202.5%200v7c0%20.69-.56%201.25-1.25%201.25h-6.5a1.25%201.25%200%201%201%200-2.5zm-19.694%208.7a1.25%201.25%200%200%200%201.732-.262l.005-.005q.017-.022.077-.083c.08-.08.218-.2.415-.325c.387-.245%201.032-.525%202.004-.525c2.282%200%202.894%201.133%202.923%201.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25%201.25%200%201%200%200%202.5c1.168%200%201.824.304%202.151.59c.309.27.41.586.375.9c-.067.624-.838%201.76-2.976%201.76c-.972%200-1.617-.28-2.004-.526a2.5%202.5%200%200%201-.415-.325a1%201%200%200%201-.077-.083l-.005-.005a1.25%201.25%200%200%200-2.012%201.483c-.394-.545%200%200%20.001.001v.002l.003.002l.004.005l.009.012a2%202%200%200%200%20.091.114q.082.1.226.244c.191.19.468.428.838.662c.748.474%201.853.913%203.341.913c3.019%200%205.22-1.74%205.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774%201.246-1.816%201.19-2.883C16.05%2016.743%2013.88%2015%2010.75%2015c-1.488%200-2.593.439-3.341.913a5%205%200%200%200-.838.662a4%204%200%200%200-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002%200a1.25%201.25%200%200%200%20.28%201.746M23.1%2015c-1.922%200-3.313.88-4.15%202.298c-.782%201.322-1.036%203.023-1.036%204.701c0%201.68.254%203.38%201.035%204.702C19.787%2028.12%2021.18%2029%2023.1%2029c1.923%200%203.314-.88%204.152-2.298c.781-1.322%201.035-3.023%201.035-4.702s-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298m-2.686%207c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07%202-1.07s1.606.406%201.999%201.07c.448.759.687%201.933.687%203.43c0%201.496-.239%202.67-.687%203.43c-.393.663-.97%201.07-2%201.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43%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%22M26.211%2010.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004%202.7-11.717%206.925a1.25%201.25%200%200%201-2.104-1.35C5.284%206.27%2010.04%203.09%2015.982%203.002c4.346-.065%208.568%201.513%2011.518%204.672V4.252a1.25%201.25%200%200%201%202.5%200v7c0%20.69-.56%201.25-1.25%201.25h-6.5a1.25%201.25%200%201%201%200-2.5zm-19.694%208.7a1.25%201.25%200%200%200%201.732-.262l.005-.005q.017-.022.077-.083c.08-.08.218-.2.415-.325c.387-.245%201.032-.525%202.004-.525c2.282%200%202.894%201.133%202.923%201.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25%201.25%200%201%200%200%202.5c1.168%200%201.824.304%202.151.59c.309.27.41.586.375.9c-.067.624-.838%201.76-2.976%201.76c-.972%200-1.617-.28-2.004-.526a2.5%202.5%200%200%201-.415-.325a1%201%200%200%201-.077-.083l-.005-.005a1.25%201.25%200%200%200-2.012%201.483c-.394-.545%200%200%20.001.001v.002l.003.002l.004.005l.009.012a2%202%200%200%200%20.091.114q.082.1.226.244c.191.19.468.428.838.662c.748.474%201.853.913%203.341.913c3.019%200%205.22-1.74%205.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774%201.246-1.816%201.19-2.883C16.05%2016.743%2013.88%2015%2010.75%2015c-1.488%200-2.593.439-3.341.913a5%205%200%200%200-.838.662a4%204%200%200%200-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002%200a1.25%201.25%200%200%200%20.28%201.746M23.1%2015c-1.922%200-3.313.88-4.15%202.298c-.782%201.322-1.036%203.023-1.036%204.701c0%201.68.254%203.38%201.035%204.702C19.787%2028.12%2021.18%2029%2023.1%2029c1.923%200%203.314-.88%204.152-2.298c.781-1.322%201.035-3.023%201.035-4.702s-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298m-2.686%207c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07%202-1.07s1.606.406%201.999%201.07c.448.759.687%201.933.687%203.43c0%201.496-.239%202.67-.687%203.43c-.393.663-.97%201.07-2%201.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/skip-forward-30-32-filled.svg?color=%231a73e8&size=48