tab desktop search icon
tab-desktop-search-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- tab-desktop-search-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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-16-filledtab-desktop-multiple-add-16-filledtab-desktop-multiple-bottom-20-filledtab-desktop-multiple-sparkle-16-filledtab-desktop-new-page-20-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 search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 3H11v2.75A2.25 2.25 0 0 0 13.25 8H21v10.25A2.75 2.75 0 0 1 18.25 21h-4.268a1.74 1.74 0 0 0-.495-.987l-2.062-2.063A5.5 5.5 0 0 0 3 11.257V5.75A2.75 2.75 0 0 1 5.75 3M21 5.75v.75h-7.75a.75.75 0 0 1-.75-.75V3h5.75A2.75 2.75 0 0 1 21 5.75M6.5 20a4.5 4.5 0 0 0 2.607-.832l2.613 2.612a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 6.5 20m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentTabDesktopSearch24Filled(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="M5.75 3H11v2.75A2.25 2.25 0 0 0 13.25 8H21v10.25A2.75 2.75 0 0 1 18.25 21h-4.268a1.74 1.74 0 0 0-.495-.987l-2.062-2.063A5.5 5.5 0 0 0 3 11.257V5.75A2.75 2.75 0 0 1 5.75 3M21 5.75v.75h-7.75a.75.75 0 0 1-.75-.75V3h5.75A2.75 2.75 0 0 1 21 5.75M6.5 20a4.5 4.5 0 0 0 2.607-.832l2.613 2.612a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 6.5 20m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 3H11v2.75A2.25 2.25 0 0 0 13.25 8H21v10.25A2.75 2.75 0 0 1 18.25 21h-4.268a1.74 1.74 0 0 0-.495-.987l-2.062-2.063A5.5 5.5 0 0 0 3 11.257V5.75A2.75 2.75 0 0 1 5.75 3M21 5.75v.75h-7.75a.75.75 0 0 1-.75-.75V3h5.75A2.75 2.75 0 0 1 21 5.75M6.5 20a4.5 4.5 0 0 0 2.607-.832l2.613 2.612a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 6.5 20m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg> </template>
CSS
.icon-tab-desktop-search-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%22M5.75%203H11v2.75A2.25%202.25%200%200%200%2013.25%208H21v10.25A2.75%202.75%200%200%201%2018.25%2021h-4.268a1.74%201.74%200%200%200-.495-.987l-2.062-2.063A5.5%205.5%200%200%200%203%2011.257V5.75A2.75%202.75%200%200%201%205.75%203M21%205.75v.75h-7.75a.75.75%200%200%201-.75-.75V3h5.75A2.75%202.75%200%200%201%2021%205.75M6.5%2020a4.5%204.5%200%200%200%202.607-.832l2.613%202.612a.75.75%200%201%200%201.06-1.06l-2.612-2.613A4.5%204.5%200%201%200%206.5%2020m0-1.5a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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%22M5.75%203H11v2.75A2.25%202.25%200%200%200%2013.25%208H21v10.25A2.75%202.75%200%200%201%2018.25%2021h-4.268a1.74%201.74%200%200%200-.495-.987l-2.062-2.063A5.5%205.5%200%200%200%203%2011.257V5.75A2.75%202.75%200%200%201%205.75%203M21%205.75v.75h-7.75a.75.75%200%200%201-.75-.75V3h5.75A2.75%202.75%200%200%201%2021%205.75M6.5%2020a4.5%204.5%200%200%200%202.607-.832l2.613%202.612a.75.75%200%201%200%201.06-1.06l-2.612-2.613A4.5%204.5%200%201%200%206.5%2020m0-1.5a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tab-desktop-search-24-filled.svg?color=%231a73e8&size=48