windows icon
windows from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- windows
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
windows-filledAnt Design IconswindowsBootstrap IconswindowsBoxIcons v2windowsCoreUI BrandswindowsFont Awesome 6 BrandswindowsFont Awesome Brandswindows-solidFlowbite Iconswindowscss.ggwindowsIconParkwindowsIconPark OutlinewindowsIconPark SolidwindowsIconPark TwoTonewindowsLine Awesomewindows-fillMingCute IconwindowsOpenMojiwindows-fillRemix IconwindowsSimple Iconswindows-darkSkill Iconswindows-outlineTeenyiconswindowsUniconswindowsUnicons Monochrome
More system icons from Iconoir
Use the windows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M4 16.987V7.013a.6.6 0 0 1 .507-.593l14.8-2.313A.6.6 0 0 1 20 4.7v14.598a.6.6 0 0 1-.693.593l-14.8-2.313A.6.6 0 0 1 4 16.986ZM4 12h16m-9.5-6.5v13"/></svg>
React
import type { SVGProps } from "react";
export function IconoirWindows(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M4 16.987V7.013a.6.6 0 0 1 .507-.593l14.8-2.313A.6.6 0 0 1 20 4.7v14.598a.6.6 0 0 1-.693.593l-14.8-2.313A.6.6 0 0 1 4 16.986ZM4 12h16m-9.5-6.5v13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M4 16.987V7.013a.6.6 0 0 1 .507-.593l14.8-2.313A.6.6 0 0 1 20 4.7v14.598a.6.6 0 0 1-.693.593l-14.8-2.313A.6.6 0 0 1 4 16.986ZM4 12h16m-9.5-6.5v13"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2016.987V7.013a.6.6%200%200%201%20.507-.593l14.8-2.313A.6.6%200%200%201%2020%204.7v14.598a.6.6%200%200%201-.693.593l-14.8-2.313A.6.6%200%200%201%204%2016.986ZM4%2012h16m-9.5-6.5v13%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2016.987V7.013a.6.6%200%200%201%20.507-.593l14.8-2.313A.6.6%200%200%201%2020%204.7v14.598a.6.6%200%200%201-.693.593l-14.8-2.313A.6.6%200%200%201%204%2016.986ZM4%2012h16m-9.5-6.5v13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/windows.svg?color=%231a73e8&size=48