window base icon
window-base from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- window-base
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the window base icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 2h2v3h-2z" fill="currentColor"/><path d="M25 13h3v2h-3z" fill="currentColor"/><path d="M15 23h2v3h-2z" fill="currentColor"/><path d="M4 13h3v2H4z" fill="currentColor"/><path d="M6.775 6.188L8.19 4.774l2.12 2.121L8.898 8.31z" fill="currentColor"/><path d="M21.695 6.9l2.122-2.122l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M21.691 21.088l1.415-1.414l2.12 2.121l-1.413 1.414z" fill="currentColor"/><path d="M6.778 21.812L8.9 19.691l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 28h24v2H4z" fill="currentColor"/><path d="M16 20a6 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 CarbonWindowBase(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 2h2v3h-2z" fill="currentColor"/><path d="M25 13h3v2h-3z" fill="currentColor"/><path d="M15 23h2v3h-2z" fill="currentColor"/><path d="M4 13h3v2H4z" fill="currentColor"/><path d="M6.775 6.188L8.19 4.774l2.12 2.121L8.898 8.31z" fill="currentColor"/><path d="M21.695 6.9l2.122-2.122l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M21.691 21.088l1.415-1.414l2.12 2.121l-1.413 1.414z" fill="currentColor"/><path d="M6.778 21.812L8.9 19.691l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 28h24v2H4z" fill="currentColor"/><path d="M16 20a6 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 2h2v3h-2z" fill="currentColor"/><path d="M25 13h3v2h-3z" fill="currentColor"/><path d="M15 23h2v3h-2z" fill="currentColor"/><path d="M4 13h3v2H4z" fill="currentColor"/><path d="M6.775 6.188L8.19 4.774l2.12 2.121L8.898 8.31z" fill="currentColor"/><path d="M21.695 6.9l2.122-2.122l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M21.691 21.088l1.415-1.414l2.12 2.121l-1.413 1.414z" fill="currentColor"/><path d="M6.778 21.812L8.9 19.691l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 28h24v2H4z" fill="currentColor"/><path d="M16 20a6 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-base {
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%202h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2013h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2023h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2013h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.775%206.188L8.19%204.774l2.12%202.121L8.898%208.31z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.695%206.9l2.122-2.122l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.691%2021.088l1.415-1.414l2.12%202.121l-1.413%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.778%2021.812L8.9%2019.691l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2028h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2020a6%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%202h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2013h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2023h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2013h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.775%206.188L8.19%204.774l2.12%202.121L8.898%208.31z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.695%206.9l2.122-2.122l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.691%2021.088l1.415-1.414l2.12%202.121l-1.413%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.778%2021.812L8.9%2019.691l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2028h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2020a6%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-base.svg?color=%231a73e8&size=48