tab desktop multiple icon
tab-desktop-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- tab-desktop-multiple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
tab-add-20-filledtab-arrow-left-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-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 desktop multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2H6v2.5A1.5 1.5 0 0 0 7.5 6H15v6.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 2 12.5zm5 0V2h5.5A2.5 2.5 0 0 1 15 4.5V5H7.5a.5.5 0 0 1-.5-.5M7.5 18a2.5 2.5 0 0 1-2.45-2h7.45a3.5 3.5 0 0 0 3.5-3.5V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTabDesktopMultiple20Filled(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="M2 4.5A2.5 2.5 0 0 1 4.5 2H6v2.5A1.5 1.5 0 0 0 7.5 6H15v6.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 2 12.5zm5 0V2h5.5A2.5 2.5 0 0 1 15 4.5V5H7.5a.5.5 0 0 1-.5-.5M7.5 18a2.5 2.5 0 0 1-2.45-2h7.45a3.5 3.5 0 0 0 3.5-3.5V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2H6v2.5A1.5 1.5 0 0 0 7.5 6H15v6.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 2 12.5zm5 0V2h5.5A2.5 2.5 0 0 1 15 4.5V5H7.5a.5.5 0 0 1-.5-.5M7.5 18a2.5 2.5 0 0 1-2.45-2h7.45a3.5 3.5 0 0 0 3.5-3.5V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4z"/></svg> </template>
CSS
.icon-tab-desktop-multiple-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%22M2%204.5A2.5%202.5%200%200%201%204.5%202H6v2.5A1.5%201.5%200%200%200%207.5%206H15v6.5a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%202%2012.5zm5%200V2h5.5A2.5%202.5%200%200%201%2015%204.5V5H7.5a.5.5%200%200%201-.5-.5M7.5%2018a2.5%202.5%200%200%201-2.45-2h7.45a3.5%203.5%200%200%200%203.5-3.5V5.05a2.5%202.5%200%200%201%202%202.45V14a4%204%200%200%201-4%204z%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%22M2%204.5A2.5%202.5%200%200%201%204.5%202H6v2.5A1.5%201.5%200%200%200%207.5%206H15v6.5a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%202%2012.5zm5%200V2h5.5A2.5%202.5%200%200%201%2015%204.5V5H7.5a.5.5%200%200%201-.5-.5M7.5%2018a2.5%202.5%200%200%201-2.45-2h7.45a3.5%203.5%200%200%200%203.5-3.5V5.05a2.5%202.5%200%200%201%202%202.45V14a4%204%200%200%201-4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tab-desktop-multiple-20-filled.svg?color=%231a73e8&size=48