desktop-flow-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
desktop-flow-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop flow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 3.75c0-.268.06-.523.168-.75H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.006a.75.75 0 0 0-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V9.5h-3.75c-.42 0-.805-.147-1.106-.394l-.44 1.319A3.04 3.04 0 0 1 14 12.495v.756A1.75 1.75 0 0 1 12.25 15h-4a1.75 1.75 0 0 1-1.75-1.75v-4c0-.967.784-1.75 1.75-1.75h4c.617 0 1.16.32 1.471.802l.576-1.727a3.04 3.04 0 0 1 2.203-2zm-2.502 14.252l.001 2.498h-4l-.001-2.498zM18.25 3a.75.75 0 0 0-.75.75V5.5h-.323c-.876 0-1.654.56-1.932 1.392l-.913 2.742a.54.54 0 0 1-.509.366H13v-.75a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75V11.5h.823c.877 0 1.654-.56 1.932-1.392l.914-2.742A.54.54 0 0 1 17.177 7h.323v.75c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopFlow24Filled(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="M16.5 3.75c0-.268.06-.523.168-.75H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.006a.75.75 0 0 0-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V9.5h-3.75c-.42 0-.805-.147-1.106-.394l-.44 1.319A3.04 3.04 0 0 1 14 12.495v.756A1.75 1.75 0 0 1 12.25 15h-4a1.75 1.75 0 0 1-1.75-1.75v-4c0-.967.784-1.75 1.75-1.75h4c.617 0 1.16.32 1.471.802l.576-1.727a3.04 3.04 0 0 1 2.203-2zm-2.502 14.252l.001 2.498h-4l-.001-2.498zM18.25 3a.75.75 0 0 0-.75.75V5.5h-.323c-.876 0-1.654.56-1.932 1.392l-.913 2.742a.54.54 0 0 1-.509.366H13v-.75a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75V11.5h.823c.877 0 1.654-.56 1.932-1.392l.914-2.742A.54.54 0 0 1 17.177 7h.323v.75c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 3.75c0-.268.06-.523.168-.75H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.006a.75.75 0 0 0-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V9.5h-3.75c-.42 0-.805-.147-1.106-.394l-.44 1.319A3.04 3.04 0 0 1 14 12.495v.756A1.75 1.75 0 0 1 12.25 15h-4a1.75 1.75 0 0 1-1.75-1.75v-4c0-.967.784-1.75 1.75-1.75h4c.617 0 1.16.32 1.471.802l.576-1.727a3.04 3.04 0 0 1 2.203-2zm-2.502 14.252l.001 2.498h-4l-.001-2.498zM18.25 3a.75.75 0 0 0-.75.75V5.5h-.323c-.876 0-1.654.56-1.932 1.392l-.913 2.742a.54.54 0 0 1-.509.366H13v-.75a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v4c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75V11.5h.823c.877 0 1.654-.56 1.932-1.392l.914-2.742A.54.54 0 0 1 17.177 7h.323v.75c0 .414.336.75.75.75h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75z"/></svg>
</template>

CSS

.icon-desktop-flow-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%22M16.5%203.75c0-.268.06-.523.168-.75H4.25l-.154.005A2.25%202.25%200%200%200%202%205.25v10.502l.005.154a2.25%202.25%200%200%200%202.245%202.096h4.249V20.5H6.75l-.102.007A.75.75%200%200%200%206.75%2022h10.5l.102-.006a.75.75%200%200%200-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25%202.25%200%200%200%202.096-2.245V9.5h-3.75c-.42%200-.805-.147-1.106-.394l-.44%201.319A3.04%203.04%200%200%201%2014%2012.495v.756A1.75%201.75%200%200%201%2012.25%2015h-4a1.75%201.75%200%200%201-1.75-1.75v-4c0-.967.784-1.75%201.75-1.75h4c.617%200%201.16.32%201.471.802l.576-1.727a3.04%203.04%200%200%201%202.203-2zm-2.502%2014.252l.001%202.498h-4l-.001-2.498zM18.25%203a.75.75%200%200%200-.75.75V5.5h-.323c-.876%200-1.654.56-1.932%201.392l-.913%202.742a.54.54%200%200%201-.509.366H13v-.75a.75.75%200%200%200-.75-.75h-4a.75.75%200%200%200-.75.75v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.75-.75V11.5h.823c.877%200%201.654-.56%201.932-1.392l.914-2.742A.54.54%200%200%201%2017.177%207h.323v.75c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-.75-.75z%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%22M16.5%203.75c0-.268.06-.523.168-.75H4.25l-.154.005A2.25%202.25%200%200%200%202%205.25v10.502l.005.154a2.25%202.25%200%200%200%202.245%202.096h4.249V20.5H6.75l-.102.007A.75.75%200%200%200%206.75%2022h10.5l.102-.006a.75.75%200%200%200-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25%202.25%200%200%200%202.096-2.245V9.5h-3.75c-.42%200-.805-.147-1.106-.394l-.44%201.319A3.04%203.04%200%200%201%2014%2012.495v.756A1.75%201.75%200%200%201%2012.25%2015h-4a1.75%201.75%200%200%201-1.75-1.75v-4c0-.967.784-1.75%201.75-1.75h4c.617%200%201.16.32%201.471.802l.576-1.727a3.04%203.04%200%200%201%202.203-2zm-2.502%2014.252l.001%202.498h-4l-.001-2.498zM18.25%203a.75.75%200%200%200-.75.75V5.5h-.323c-.876%200-1.654.56-1.932%201.392l-.913%202.742a.54.54%200%200%201-.509.366H13v-.75a.75.75%200%200%200-.75-.75h-4a.75.75%200%200%200-.75.75v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.75-.75V11.5h.823c.877%200%201.654-.56%201.932-1.392l.914-2.742A.54.54%200%200%201%2017.177%207h.323v.75c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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