reopen window icon
reopen-window from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- reopen-window
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reopen-window-outline
2 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the reopen window icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5h-1V8H4v9.385q0 .23.192.423t.423.192h6.539v1zm13.615 3.385q-1.595 0-2.832-.965T13.735 19h.934q.402 1.12 1.353 1.81t2.209.69q1.584 0 2.696-1.112t1.112-2.696t-1.112-2.696t-2.696-1.111q-.918 0-1.754.445t-1.446 1.17h1.892v.885h-3.384V13h.884v1.848q.713-.823 1.71-1.336Q17.129 13 18.23 13q1.94 0 3.316 1.376t1.376 3.316t-1.376 3.317t-3.316 1.376"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReopenWindow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5h-1V8H4v9.385q0 .23.192.423t.423.192h6.539v1zm13.615 3.385q-1.595 0-2.832-.965T13.735 19h.934q.402 1.12 1.353 1.81t2.209.69q1.584 0 2.696-1.112t1.112-2.696t-1.112-2.696t-2.696-1.111q-.918 0-1.754.445t-1.446 1.17h1.892v.885h-3.384V13h.884v1.848q.713-.823 1.71-1.336Q17.129 13 18.23 13q1.94 0 3.316 1.376t1.376 3.316t-1.376 3.317t-3.316 1.376"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5h-1V8H4v9.385q0 .23.192.423t.423.192h6.539v1zm13.615 3.385q-1.595 0-2.832-.965T13.735 19h.934q.402 1.12 1.353 1.81t2.209.69q1.584 0 2.696-1.112t1.112-2.696t-1.112-2.696t-2.696-1.111q-.918 0-1.754.445t-1.446 1.17h1.892v.885h-3.384V13h.884v1.848q.713-.823 1.71-1.336Q17.129 13 18.23 13q1.94 0 3.316 1.376t1.376 3.316t-1.376 3.317t-3.316 1.376"/></svg> </template>
CSS
.icon-reopen-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5h-1V8H4v9.385q0%20.23.192.423t.423.192h6.539v1zm13.615%203.385q-1.595%200-2.832-.965T13.735%2019h.934q.402%201.12%201.353%201.81t2.209.69q1.584%200%202.696-1.112t1.112-2.696t-1.112-2.696t-2.696-1.111q-.918%200-1.754.445t-1.446%201.17h1.892v.885h-3.384V13h.884v1.848q.713-.823%201.71-1.336Q17.129%2013%2018.23%2013q1.94%200%203.316%201.376t1.376%203.316t-1.376%203.317t-3.316%201.376%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5h-1V8H4v9.385q0%20.23.192.423t.423.192h6.539v1zm13.615%203.385q-1.595%200-2.832-.965T13.735%2019h.934q.402%201.12%201.353%201.81t2.209.69q1.584%200%202.696-1.112t1.112-2.696t-1.112-2.696t-2.696-1.111q-.918%200-1.754.445t-1.446%201.17h1.892v.885h-3.384V13h.884v1.848q.713-.823%201.71-1.336Q17.129%2013%2018.23%2013q1.94%200%203.316%201.376t1.376%203.316t-1.376%203.317t-3.316%201.376%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/reopen-window.svg?color=%231a73e8&size=48