desk-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
desk-multiple-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desk multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 11.25A1.75 1.75 0 0 1 5.25 13h-2.5A1.75 1.75 0 0 1 1 11.25V7h6zM11.25 4c.966 0 1.75.784 1.75 1.75v6.75a.5.5 0 0 1-1 0V6H1v-.25C1 4.784 1.784 4 2.75 4zm.001-2a3.75 3.75 0 0 1 3.75 3.75v4.75a.5.5 0 0 1-1 0V5.75A2.75 2.75 0 0 0 11.251 3h-8.08c.282-.59.882-1 1.58-1zM3 8.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeskMultiple16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 11.25A1.75 1.75 0 0 1 5.25 13h-2.5A1.75 1.75 0 0 1 1 11.25V7h6zM11.25 4c.966 0 1.75.784 1.75 1.75v6.75a.5.5 0 0 1-1 0V6H1v-.25C1 4.784 1.784 4 2.75 4zm.001-2a3.75 3.75 0 0 1 3.75 3.75v4.75a.5.5 0 0 1-1 0V5.75A2.75 2.75 0 0 0 11.251 3h-8.08c.282-.59.882-1 1.58-1zM3 8.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 11.25A1.75 1.75 0 0 1 5.25 13h-2.5A1.75 1.75 0 0 1 1 11.25V7h6zM11.25 4c.966 0 1.75.784 1.75 1.75v6.75a.5.5 0 0 1-1 0V6H1v-.25C1 4.784 1.784 4 2.75 4zm.001-2a3.75 3.75 0 0 1 3.75 3.75v4.75a.5.5 0 0 1-1 0V5.75A2.75 2.75 0 0 0 11.251 3h-8.08c.282-.59.882-1 1.58-1zM3 8.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-desk-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2011.25A1.75%201.75%200%200%201%205.25%2013h-2.5A1.75%201.75%200%200%201%201%2011.25V7h6zM11.25%204c.966%200%201.75.784%201.75%201.75v6.75a.5.5%200%200%201-1%200V6H1v-.25C1%204.784%201.784%204%202.75%204zm.001-2a3.75%203.75%200%200%201%203.75%203.75v4.75a.5.5%200%200%201-1%200V5.75A2.75%202.75%200%200%200%2011.251%203h-8.08c.282-.59.882-1%201.58-1zM3%208.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2011.25A1.75%201.75%200%200%201%205.25%2013h-2.5A1.75%201.75%200%200%201%201%2011.25V7h6zM11.25%204c.966%200%201.75.784%201.75%201.75v6.75a.5.5%200%200%201-1%200V6H1v-.25C1%204.784%201.784%204%202.75%204zm.001-2a3.75%203.75%200%200%201%203.75%203.75v4.75a.5.5%200%200%201-1%200V5.75A2.75%202.75%200%200%200%2011.251%203h-8.08c.282-.59.882-1%201.58-1zM3%208.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desk-multiple-16-filled.svg?color=%231a73e8&size=48