windows icon

windows from IconPark by ByteDance · Color · Brand · Apache-2.0 Free for personal and commercial use.

Name
windows
Set
IconPark
Style
Color
Category
Brand
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More brand icons from IconPark

Use the windows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="3.833"><path d="M6.75 11.0625L19.6875 9.33752V21.4125H6.75V11.0625Z"/><path d="M24.8623 8.84464L41.2498 6.75V21.4125H24.8623V8.84464Z"/><path d="M24.8623 27.45L41.2498 27.8333V41.25L24.8623 38.5666V27.45Z"/><path d="M6.75 26.5875L19.6875 26.899V37.8L6.75 35.6198V26.5875Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkWindows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="3.833"><path d="M6.75 11.0625L19.6875 9.33752V21.4125H6.75V11.0625Z"/><path d="M24.8623 8.84464L41.2498 6.75V21.4125H24.8623V8.84464Z"/><path d="M24.8623 27.45L41.2498 27.8333V41.25L24.8623 38.5666V27.45Z"/><path d="M6.75 26.5875L19.6875 26.899V37.8L6.75 35.6198V26.5875Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="3.833"><path d="M6.75 11.0625L19.6875 9.33752V21.4125H6.75V11.0625Z"/><path d="M24.8623 8.84464L41.2498 6.75V21.4125H24.8623V8.84464Z"/><path d="M24.8623 27.45L41.2498 27.8333V41.25L24.8623 38.5666V27.45Z"/><path d="M6.75 26.5875L19.6875 26.899V37.8L6.75 35.6198V26.5875Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.833%22%3E%3Cpath%20d%3D%22M6.75%2011.0625L19.6875%209.33752V21.4125H6.75V11.0625Z%22%2F%3E%3Cpath%20d%3D%22M24.8623%208.84464L41.2498%206.75V21.4125H24.8623V8.84464Z%22%2F%3E%3Cpath%20d%3D%22M24.8623%2027.45L41.2498%2027.8333V41.25L24.8623%2038.5666V27.45Z%22%2F%3E%3Cpath%20d%3D%22M6.75%2026.5875L19.6875%2026.899V37.8L6.75%2035.6198V26.5875Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.833%22%3E%3Cpath%20d%3D%22M6.75%2011.0625L19.6875%209.33752V21.4125H6.75V11.0625Z%22%2F%3E%3Cpath%20d%3D%22M24.8623%208.84464L41.2498%206.75V21.4125H24.8623V8.84464Z%22%2F%3E%3Cpath%20d%3D%22M24.8623%2027.45L41.2498%2027.8333V41.25L24.8623%2038.5666V27.45Z%22%2F%3E%3Cpath%20d%3D%22M6.75%2026.5875L19.6875%2026.899V37.8L6.75%2035.6198V26.5875Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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