window compact icon

window-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
window-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Related icons in Codicons

Use the window compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 0h-7A2.503 2.503 0 0 0 0 2.5v7C0 10.878 1.121 12 2.5 12h7c1.379 0 2.5-1.122 2.5-2.5v-7C12 1.122 10.879 0 9.5 0m-7 1h7c.827 0 1.5.673 1.5 1.5V3H1v-.5C1 1.673 1.673 1 2.5 1m7 10h-7C1.673 11 1 10.327 1 9.5V4h10v5.5c0 .827-.673 1.5-1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconWindowCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 0h-7A2.503 2.503 0 0 0 0 2.5v7C0 10.878 1.121 12 2.5 12h7c1.379 0 2.5-1.122 2.5-2.5v-7C12 1.122 10.879 0 9.5 0m-7 1h7c.827 0 1.5.673 1.5 1.5V3H1v-.5C1 1.673 1.673 1 2.5 1m7 10h-7C1.673 11 1 10.327 1 9.5V4h10v5.5c0 .827-.673 1.5-1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 0h-7A2.503 2.503 0 0 0 0 2.5v7C0 10.878 1.121 12 2.5 12h7c1.379 0 2.5-1.122 2.5-2.5v-7C12 1.122 10.879 0 9.5 0m-7 1h7c.827 0 1.5.673 1.5 1.5V3H1v-.5C1 1.673 1.673 1 2.5 1m7 10h-7C1.673 11 1 10.327 1 9.5V4h10v5.5c0 .827-.673 1.5-1.5 1.5"/></svg>
</template>

CSS

.icon-window-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%200h-7A2.503%202.503%200%200%200%200%202.5v7C0%2010.878%201.121%2012%202.5%2012h7c1.379%200%202.5-1.122%202.5-2.5v-7C12%201.122%2010.879%200%209.5%200m-7%201h7c.827%200%201.5.673%201.5%201.5V3H1v-.5C1%201.673%201.673%201%202.5%201m7%2010h-7C1.673%2011%201%2010.327%201%209.5V4h10v5.5c0%20.827-.673%201.5-1.5%201.5%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%200h-7A2.503%202.503%200%200%200%200%202.5v7C0%2010.878%201.121%2012%202.5%2012h7c1.379%200%202.5-1.122%202.5-2.5v-7C12%201.122%2010.879%200%209.5%200m-7%201h7c.827%200%201.5.673%201.5%201.5V3H1v-.5C1%201.673%201.673%201%202.5%201m7%2010h-7C1.673%2011%201%2010.327%201%209.5V4h10v5.5c0%20.827-.673%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/window-compact.svg?color=%231a73e8&size=48