Square Wrench Pixel Art Icon
A wrench inside a square for maintenance mode, settings panels, repair-service listings and developer-tools sections.
Tags
squarewrench
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Square Wrench icon
A wrench icon framed within a square, combining the repair-and-maintenance meaning of a wrench with the contained, tile-like structure of a square. Settings and developer-tool sections use it for maintenance or configuration panels; service-listing apps show it in the repairs and handyman category. The square framing distinguishes it from a plain wrench when both appear in the same icon set, giving it a more 'dashboard widget' feel. For a pure settings context, a gear or cog icon is more conventional.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square-wrench.svg" width="24" height="24" alt="Square Wrench" />
<!-- React -->
import { SquareWrench } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square-wrench.svg" width="48" height="48" style="image-rendering: pixelated" />