window active icon
window-active from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- window-active
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the window active icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707"/><path d="M12 1a3 3 0 0 1 3 3v3h-.4c-.197-.135-.386-.283-.6-.393V5H2v7a2 2 0 0 0 2 2h2.607c.11.215.258.403.393.6v.4H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zM4 2a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconWindowActive(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707"/><path d="M12 1a3 3 0 0 1 3 3v3h-.4c-.197-.135-.386-.283-.6-.393V5H2v7a2 2 0 0 0 2 2h2.607c.11.215.258.403.393.6v.4H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zM4 2a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707"/><path d="M12 1a3 3 0 0 1 3 3v3h-.4c-.197-.135-.386-.283-.6-.393V5H2v7a2 2 0 0 0 2 2h2.607c.11.215.258.403.393.6v.4H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zM4 2a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></g></svg> </template>
CSS
.icon-window-active {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%203.146a.5.5%200%200%200-.707%200L11%2012.294l-1.146-1.146a.5.5%200%201%200-.708.707l1.5%201.5a.5.5%200%200%200%20.707%200l2.5-2.5a.5.5%200%200%200%200-.707%22%2F%3E%3Cpath%20d%3D%22M12%201a3%203%200%200%201%203%203v3h-.4c-.197-.135-.386-.283-.6-.393V5H2v7a2%202%200%200%200%202%202h2.607c.11.215.258.403.393.6v.4H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3zM4%202a2%202%200%200%200-2%202h12a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%203.146a.5.5%200%200%200-.707%200L11%2012.294l-1.146-1.146a.5.5%200%201%200-.708.707l1.5%201.5a.5.5%200%200%200%20.707%200l2.5-2.5a.5.5%200%200%200%200-.707%22%2F%3E%3Cpath%20d%3D%22M12%201a3%203%200%200%201%203%203v3h-.4c-.197-.135-.386-.283-.6-.393V5H2v7a2%202%200%200%200%202%202h2.607c.11.215.258.403.393.6v.4H4a3%203%200%200%201-3-3V4a3%203%200%200%201%203-3zM4%202a2%202%200%200%200-2%202h12a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/window-active.svg?color=%231a73e8&size=48