window preset icon

window-preset from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
window-preset
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the window preset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v2h-2z" fill="currentColor"/><path d="M24 15h2v2h-2z" fill="currentColor"/><path d="M15 24h2v2h-2z" fill="currentColor"/><path d="M6 15h2v2H6z" fill="currentColor"/><path d="M8.172 9.586l1.414-1.414L11 9.586L9.586 11z" fill="currentColor"/><path d="M21 9.586l1.414-1.414l1.414 1.414L22.414 11z" fill="currentColor"/><path d="M21 22.414L22.414 21l1.414 1.414l-1.414 1.414z" fill="currentColor"/><path d="M8.172 22.414L9.586 21L11 22.414l-1.414 1.414z" fill="currentColor"/><path d="M16 22a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/><path d="M28 30H4a2.002 2.002 0 0 1-2-2V4a2.002 2.002 0 0 1 2-2h24a2.002 2.002 0 0 1 2 2v24a2.002 2.002 0 0 1-2 2zM4 4v24h24V4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWindowPreset(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v2h-2z" fill="currentColor"/><path d="M24 15h2v2h-2z" fill="currentColor"/><path d="M15 24h2v2h-2z" fill="currentColor"/><path d="M6 15h2v2H6z" fill="currentColor"/><path d="M8.172 9.586l1.414-1.414L11 9.586L9.586 11z" fill="currentColor"/><path d="M21 9.586l1.414-1.414l1.414 1.414L22.414 11z" fill="currentColor"/><path d="M21 22.414L22.414 21l1.414 1.414l-1.414 1.414z" fill="currentColor"/><path d="M8.172 22.414L9.586 21L11 22.414l-1.414 1.414z" fill="currentColor"/><path d="M16 22a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/><path d="M28 30H4a2.002 2.002 0 0 1-2-2V4a2.002 2.002 0 0 1 2-2h24a2.002 2.002 0 0 1 2 2v24a2.002 2.002 0 0 1-2 2zM4 4v24h24V4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v2h-2z" fill="currentColor"/><path d="M24 15h2v2h-2z" fill="currentColor"/><path d="M15 24h2v2h-2z" fill="currentColor"/><path d="M6 15h2v2H6z" fill="currentColor"/><path d="M8.172 9.586l1.414-1.414L11 9.586L9.586 11z" fill="currentColor"/><path d="M21 9.586l1.414-1.414l1.414 1.414L22.414 11z" fill="currentColor"/><path d="M21 22.414L22.414 21l1.414 1.414l-1.414 1.414z" fill="currentColor"/><path d="M8.172 22.414L9.586 21L11 22.414l-1.414 1.414z" fill="currentColor"/><path d="M16 22a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/><path d="M28 30H4a2.002 2.002 0 0 1-2-2V4a2.002 2.002 0 0 1 2-2h24a2.002 2.002 0 0 1 2 2v24a2.002 2.002 0 0 1-2 2zM4 4v24h24V4z" fill="currentColor"/></svg>
</template>

CSS

.icon-window-preset {
  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%2032%2032%22%3E%3Cpath%20d%3D%22M15%206h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2015h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2024h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2015h2v2H6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.172%209.586l1.414-1.414L11%209.586L9.586%2011z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%209.586l1.414-1.414l1.414%201.414L22.414%2011z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2022.414L22.414%2021l1.414%201.414l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.172%2022.414L9.586%2021L11%2022.414l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2022a6%206%200%201%200-6-6a6%206%200%200%200%206%206zm0-10v8a4%204%200%200%201%200-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M28%2030H4a2.002%202.002%200%200%201-2-2V4a2.002%202.002%200%200%201%202-2h24a2.002%202.002%200%200%201%202%202v24a2.002%202.002%200%200%201-2%202zM4%204v24h24V4z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M15%206h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2015h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2024h2v2h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2015h2v2H6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.172%209.586l1.414-1.414L11%209.586L9.586%2011z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%209.586l1.414-1.414l1.414%201.414L22.414%2011z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2022.414L22.414%2021l1.414%201.414l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8.172%2022.414L9.586%2021L11%2022.414l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2022a6%206%200%201%200-6-6a6%206%200%200%200%206%206zm0-10v8a4%204%200%200%201%200-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M28%2030H4a2.002%202.002%200%200%201-2-2V4a2.002%202.002%200%200%201%202-2h24a2.002%202.002%200%200%201%202%202v24a2.002%202.002%200%200%201-2%202zM4%204v24h24V4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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