Calculator Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Calculator icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/312037.svg" alt="Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312037.svg" alt="Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312037.svg" alt="Calculator icon" :width="24" :height="24" />
CSS background
.icon-calculator {
background-image: url('https://proicons.com/icon/312037.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-calculator" viewBox="0 0 22 22"><path d="M18,21H4V20H3V3H4V2H18V3H19V20H18ZM16,7V4H6V7ZM8,11V9H6V11ZM12,11V9H10V11ZM16,11V9H14V11ZM8,15V13H6V15ZM12,15V13H10V15ZM16,15V13H14V15ZM8,19V17H6V19ZM12,19V17H10V19ZM16,19V17H14V19Z" /></svg>
Calculator in other icon packs
Copied!