window multiple swap icon

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

Name
window-multiple-swap-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window multiple swap 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 2h8A2.5 2.5 0 0 1 15 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-1.585a1.5 1.5 0 0 0 0-1H12.5a1.5 1.5 0 0 0 1.5-1.5V6H3v5.085a1.5 1.5 0 0 0-.56.354l-.44.44zM14 18H7.5c.384 0 .768-.146 1.06-.44l.561-.56H14a3 3 0 0 0 3-3V7.5a1.5 1.5 0 0 0-1-1.415V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4m-4.146-3.146l-2 2a.5.5 0 0 1-.708-.708L8.293 15H2.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L2.707 14h5.586l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708M3.243 14h1.325"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowMultipleSwap20Filled(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 2h8A2.5 2.5 0 0 1 15 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-1.585a1.5 1.5 0 0 0 0-1H12.5a1.5 1.5 0 0 0 1.5-1.5V6H3v5.085a1.5 1.5 0 0 0-.56.354l-.44.44zM14 18H7.5c.384 0 .768-.146 1.06-.44l.561-.56H14a3 3 0 0 0 3-3V7.5a1.5 1.5 0 0 0-1-1.415V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4m-4.146-3.146l-2 2a.5.5 0 0 1-.708-.708L8.293 15H2.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L2.707 14h5.586l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708M3.243 14h1.325"/></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 2h8A2.5 2.5 0 0 1 15 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-1.585a1.5 1.5 0 0 0 0-1H12.5a1.5 1.5 0 0 0 1.5-1.5V6H3v5.085a1.5 1.5 0 0 0-.56.354l-.44.44zM14 18H7.5c.384 0 .768-.146 1.06-.44l.561-.56H14a3 3 0 0 0 3-3V7.5a1.5 1.5 0 0 0-1-1.415V5.05a2.5 2.5 0 0 1 2 2.45V14a4 4 0 0 1-4 4m-4.146-3.146l-2 2a.5.5 0 0 1-.708-.708L8.293 15H2.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L2.707 14h5.586l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708M3.243 14h1.325"/></svg>
</template>

CSS

.icon-window-multiple-swap-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%202h8A2.5%202.5%200%200%201%2015%204.5v8a2.5%202.5%200%200%201-2.5%202.5h-1.585a1.5%201.5%200%200%200%200-1H12.5a1.5%201.5%200%200%200%201.5-1.5V6H3v5.085a1.5%201.5%200%200%200-.56.354l-.44.44zM14%2018H7.5c.384%200%20.768-.146%201.06-.44l.561-.56H14a3%203%200%200%200%203-3V7.5a1.5%201.5%200%200%200-1-1.415V5.05a2.5%202.5%200%200%201%202%202.45V14a4%204%200%200%201-4%204m-4.146-3.146l-2%202a.5.5%200%200%201-.708-.708L8.293%2015H2.707l1.147%201.146a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708l2-2a.5.5%200%200%201%20.708.708L2.707%2014h5.586l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708M3.243%2014h1.325%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%202h8A2.5%202.5%200%200%201%2015%204.5v8a2.5%202.5%200%200%201-2.5%202.5h-1.585a1.5%201.5%200%200%200%200-1H12.5a1.5%201.5%200%200%200%201.5-1.5V6H3v5.085a1.5%201.5%200%200%200-.56.354l-.44.44zM14%2018H7.5c.384%200%20.768-.146%201.06-.44l.561-.56H14a3%203%200%200%200%203-3V7.5a1.5%201.5%200%200%200-1-1.415V5.05a2.5%202.5%200%200%201%202%202.45V14a4%204%200%200%201-4%204m-4.146-3.146l-2%202a.5.5%200%200%201-.708-.708L8.293%2015H2.707l1.147%201.146a.5.5%200%200%201-.708.708l-2-2a.5.5%200%200%201%200-.708l2-2a.5.5%200%200%201%20.708.708L2.707%2014h5.586l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708M3.243%2014h1.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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