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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip forward tab icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.086 7.968c1.118-1.4 2.982-3.076 5.26-3.572c1.907-.415 4.25-.033 6.867 2.354H12.5a.75.75 0 1 0 0 1.5H17a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v2.167C13.326 2.99 10.503 2.392 8.028 2.93c-2.762.601-4.898 2.58-6.114 4.103a.75.75 0 0 0 1.172.935M6.5 10.751a1.75 1.75 0 0 0-1.75 1.75v3c0 .966.784 1.75 1.75 1.75h7a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75zm-.25 1.75a.25.25 0 0 1 .25-.25h7a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-7a.25.25 0 0 1-.25-.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForwardTab20Filled(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="M3.086 7.968c1.118-1.4 2.982-3.076 5.26-3.572c1.907-.415 4.25-.033 6.867 2.354H12.5a.75.75 0 1 0 0 1.5H17a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v2.167C13.326 2.99 10.503 2.392 8.028 2.93c-2.762.601-4.898 2.58-6.114 4.103a.75.75 0 0 0 1.172.935M6.5 10.751a1.75 1.75 0 0 0-1.75 1.75v3c0 .966.784 1.75 1.75 1.75h7a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75zm-.25 1.75a.25.25 0 0 1 .25-.25h7a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-7a.25.25 0 0 1-.25-.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.086 7.968c1.118-1.4 2.982-3.076 5.26-3.572c1.907-.415 4.25-.033 6.867 2.354H12.5a.75.75 0 1 0 0 1.5H17a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v2.167C13.326 2.99 10.503 2.392 8.028 2.93c-2.762.601-4.898 2.58-6.114 4.103a.75.75 0 0 0 1.172.935M6.5 10.751a1.75 1.75 0 0 0-1.75 1.75v3c0 .966.784 1.75 1.75 1.75h7a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75zm-.25 1.75a.25.25 0 0 1 .25-.25h7a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-7a.25.25 0 0 1-.25-.25z"/></svg>
</template>

CSS

.icon-skip-forward-tab-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.086%207.968c1.118-1.4%202.982-3.076%205.26-3.572c1.907-.415%204.25-.033%206.867%202.354H12.5a.75.75%200%201%200%200%201.5H17a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-1.5%200v2.167C13.326%202.99%2010.503%202.392%208.028%202.93c-2.762.601-4.898%202.58-6.114%204.103a.75.75%200%200%200%201.172.935M6.5%2010.751a1.75%201.75%200%200%200-1.75%201.75v3c0%20.966.784%201.75%201.75%201.75h7a1.75%201.75%200%200%200%201.75-1.75v-3a1.75%201.75%200%200%200-1.75-1.75zm-.25%201.75a.25.25%200%200%201%20.25-.25h7a.25.25%200%200%201%20.25.25v3a.25.25%200%200%201-.25.25h-7a.25.25%200%200%201-.25-.25z%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%22M3.086%207.968c1.118-1.4%202.982-3.076%205.26-3.572c1.907-.415%204.25-.033%206.867%202.354H12.5a.75.75%200%201%200%200%201.5H17a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-1.5%200v2.167C13.326%202.99%2010.503%202.392%208.028%202.93c-2.762.601-4.898%202.58-6.114%204.103a.75.75%200%200%200%201.172.935M6.5%2010.751a1.75%201.75%200%200%200-1.75%201.75v3c0%20.966.784%201.75%201.75%201.75h7a1.75%201.75%200%200%200%201.75-1.75v-3a1.75%201.75%200%200%200-1.75-1.75zm-.25%201.75a.25.25%200%200%201%20.25-.25h7a.25.25%200%200%201%20.25.25v3a.25.25%200%200%201-.25.25h-7a.25.25%200%200%201-.25-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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