open in window icon

open-in-window from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
open-in-window
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the open in window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.499 4a.5.5 0 0 1 .5.5l.001 4a.5.5 0 0 1-1 0V5.707l-7.146 7.145a.5.5 0 0 1-.708-.706L10.292 5H7.499a.5.5 0 0 1 0-1z"/><path fill-rule="evenodd" d="M12.5 1C13.879 1 15 2.121 15 3.5v7c0 1.379-1.121 2.5-2.5 2.5H12v.5c0 1.379-1.121 2.5-2.5 2.5h-7A2.5 2.5 0 0 1 0 13.5v-7C0 5.121 1.121 4 2.5 4H3v-.5C3 2.121 4.121 1 5.5 1zm-7 1C4.673 2 4 2.673 4 3.5v6a.5.5 0 0 1-1 0V5h-.5C1.673 5 1 5.673 1 6.5v7c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5V13H6.5a.5.5 0 0 1 0-1h6c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconOpenInWindow(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"><path d="M11.499 4a.5.5 0 0 1 .5.5l.001 4a.5.5 0 0 1-1 0V5.707l-7.146 7.145a.5.5 0 0 1-.708-.706L10.292 5H7.499a.5.5 0 0 1 0-1z"/><path fillRule="evenodd" d="M12.5 1C13.879 1 15 2.121 15 3.5v7c0 1.379-1.121 2.5-2.5 2.5H12v.5c0 1.379-1.121 2.5-2.5 2.5h-7A2.5 2.5 0 0 1 0 13.5v-7C0 5.121 1.121 4 2.5 4H3v-.5C3 2.121 4.121 1 5.5 1zm-7 1C4.673 2 4 2.673 4 3.5v6a.5.5 0 0 1-1 0V5h-.5C1.673 5 1 5.673 1 6.5v7c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5V13H6.5a.5.5 0 0 1 0-1h6c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.499 4a.5.5 0 0 1 .5.5l.001 4a.5.5 0 0 1-1 0V5.707l-7.146 7.145a.5.5 0 0 1-.708-.706L10.292 5H7.499a.5.5 0 0 1 0-1z"/><path fill-rule="evenodd" d="M12.5 1C13.879 1 15 2.121 15 3.5v7c0 1.379-1.121 2.5-2.5 2.5H12v.5c0 1.379-1.121 2.5-2.5 2.5h-7A2.5 2.5 0 0 1 0 13.5v-7C0 5.121 1.121 4 2.5 4H3v-.5C3 2.121 4.121 1 5.5 1zm-7 1C4.673 2 4 2.673 4 3.5v6a.5.5 0 0 1-1 0V5h-.5C1.673 5 1 5.673 1 6.5v7c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5V13H6.5a.5.5 0 0 1 0-1h6c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-open-in-window {
  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%3E%3Cpath%20d%3D%22M11.499%204a.5.5%200%200%201%20.5.5l.001%204a.5.5%200%200%201-1%200V5.707l-7.146%207.145a.5.5%200%200%201-.708-.706L10.292%205H7.499a.5.5%200%200%201%200-1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%201C13.879%201%2015%202.121%2015%203.5v7c0%201.379-1.121%202.5-2.5%202.5H12v.5c0%201.379-1.121%202.5-2.5%202.5h-7A2.5%202.5%200%200%201%200%2013.5v-7C0%205.121%201.121%204%202.5%204H3v-.5C3%202.121%204.121%201%205.5%201zm-7%201C4.673%202%204%202.673%204%203.5v6a.5.5%200%200%201-1%200V5h-.5C1.673%205%201%205.673%201%206.5v7c0%20.827.673%201.5%201.5%201.5h7c.827%200%201.5-.673%201.5-1.5V13H6.5a.5.5%200%200%201%200-1h6c.827%200%201.5-.673%201.5-1.5v-7c0-.827-.673-1.5-1.5-1.5z%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20d%3D%22M11.499%204a.5.5%200%200%201%20.5.5l.001%204a.5.5%200%200%201-1%200V5.707l-7.146%207.145a.5.5%200%200%201-.708-.706L10.292%205H7.499a.5.5%200%200%201%200-1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%201C13.879%201%2015%202.121%2015%203.5v7c0%201.379-1.121%202.5-2.5%202.5H12v.5c0%201.379-1.121%202.5-2.5%202.5h-7A2.5%202.5%200%200%201%200%2013.5v-7C0%205.121%201.121%204%202.5%204H3v-.5C3%202.121%204.121%201%205.5%201zm-7%201C4.673%202%204%202.673%204%203.5v6a.5.5%200%200%201-1%200V5h-.5C1.673%205%201%205.673%201%206.5v7c0%20.827.673%201.5%201.5%201.5h7c.827%200%201.5-.673%201.5-1.5V13H6.5a.5.5%200%200%201%200-1h6c.827%200%201.5-.673%201.5-1.5v-7c0-.827-.673-1.5-1.5-1.5z%22%20clip-rule%3D%22evenodd%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/open-in-window.svg?color=%231a73e8&size=48