Calculator
- Tags: numbers device
- Category: Platform
Download
Download the SVG to use or edit.
Download SVGCopy HTML
Paste the SVG right into your project's code or directly on a Figma project.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="7" x2="20" y2="7"/>
<line x1="7.9" y1="10.5" x2="7.9" y2="10.5"/>
<line x1="11.9" y1="10.5" x2="11.9" y2="10.5"/>
<line x1="15.9" y1="10.5" x2="15.9" y2="10.5"/>
<line x1="7.9" y1="14.5" x2="7.9" y2="14.5"/>
<line x1="11.9" y1="14.5" x2="11.9" y2="14.5"/>
<line x1="15.9" y1="14.5" x2="15.9" y2="14.5"/>
<polyline points="8,18.5 8,18.5 11.9,18.5 11.9,18.5 "/>
<line x1="15.9" y1="18.5" x2="15.9" y2="18.5"/>
<path d="M18,22H6c-1.1,0-2-0.9-2-2V4c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2v16C20,21.1,19.1,22,18,22z"/>
</svg>