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

Name
skip-forward-30-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M16.5 3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 1 1 0-1h3.249a6.997 6.997 0 0 0-12.012.89a.5.5 0 1 1-.896-.445A7.996 7.996 0 0 1 16 5.702V3.5a.5.5 0 0 1 .5-.5m-2.998 7c-.935 0-1.597.437-1.996 1.13c-.376.653-.504 1.507-.504 2.37s.128 1.717.504 2.37c.399.693 1.061 1.13 1.996 1.13s1.597-.437 1.996-1.13c.376-.653.504-1.507.504-2.37s-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13m-1.5 3.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628 1.13-.628s.903.235 1.13.628c.248.432.37 1.079.37 1.872s-.122 1.44-.37 1.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.078-.37-1.872m-6.857-1.896a.5.5 0 0 0 .705.002l.002-.001l.015-.014q.023-.021.077-.064A2.56 2.56 0 0 1 7.499 11c.598 0 .98.162 1.202.35a.8.8 0 0 1 .303.637C8.994 12.397 8.6 13 7.5 13a.5.5 0 0 0 0 1c1.101 0 1.495.602 1.505 1.013a.8.8 0 0 1-.303.637c-.221.188-.604.35-1.202.35a2.56 2.56 0 0 1-1.555-.527l-.092-.078a.5.5 0 0 0-.707.001c-.337.338 0 .708 0 .708l.056.051q.045.042.127.106a3.56 3.56 0 0 0 2.171.74c.777-.001 1.407-.213 1.849-.588a1.8 1.8 0 0 0 .656-1.426c-.015-.589-.309-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.8 1.8 0 0 0-.656-1.426C8.906 10.213 8.276 10 7.499 10a3.56 3.56 0 0 0-2.171.74a3 3 0 0 0-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5 0 0 0 0 .708m.707 3.791H5.85Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward3020Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 1 1 0-1h3.249a6.997 6.997 0 0 0-12.012.89a.5.5 0 1 1-.896-.445A7.996 7.996 0 0 1 16 5.702V3.5a.5.5 0 0 1 .5-.5m-2.998 7c-.935 0-1.597.437-1.996 1.13c-.376.653-.504 1.507-.504 2.37s.128 1.717.504 2.37c.399.693 1.061 1.13 1.996 1.13s1.597-.437 1.996-1.13c.376-.653.504-1.507.504-2.37s-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13m-1.5 3.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628 1.13-.628s.903.235 1.13.628c.248.432.37 1.079.37 1.872s-.122 1.44-.37 1.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.078-.37-1.872m-6.857-1.896a.5.5 0 0 0 .705.002l.002-.001l.015-.014q.023-.021.077-.064A2.56 2.56 0 0 1 7.499 11c.598 0 .98.162 1.202.35a.8.8 0 0 1 .303.637C8.994 12.397 8.6 13 7.5 13a.5.5 0 0 0 0 1c1.101 0 1.495.602 1.505 1.013a.8.8 0 0 1-.303.637c-.221.188-.604.35-1.202.35a2.56 2.56 0 0 1-1.555-.527l-.092-.078a.5.5 0 0 0-.707.001c-.337.338 0 .708 0 .708l.056.051q.045.042.127.106a3.56 3.56 0 0 0 2.171.74c.777-.001 1.407-.213 1.849-.588a1.8 1.8 0 0 0 .656-1.426c-.015-.589-.309-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.8 1.8 0 0 0-.656-1.426C8.906 10.213 8.276 10 7.499 10a3.56 3.56 0 0 0-2.171.74a3 3 0 0 0-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5 0 0 0 0 .708m.707 3.791H5.85Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 1 1 0-1h3.249a6.997 6.997 0 0 0-12.012.89a.5.5 0 1 1-.896-.445A7.996 7.996 0 0 1 16 5.702V3.5a.5.5 0 0 1 .5-.5m-2.998 7c-.935 0-1.597.437-1.996 1.13c-.376.653-.504 1.507-.504 2.37s.128 1.717.504 2.37c.399.693 1.061 1.13 1.996 1.13s1.597-.437 1.996-1.13c.376-.653.504-1.507.504-2.37s-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13m-1.5 3.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628 1.13-.628s.903.235 1.13.628c.248.432.37 1.079.37 1.872s-.122 1.44-.37 1.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.078-.37-1.872m-6.857-1.896a.5.5 0 0 0 .705.002l.002-.001l.015-.014q.023-.021.077-.064A2.56 2.56 0 0 1 7.499 11c.598 0 .98.162 1.202.35a.8.8 0 0 1 .303.637C8.994 12.397 8.6 13 7.5 13a.5.5 0 0 0 0 1c1.101 0 1.495.602 1.505 1.013a.8.8 0 0 1-.303.637c-.221.188-.604.35-1.202.35a2.56 2.56 0 0 1-1.555-.527l-.092-.078a.5.5 0 0 0-.707.001c-.337.338 0 .708 0 .708l.056.051q.045.042.127.106a3.56 3.56 0 0 0 2.171.74c.777-.001 1.407-.213 1.849-.588a1.8 1.8 0 0 0 .656-1.426c-.015-.589-.309-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.8 1.8 0 0 0-.656-1.426C8.906 10.213 8.276 10 7.499 10a3.56 3.56 0 0 0-2.171.74a3 3 0 0 0-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5 0 0 0 0 .708m.707 3.791H5.85Z"/></svg>
</template>

CSS

.icon-skip-forward-30-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-4a.5.5%200%201%201%200-1h3.249a6.997%206.997%200%200%200-12.012.89a.5.5%200%201%201-.896-.445A7.996%207.996%200%200%201%2016%205.702V3.5a.5.5%200%200%201%20.5-.5m-2.998%207c-.935%200-1.597.437-1.996%201.13c-.376.653-.504%201.507-.504%202.37s.128%201.717.504%202.37c.399.693%201.061%201.13%201.996%201.13s1.597-.437%201.996-1.13c.376-.653.504-1.507.504-2.37s-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13m-1.5%203.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628%201.13-.628s.903.235%201.13.628c.248.432.37%201.079.37%201.872s-.122%201.44-.37%201.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.078-.37-1.872m-6.857-1.896a.5.5%200%200%200%20.705.002l.002-.001l.015-.014q.023-.021.077-.064A2.56%202.56%200%200%201%207.499%2011c.598%200%20.98.162%201.202.35a.8.8%200%200%201%20.303.637C8.994%2012.397%208.6%2013%207.5%2013a.5.5%200%200%200%200%201c1.101%200%201.495.602%201.505%201.013a.8.8%200%200%201-.303.637c-.221.188-.604.35-1.202.35a2.56%202.56%200%200%201-1.555-.527l-.092-.078a.5.5%200%200%200-.707.001c-.337.338%200%20.708%200%20.708l.056.051q.045.042.127.106a3.56%203.56%200%200%200%202.171.74c.777-.001%201.407-.213%201.849-.588a1.8%201.8%200%200%200%20.656-1.426c-.015-.589-.309-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.8%201.8%200%200%200-.656-1.426C8.906%2010.213%208.276%2010%207.499%2010a3.56%203.56%200%200%200-2.171.74a3%203%200%200%200-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5%200%200%200%200%20.708m.707%203.791H5.85Z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203a.5.5%200%200%201%20.5.5v4a.5.5%200%200%201-.5.5h-4a.5.5%200%201%201%200-1h3.249a6.997%206.997%200%200%200-12.012.89a.5.5%200%201%201-.896-.445A7.996%207.996%200%200%201%2016%205.702V3.5a.5.5%200%200%201%20.5-.5m-2.998%207c-.935%200-1.597.437-1.996%201.13c-.376.653-.504%201.507-.504%202.37s.128%201.717.504%202.37c.399.693%201.061%201.13%201.996%201.13s1.597-.437%201.996-1.13c.376-.653.504-1.507.504-2.37s-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13m-1.5%203.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628%201.13-.628s.903.235%201.13.628c.248.432.37%201.079.37%201.872s-.122%201.44-.37%201.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.078-.37-1.872m-6.857-1.896a.5.5%200%200%200%20.705.002l.002-.001l.015-.014q.023-.021.077-.064A2.56%202.56%200%200%201%207.499%2011c.598%200%20.98.162%201.202.35a.8.8%200%200%201%20.303.637C8.994%2012.397%208.6%2013%207.5%2013a.5.5%200%200%200%200%201c1.101%200%201.495.602%201.505%201.013a.8.8%200%200%201-.303.637c-.221.188-.604.35-1.202.35a2.56%202.56%200%200%201-1.555-.527l-.092-.078a.5.5%200%200%200-.707.001c-.337.338%200%20.708%200%20.708l.056.051q.045.042.127.106a3.56%203.56%200%200%200%202.171.74c.777-.001%201.407-.213%201.849-.588a1.8%201.8%200%200%200%20.656-1.426c-.015-.589-.309-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.8%201.8%200%200%200-.656-1.426C8.906%2010.213%208.276%2010%207.499%2010a3.56%203.56%200%200%200-2.171.74a3%203%200%200%200-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5%200%200%200%200%20.708m.707%203.791H5.85Z%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-20-regular.svg?color=%231a73e8&size=48