Calculator Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Calculator Alt 1 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/305308.svg" alt="Calculator Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305308.svg" alt="Calculator Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305308.svg" alt="Calculator Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-calculator-alt-1 {
background-image: url('https://proicons.com/icon/305308.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 172v294h289V172H0zm222 158h-66v68h-23v-68H67v-22h66v-68h23v68h66v22zm134-158v294h288V172H356zm207 195l-16 16-47-48-47 48-16-16 47-48-47-48 16-16 47 48 47-48 16 16-47 48 47 48zm148-195v656h289V172H711zm222 362H778v-23h155v23zm0-68H778v-23h155v23zM0 534v294h289V534H0zm222 158H67v-22h155v22zm134-158v294h288V534H356zm133 90h22v23h-22v-23zm22 114h-22v-23h22v23zm67-46H422v-22h156v22z"/></svg>
Copied!