Calculator Pixel Art Icon
A calculator icon for math tools, cost estimators, finance calculators, expense forms and numerical input sections.
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 Calculator icon
A pocket calculator with a display and keypad grid. Use it in pricing pages for a 'Cost estimator' link, in expense forms for a 'Calculate total' action, in accounting software for a built-in calculator sidebar, and in educational apps for a math tool. It is the clearest icon for numerical computation, and carries no ambiguity between 'settings' (gear) or 'data' (chart). For purely analytical data views without interactive calculation, the analytics or chart icon is a better fit.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/calculator.svg" width="24" height="24" alt="Calculator" />
<!-- React -->
import { Calculator } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="calculator.svg" width="48" height="48" style="image-rendering: pixelated" />