Image Resizer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Image Resizer icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341908.svg" alt="Image Resizer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341908.svg" alt="Image Resizer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341908.svg" alt="Image Resizer icon" :width="24" :height="24" />
CSS background
.icon-image-resizer {
background-image: url('https://proicons.com/icon/341908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="k" d="M32.7891,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V14.0625"/><path id="e" class="k" d="M42.4568,3.4915h-8.4503c-.55,0-1,.45-1,1v8.4503c0,.55.45,1,1,1h8.4503c.55,0,1-.45,1-1V4.4915c0-.55-.45-1-1-1Z"/><path id="f" class="k" d="M5.5151,35.5209s4.0371-2.8561,6.2361-3.9669c1.5351-.7754,3.0978-1.9963,4.8122-1.8605,1.85.1465,3.0505,2.2161,4.8121,2.7997.8317.2756,1.7439.4164,2.6118.2962,1.0368-.1437,2.0194-.6333,2.9065-1.1888,2.2286-1.3957,3.6603-3.8468,5.8746-5.2652.7908-.5065,1.6472-1.0751,2.5853-1.1195,2.4131-.1142,4.5188,1.9857,6.8927,2.239"/><circle id="g" class="k" cx="13.9796" cy="13.2526" r="3.9659"/><g id="h"><path id="i" class="k" d="M36.4118,8.2098l1.8177-1.8177v4.6599"/><path id="j" class="k" d="M40.0517,8.1989l-1.8177-1.8177v4.6599"/></g></g></svg>
Copied!