windows icon
windows from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- windows
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
windows-filledAnt Design IconswindowsBootstrap IconswindowsBoxIcons v2windowsCoreUI BrandswindowsFont Awesome 6 BrandswindowsFont Awesome Brandswindows-solidFlowbite Iconswindowscss.ggwindowsIconParkwindowsIconPark OutlinewindowsIconPark SolidwindowsIconPark TwoTonewindowsIconoirwindows-fillMingCute IconwindowsOpenMojiwindows-fillRemix IconwindowsSimple Iconswindows-darkSkill Iconswindows-outlineTeenyiconswindowsUniconswindowsUnicons Monochrome
More other icons from Line Awesome
Use the windows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 5L5 7.992v16.016L27 27zm-2 2.29V15H15V8.65zM13 8.921V15H7V9.738zM7 17h6v6.078l-6-.816zm8 0h10v7.71l-10-1.36z"/></svg>
React
import type { SVGProps } from "react";
export function LaWindows(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 5L5 7.992v16.016L27 27zm-2 2.29V15H15V8.65zM13 8.921V15H7V9.738zM7 17h6v6.078l-6-.816zm8 0h10v7.71l-10-1.36z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 5L5 7.992v16.016L27 27zm-2 2.29V15H15V8.65zM13 8.921V15H7V9.738zM7 17h6v6.078l-6-.816zm8 0h10v7.71l-10-1.36z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%205L5%207.992v16.016L27%2027zm-2%202.29V15H15V8.65zM13%208.921V15H7V9.738zM7%2017h6v6.078l-6-.816zm8%200h10v7.71l-10-1.36z%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%20fill%3D%22currentColor%22%20d%3D%22M27%205L5%207.992v16.016L27%2027zm-2%202.29V15H15V8.65zM13%208.921V15H7V9.738zM7%2017h6v6.078l-6-.816zm8%200h10v7.71l-10-1.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/windows.svg?color=%231a73e8&size=48