Square Scissors Pixel Art Icon
A square with scissors for cropping to a frame, cutting selected areas, and clipping content within a defined box.
Tags
squarescissors
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Square Scissors icon
Scissors overlaid on or contained within a square, indicating a cut action constrained to a rectangular area. In image and video editors it suggests cropping or trimming content to a square frame. In document tools it can represent cutting a selected block. The square boundary distinguishes this from plain scissors (a general cut), making clear the operation is spatially bounded. For cropping to non-square shapes, a freeform crop icon is more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square-scissors.svg" width="24" height="24" alt="Square Scissors" />
<!-- React -->
import { SquareScissors } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square-scissors.svg" width="48" height="48" style="image-rendering: pixelated" />