tab arrow left icon
tab-arrow-left-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- tab-arrow-left-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
tab-add-20-filledtab-desktop-16-filledtab-desktop-arrow-clockwise-16-filledtab-desktop-arrow-left-20-filledtab-desktop-bottom-20-filledtab-desktop-clock-20-filledtab-desktop-copy-20-filledtab-desktop-image-16-filledtab-desktop-link-16-filledtab-desktop-multiple-16-filledtab-desktop-multiple-add-16-filledtab-desktop-multiple-bottom-20-filledtab-desktop-multiple-sparkle-16-filledtab-desktop-new-page-20-filledtab-desktop-search-16-filledtab-group-16-filledtab-in-private-16-filledtab-inprivate-account-20-filledtab-new-20-filledtab-prohibited-20-filledtab-shield-dismiss-20-filledtab-sweep-24-regulartab-tracking-prevention-24-regular
Use the tab arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v4.1a5.5 5.5 0 0 0-1.5-.51V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h3.59A5.5 5.5 0 0 0 9.6 17H5.5A2.5 2.5 0 0 1 3 14.5zM14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L13.707 15H16.5a.5.5 0 0 0 0-1h-2.793l1.147-1.146a.5.5 0 0 0-.708-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTabArrowLeft20Filled(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 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v4.1a5.5 5.5 0 0 0-1.5-.51V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h3.59A5.5 5.5 0 0 0 9.6 17H5.5A2.5 2.5 0 0 1 3 14.5zM14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L13.707 15H16.5a.5.5 0 0 0 0-1h-2.793l1.147-1.146a.5.5 0 0 0-.708-.708z"/></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 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v4.1a5.5 5.5 0 0 0-1.5-.51V5.5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h3.59A5.5 5.5 0 0 0 9.6 17H5.5A2.5 2.5 0 0 1 3 14.5zM14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m-2.353-4.854l-.003.003a.5.5 0 0 0-.144.348v.006a.5.5 0 0 0 .146.35l2 2a.5.5 0 0 0 .708-.707L13.707 15H16.5a.5.5 0 0 0 0-1h-2.793l1.147-1.146a.5.5 0 0 0-.708-.708z"/></svg> </template>
CSS
.icon-tab-arrow-left-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%205.5A2.5%202.5%200%200%201%205.5%203h9A2.5%202.5%200%200%201%2017%205.5v4.1a5.5%205.5%200%200%200-1.5-.51V5.5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h3.59A5.5%205.5%200%200%200%209.6%2017H5.5A2.5%202.5%200%200%201%203%2014.5zM14.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m-2.353-4.854l-.003.003a.5.5%200%200%200-.144.348v.006a.5.5%200%200%200%20.146.35l2%202a.5.5%200%200%200%20.708-.707L13.707%2015H16.5a.5.5%200%200%200%200-1h-2.793l1.147-1.146a.5.5%200%200%200-.708-.708z%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%205.5A2.5%202.5%200%200%201%205.5%203h9A2.5%202.5%200%200%201%2017%205.5v4.1a5.5%205.5%200%200%200-1.5-.51V5.5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h3.59A5.5%205.5%200%200%200%209.6%2017H5.5A2.5%202.5%200%200%201%203%2014.5zM14.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m-2.353-4.854l-.003.003a.5.5%200%200%200-.144.348v.006a.5.5%200%200%200%20.146.35l2%202a.5.5%200%200%200%20.708-.707L13.707%2015H16.5a.5.5%200%200%200%200-1h-2.793l1.147-1.146a.5.5%200%200%200-.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tab-arrow-left-20-filled.svg?color=%231a73e8&size=48