Maximize Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Maximize icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310826.svg" alt="Maximize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310826.svg" alt="Maximize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310826.svg" alt="Maximize icon" :width="24" :height="24" />
CSS background
.icon-maximize {
background-image: url('https://proicons.com/icon/310826.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.75 15.4688V18.9375C2.75 19.5508 2.99364 20.139 3.42732 20.5727C3.86099 21.0064 4.44919 21.25 5.0625 21.25H8.53125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 15.4688V18.9375C21.25 19.5508 21.0064 20.139 20.5727 20.5727C20.139 21.0064 19.5508 21.25 18.9375 21.25H15.4688" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 8.53125V5.0625C2.75 4.44919 2.99364 3.86099 3.42732 3.42732C3.86099 2.99364 4.44919 2.75 5.0625 2.75H8.53125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.4688 2.75H18.9375C19.5508 2.75 20.139 2.99364 20.5727 3.42732C21.0064 3.86099 21.25 4.44919 21.25 5.0625V8.53125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Maximize in other icon packs
Copied!