window maximize icon
window-maximize from Font Awesome 6 Regular by Dave Gandy · Regular · Code · CC-BY-4.0 Attribution required.
- Name
- window-maximize
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Code
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
window-maximizeFont Awesome 6 Solidwindow-maximizeFont Awesome Regularwindow-maximizeFont Awesome Solidwindow-maximizeLine Awesomewindow-maximizeMaterial Design Iconswindow-maximizePrime Iconswindow-maximizeTabler Iconswindow-maximizeUniconswindow-maximizeUnicons Monochromewindow-maximizeUnicons Solid
More code icons from Font Awesome 6 Regular
Use the window maximize icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.3 89.5C.1 91.6 0 93.8 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4.1-6.5.3c-9.2.9-17.8 3.8-25.5 8.2c-10.2 6-18.6 14.6-24.3 25c-3.9 7.3-6.5 15.4-7.4 24M48 224h416v192c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularWindowMaximize(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.3 89.5C.1 91.6 0 93.8 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4.1-6.5.3c-9.2.9-17.8 3.8-25.5 8.2c-10.2 6-18.6 14.6-24.3 25c-3.9 7.3-6.5 15.4-7.4 24M48 224h416v192c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.3 89.5C.1 91.6 0 93.8 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4.1-6.5.3c-9.2.9-17.8 3.8-25.5 8.2c-10.2 6-18.6 14.6-24.3 25c-3.9 7.3-6.5 15.4-7.4 24M48 224h416v192c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16z"/></svg> </template>
CSS
.icon-window-maximize {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.3%2089.5C.1%2091.6%200%2093.8%200%2096v320c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64H64c-2.2%200-4.4.1-6.5.3c-9.2.9-17.8%203.8-25.5%208.2c-10.2%206-18.6%2014.6-24.3%2025c-3.9%207.3-6.5%2015.4-7.4%2024M48%20224h416v192c0%208.8-7.2%2016-16%2016H64c-8.8%200-16-7.2-16-16z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.3%2089.5C.1%2091.6%200%2093.8%200%2096v320c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64H64c-2.2%200-4.4.1-6.5.3c-9.2.9-17.8%203.8-25.5%208.2c-10.2%206-18.6%2014.6-24.3%2025c-3.9%207.3-6.5%2015.4-7.4%2024M48%20224h416v192c0%208.8-7.2%2016-16%2016H64c-8.8%200-16-7.2-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/window-maximize.svg?color=%231a73e8&size=48