Cut — a pixel-perfect 24×24 pixel art icon. Available in 2 styles (sharp, line). Part of the 800-icon free set.
base
sharp
<!-- 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" />