skip forward tab icon
skip-forward-tab-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- skip-forward-tab-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM6 15a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm2 .5v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForwardTab24Filled(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="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM6 15a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm2 .5v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3.25a1 1 0 1 0-2 0v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44 11.44 0 0 0-7.394.197c-2.364.88-4.604 2.664-5.779 4.807a1 1 0 0 0 1.754.961c.911-1.662 2.74-3.156 4.722-3.893a9.44 9.44 0 0 1 6.106-.16c1.474.456 2.698 1.39 3.682 2.569H15.75a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1zM6 15a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm2 .5v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5"/></svg> </template>
CSS
.icon-skip-forward-tab-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203.25a1%201%200%201%200-2%200v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44%2011.44%200%200%200-7.394.197c-2.364.88-4.604%202.664-5.779%204.807a1%201%200%200%200%201.754.961c.911-1.662%202.74-3.156%204.722-3.893a9.44%209.44%200%200%201%206.106-.16c1.474.456%202.698%201.39%203.682%202.569H15.75a1%201%200%201%200%200%202H21a1%201%200%200%200%201-1zM6%2015a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2zm2%20.5v3a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-7a.5.5%200%200%200-.5.5%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%22M22%203.25a1%201%200%201%200-2%200v2.729c-1.068-1.08-2.378-1.971-3.954-2.46a11.44%2011.44%200%200%200-7.394.197c-2.364.88-4.604%202.664-5.779%204.807a1%201%200%200%200%201.754.961c.911-1.662%202.74-3.156%204.722-3.893a9.44%209.44%200%200%201%206.106-.16c1.474.456%202.698%201.39%203.682%202.569H15.75a1%201%200%201%200%200%202H21a1%201%200%200%200%201-1zM6%2015a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2zm2%20.5v3a.5.5%200%200%200%20.5.5h7a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-7a.5.5%200%200%200-.5.5%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-24-filled.svg?color=%231a73e8&size=48