windows-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
windows-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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="M21 20.157a1.75 1.75 0 0 1-1.954 1.738L12 21.065V13h9zm-11-7.158v7.832l-6.233-.734A2 2 0 0 1 2 18.111v-5.112zm9.046-10.893A1.75 1.75 0 0 1 21 3.844V11h-9V2.933zM10 11H2V5.89a2 2 0 0 1 1.767-1.986L10 3.169z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWindowsFill(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="M21 20.157a1.75 1.75 0 0 1-1.954 1.738L12 21.065V13h9zm-11-7.158v7.832l-6.233-.734A2 2 0 0 1 2 18.111v-5.112zm9.046-10.893A1.75 1.75 0 0 1 21 3.844V11h-9V2.933zM10 11H2V5.89a2 2 0 0 1 1.767-1.986L10 3.169z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20.157a1.75 1.75 0 0 1-1.954 1.738L12 21.065V13h9zm-11-7.158v7.832l-6.233-.734A2 2 0 0 1 2 18.111v-5.112zm9.046-10.893A1.75 1.75 0 0 1 21 3.844V11h-9V2.933zM10 11H2V5.89a2 2 0 0 1 1.767-1.986L10 3.169z"/></svg>
</template>

CSS

.icon-windows-fill {
  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%22M21%2020.157a1.75%201.75%200%200%201-1.954%201.738L12%2021.065V13h9zm-11-7.158v7.832l-6.233-.734A2%202%200%200%201%202%2018.111v-5.112zm9.046-10.893A1.75%201.75%200%200%201%2021%203.844V11h-9V2.933zM10%2011H2V5.89a2%202%200%200%201%201.767-1.986L10%203.169z%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%22M21%2020.157a1.75%201.75%200%200%201-1.954%201.738L12%2021.065V13h9zm-11-7.158v7.832l-6.233-.734A2%202%200%200%201%202%2018.111v-5.112zm9.046-10.893A1.75%201.75%200%200%201%2021%203.844V11h-9V2.933zM10%2011H2V5.89a2%202%200%200%201%201.767-1.986L10%203.169z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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