Window Multiple Off icon

The Window Multiple Off icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Window Multiple Off icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { WindowMultipleOff24Regular, WindowMultipleOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <WindowMultipleOff24Regular aria-label="Window Multiple Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_window_multiple_off_24_regular.svg" width="24" height="24" alt="Window Multiple Off">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.21973 2.21973C2.51262 1.92684 2.98738 1.92684 3.28027 2.21973L21.7803 20.7197C22.073 21.0126 22.0729 21.4874 21.7803 21.7803C21.4874 22.0731 21.0126 22.073 20.7197 21.7803L20.0352 21.0957C19.2528 21.6635 18.2917 22 17.251 22H9.25098C7.5402 22 6.13942 20.6781 6.01172 19H7.52051C7.64192 19.8479 8.36945 20.5 9.25098 20.5H17.251C17.8764 20.5 18.4596 20.322 18.9551 20.0156L16.4551 17.5156C15.9594 17.8222 15.3757 18 14.75 18H5.25C3.45507 18 2 16.5449 2 14.75V5.25C2 4.62426 2.17704 4.0399 2.4834 3.54395L2.21973 3.28027C1.92684 2.98738 1.92684 2.51262 2.21973 2.21973ZM19.001 6.00977C20.6791 6.13743 22.001 7.5392 22.001 9.25V17.25C22.001 17.7255 21.9289 18.184 21.7988 18.6172L20.499 17.3174C20.4995 17.295 20.501 17.2725 20.501 17.25V9.25C20.501 8.36847 19.8489 7.64095 19.001 7.51953V6.00977ZM3.5 7.5V14.75C3.5 15.7165 4.2835 16.5 5.25 16.5H14.75C14.9559 16.5 15.1526 16.4619 15.3359 16.3965L6.43945 7.5H3.5ZM14.75 2C16.5449 2 18 3.45507 18 5.25V14.75C18 14.7722 17.9985 14.7943 17.998 14.8164L16.5 13.3184V7.5H10.6816L9.18164 6H16.5V5.25C16.5 4.2835 15.7165 3.5 14.75 3.5H6.68164L5.18262 2.00098C5.20503 2.00052 5.22748 2 5.25 2H14.75ZM3.60254 4.66309C3.53721 4.84675 3.5 5.04395 3.5 5.25V6H4.93945L3.60254 4.66309Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/window_multiple_off_24_regular.svg";

Details

NameWindow Multiple Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_window_multiple_off_24_regular.svg
Filled fileic_fluent_window_multiple_off_24_filled.svg
React componentsWindowMultipleOff24Regular, WindowMultipleOff24Filled
LicenseMIT (© Microsoft Corporation)

Related icons