Resize Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Resize 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/306344.svg" alt="Resize icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306344.svg" alt="Resize icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306344.svg" alt="Resize icon" :width="24" :height="24" />
CSS background
.icon-resize {
background-image: url('https://proicons.com/icon/306344.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="M597 73c32 32 62 63 93 94 6 5 6 15 0 21L490 388c-14 14-14 23 0 37 28 29 56 57 85 85 15 15 23 15 38 0l195-195c3-2 5-5 8-7 4-4 13-3 19 3l92 92c6 5 11 3 11-5V78c0-8-7-15-15-15H601c-8 0-10 5-4 10zM421 521c-10-10-16-10-27 0L248 668l-3 3c-2 2-8-1-14-6l-62-61c-6-6-11-4-11 4v224c0 8 7 15 15 15h223c8 0 10-5 4-11-20-21-40-41-59-62-6-6-6-15 0-21 48-48 96-96 143-144 9-9 9-16 0-25l-63-63zm472 387H108c-8 0-14-6-14-14V107c0-8 6-15 14-15h391c8 0 15-7 15-15s-7-14-15-14H77c-8 0-14 7-14 15v845c0 8 6 14 14 14h846c8 0 15-6 15-14V501c0-8-7-14-15-14h-1c-8 0-14 6-14 14v392c0 9-7 15-15 15z"/></svg>
Resize in other icon packs
Copied!