Pixelarticons

Sharp Corner Pixel Art Icon

A sharp-corner icon for toggling corner radius to zero, removing rounding from shapes, and corner-style controls.

design Pro 1 variant

Tags

corner

Style variants

base

Outline ยท rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Sharp Corner icon

A right-angle corner drawn without any rounding, directly contrasting with a rounded-corner variant. Design tools use it in a corner-style control to set the radius to zero, producing strict 90-degree corners. It often sits alongside a rounded-corner icon for quick style switching. Sharp corners read as modern and precise; rounded corners feel friendlier. A tooltip helps avoid confusion with a generic corner handle or a crop anchor point.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/sharp-corner.svg" width="24" height="24" alt="Sharp Corner" />

<!-- React -->
import { SharpCorner } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sharp-corner.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons