Cut Pixel Art Icon
A scissors icon for 'Cut' in edit menus, removing selected segments, clip actions and content-editing toolbars.
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 Cut icon
Open scissors, the classic symbol for the cut action in edit menus and text editors. Use it in a right-click context menu's 'Cut' item, a toolbar alongside copy and paste, a code-editor snippet action, or a video-timeline segment trim. Scissors are so strongly associated with cut that the icon rarely needs a label in standard editing contexts. For removing content without a paste destination, a trash icon sets a clearer expectation that recovery is not intended.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cut.svg" width="24" height="24" alt="Cut" />
<!-- React -->
import { Cut } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cut.svg" width="48" height="48" style="image-rendering: pixelated" />