window overlay icon
window-overlay from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- window-overlay
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the window overlay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v3h-2z" fill="currentColor"/><path d="M25 17h3v2h-3z" fill="currentColor"/><path d="M15 27h2v3h-2z" fill="currentColor"/><path d="M4 17h3v2H4z" fill="currentColor"/><path d="M6.774 10.187l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M21.694 10.898l2.121-2.122l1.414 1.415l-2.12 2.12z" fill="currentColor"/><path d="M21.69 25.087l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.777 25.81l2.121-2.12l1.414 1.414l-2.121 2.12z" fill="currentColor"/><path d="M4 2h24v2H4z" fill="currentColor"/><path d="M16 24a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWindowOverlay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v3h-2z" fill="currentColor"/><path d="M25 17h3v2h-3z" fill="currentColor"/><path d="M15 27h2v3h-2z" fill="currentColor"/><path d="M4 17h3v2H4z" fill="currentColor"/><path d="M6.774 10.187l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M21.694 10.898l2.121-2.122l1.414 1.415l-2.12 2.12z" fill="currentColor"/><path d="M21.69 25.087l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.777 25.81l2.121-2.12l1.414 1.414l-2.121 2.12z" fill="currentColor"/><path d="M4 2h24v2H4z" fill="currentColor"/><path d="M16 24a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 6h2v3h-2z" fill="currentColor"/><path d="M25 17h3v2h-3z" fill="currentColor"/><path d="M15 27h2v3h-2z" fill="currentColor"/><path d="M4 17h3v2H4z" fill="currentColor"/><path d="M6.774 10.187l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M21.694 10.898l2.121-2.122l1.414 1.415l-2.12 2.12z" fill="currentColor"/><path d="M21.69 25.087l1.414-1.415l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.777 25.81l2.121-2.12l1.414 1.414l-2.121 2.12z" fill="currentColor"/><path d="M4 2h24v2H4z" fill="currentColor"/><path d="M16 24a6 6 0 1 0-6-6a6 6 0 0 0 6 6zm0-10v8a4 4 0 0 1 0-8z" fill="currentColor"/></svg> </template>
CSS
.icon-window-overlay {
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%20d%3D%22M15%206h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2017h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2027h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2017h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.774%2010.187l1.414-1.415l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.694%2010.898l2.121-2.122l1.414%201.415l-2.12%202.12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.69%2025.087l1.414-1.415l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.777%2025.81l2.121-2.12l1.414%201.414l-2.121%202.12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%202h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2024a6%206%200%201%200-6-6a6%206%200%200%200%206%206zm0-10v8a4%204%200%200%201%200-8z%22%20fill%3D%22currentColor%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%20d%3D%22M15%206h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2017h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2027h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2017h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.774%2010.187l1.414-1.415l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.694%2010.898l2.121-2.122l1.414%201.415l-2.12%202.12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.69%2025.087l1.414-1.415l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.777%2025.81l2.121-2.12l1.414%201.414l-2.121%202.12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%202h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2024a6%206%200%201%200-6-6a6%206%200%200%200%206%206zm0-10v8a4%204%200%200%201%200-8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/window-overlay.svg?color=%231a73e8&size=48