Crop Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Crop 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/305457.svg" alt="Crop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305457.svg" alt="Crop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305457.svg" alt="Crop icon" :width="24" :height="24" />
CSS background
.icon-crop {
background-image: url('https://proicons.com/icon/305457.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="M915 659H761c-12 0-22-10-22-23V285c0-13-11-23-23-23H363c-12 0-23-10-23-23V85c0-12-10-22-22-22h-35c-12 0-22 10-22 22v154c0 12-11 22-23 22H86c-13 0-23 11-23 23v34c0 13 10 23 23 23h152c13 0 23 10 23 23v351c0 13 10 23 23 23h353c13 0 23 10 23 23v153c0 13 10 23 23 23h33c12 0 22-10 22-23V761c0-13 11-23 23-23h154c12 0 22-10 22-23v-33c1-13-10-23-22-23zm-279 0H363c-12 0-23-11-23-23V364c0-13 11-23 23-23h273c13 0 23 10 23 23v272c0 12-10 23-23 23z"/></svg>
Crop in other icon packs
Copied!