skip forward tab icon
skip-forward-tab-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-tab-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M21.5 3.75a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165c1.702.527 3.071 1.664 4.13 3.062H15.25a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm-2 .5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForwardTab24Regular(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="M21.5 3.75a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165c1.702.527 3.071 1.664 4.13 3.062H15.25a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm-2 .5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 3.75a.75.75 0 0 0-1.5 0v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2 11.2 0 0 0-7.233.192c-2.316.862-4.504 2.61-5.646 4.693a.75.75 0 1 0 1.315.72c.944-1.722 2.825-3.252 4.854-4.007a9.7 9.7 0 0 1 6.266-.165c1.702.527 3.071 1.664 4.13 3.062H15.25a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75zM8 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5zm-2 .5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/></svg> </template>
CSS
.icon-skip-forward-tab-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%203.75a.75.75%200%200%200-1.5%200v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2%2011.2%200%200%200-7.233.192c-2.316.862-4.504%202.61-5.646%204.693a.75.75%200%201%200%201.315.72c.944-1.722%202.825-3.252%204.854-4.007a9.7%209.7%200%200%201%206.266-.165c1.702.527%203.071%201.664%204.13%203.062H15.25a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%20.75-.75zM8%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5zm-2%20.5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%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%22M21.5%203.75a.75.75%200%200%200-1.5%200v3.4c-1.154-1.388-2.65-2.563-4.528-3.145a11.2%2011.2%200%200%200-7.233.192c-2.316.862-4.504%202.61-5.646%204.693a.75.75%200%201%200%201.315.72c.944-1.722%202.825-3.252%204.854-4.007a9.7%209.7%200%200%201%206.266-.165c1.702.527%203.071%201.664%204.13%203.062H15.25a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%20.75-.75zM8%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%20.5.5h8a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5zm-2%20.5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%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-regular.svg?color=%231a73e8&size=48