windows from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
windows
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the windows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.03 4.832l8.147-1.11l.004 7.86l-8.144.046zm8.144 7.655l.006 7.867l-8.144-1.12l-.001-6.8zm.987-8.91L21.965 2v9.482l-10.804.085zm10.807 8.984L21.965 22l-10.804-1.525l-.015-7.932Z"/></svg>

React

import type { SVGProps } from "react";

export function UimWindows(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="m2.03 4.832l8.147-1.11l.004 7.86l-8.144.046zm8.144 7.655l.006 7.867l-8.144-1.12l-.001-6.8zm.987-8.91L21.965 2v9.482l-10.804.085zm10.807 8.984L21.965 22l-10.804-1.525l-.015-7.932Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.03 4.832l8.147-1.11l.004 7.86l-8.144.046zm8.144 7.655l.006 7.867l-8.144-1.12l-.001-6.8zm.987-8.91L21.965 2v9.482l-10.804.085zm10.807 8.984L21.965 22l-10.804-1.525l-.015-7.932Z"/></svg>
</template>

CSS

.icon-windows {
  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%22m2.03%204.832l8.147-1.11l.004%207.86l-8.144.046zm8.144%207.655l.006%207.867l-8.144-1.12l-.001-6.8zm.987-8.91L21.965%202v9.482l-10.804.085zm10.807%208.984L21.965%2022l-10.804-1.525l-.015-7.932Z%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%22m2.03%204.832l8.147-1.11l.004%207.86l-8.144.046zm8.144%207.655l.006%207.867l-8.144-1.12l-.001-6.8zm.987-8.91L21.965%202v9.482l-10.804.085zm10.807%208.984L21.965%2022l-10.804-1.525l-.015-7.932Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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