Back to Explorer
16 - 512
0.5 - 4.0
Save to
searchoutline
md window
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdWindowIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<g></g><g><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-6V5h6v6zm-8-6v6H5V5h6zm-6 8h6v6H5v-6zm8 6v-6h6v6h-6z"/></g>
</svg>
);SVG Optimizer
Before
0.34 KB
↓
After
0.34 KB
Tags
apertureappapplicationapplication windowbasic shapeborderbrowser windowclosecomputer windowcontainerdesktopdisplayelementframeglassgridhomehouseinteriorlayerlayoutmodal windowopeningoutlineoutsidepanepanelpop-upprogramprogram windowrectanglescreenshapesoftwaresquareviewwindow
Compare Alternatives
See how other libraries approach this concept.