Maximize Icon
Free SVG icon from the IcoFont 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/306070.svg" alt="Maximize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306070.svg" alt="Maximize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306070.svg" alt="Maximize icon" :width="24" :height="24" />
CSS background
.icon-maximize {
background-image: url('https://proicons.com/icon/306070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M895 62H298c-5 0-10 1-14 1-17 3-28 15-28 32v161h-13c-49 0-98-1-146 0-16 0-29 8-32 22-2 6-2 12-2 19v593c0 5-1 10 0 15 1 18 12 30 30 32h616c23-1 35-13 35-36V744h158c20 0 33-11 35-31V105c1-31-11-43-42-43zM678 869H131V323h125v383c0 27 12 38 38 38h384v125zm192-192H323V130h547v547zm-439-84c15 4 26-3 36-13 80-80 160-160 241-240 2-3 5-6 9-9 1 4 1 5 1 6v118c0 11 4 20 12 26 11 9 23 11 35 5 14-7 19-19 19-34V252c0-23-13-36-36-36H547c-21 0-36 14-36 33s15 33 36 33h123c-5 5-7 8-10 11-80 79-159 159-238 238-3 3-7 6-9 10-15 18-5 46 18 52z"/></svg>
Maximize in other icon packs
Copied!