Spline Cursor Pixel Art Icon
A spline cursor icon for active Bezier path editing, curve-drawing modes, and anchor-point manipulation tools.
Tags
splinecursor
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Spline Cursor icon
A smooth curve (spline) combined with a cursor arrow, indicating that the spline or pen tool is currently active. Vector editors display it as the live cursor while the user is drawing or editing a Bezier path. It also serves as a toolbar icon for the 'Pen' or 'Spline' tool to distinguish it from the straight-line or freehand lasso tools. The lasso-cursor handles irregular freehand regions; reach for spline-cursor specifically when the tool creates smooth, mathematically defined curves.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/spline-cursor.svg" width="24" height="24" alt="Spline Cursor" />
<!-- React -->
import { SplineCursor } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="spline-cursor.svg" width="48" height="48" style="image-rendering: pixelated" />