Crop Pixel Art Icon
A crop icon for trimming images, adjusting aspect ratios, photo editing tools and canvas-resize controls.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Crop icon
Two overlapping L-shaped handles forming a crop frame, the universal symbol for trimming or reframing an image. Use it on a 'Crop' button in a photo editor, an image-resize control in a CMS media library, an aspect-ratio selector in a video tool, or a canvas-trim action in a design app. Users recognize it instantly from mobile camera apps. For resizing without cropping (scaling the entire image proportionally), a resize or scale icon avoids the implication of cutting.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/crop.svg" width="24" height="24" alt="Crop" />
<!-- React -->
import { Crop } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="crop.svg" width="48" height="48" style="image-rendering: pixelated" />