Calculator Icon
Free SVG icon from the Arcticons 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/337666.svg" alt="Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337666.svg" alt="Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337666.svg" alt="Calculator icon" :width="24" :height="24" />
CSS background
.icon-calculator {
background-image: url('https://proicons.com/icon/337666.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.9474,25.9474c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><path class="b" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><rect class="b" x="25.9474" y="5.5" width="16.5526" height="16.5526" rx="4" ry="4"/><rect class="b" x="5.5" y="25.9474" width="16.5526" height="16.5526" rx="4" ry="4"/><line class="b" x1="13.7763" y1="8.4211" x2="13.7763" y2="19.1316"/><line class="b" x1="8.4211" y1="13.7763" x2="19.1316" y2="13.7763"/><line class="b" x1="28.8684" y1="31.3026" x2="39.5789" y2="31.3026"/><line class="b" x1="28.8684" y1="37.1447" x2="39.5789" y2="37.1447"/></svg>
Calculator in other icon packs
Copied!