Material Calculator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Material 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/343466.svg" alt="Material Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343466.svg" alt="Material Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343466.svg" alt="Material Calculator icon" :width="24" :height="24" />
CSS background
.icon-material-calculator {
background-image: url('https://proicons.com/icon/343466.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="33.25" cy="33.25" r="11.07"/><path class="c" d="M24,24H5.5"/><path class="c" d="M5.5,24h18.5V5.5"/><line class="c" x1="36.33" y1="12.09" x2="30.17" y2="18.24"/><line class="c" x1="30.17" y1="12.09" x2="36.33" y2="18.24"/><line class="c" x1="14.37" y1="37.6" x2="14.37" y2="28.9"/><line class="c" x1="18.72" y1="33.25" x2="10.01" y2="33.25"/><line class="c" x1="37.6" y1="32.11" x2="28.9" y2="32.11"/><line class="c" x1="37.6" y1="34.92" x2="28.9" y2="34.92"/><line class="c" x1="18.7" y1="15.15" x2="10" y2="15.15"/><path id="b" class="c" d="M42.5001,27.1688V9.5c0-2.2091-1.7909-4-4-4H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h17.6707"/><line class="c" x1="24" y1="24" x2="24" y2="27.1698"/><line class="c" x1="27.1682" y1="24" x2="24" y2="24"/><line class="c" x1="39.3304" y1="24" x2="42.5001" y2="24"/></svg>
Copied!