Quick Calculation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick Calculation 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/331803.svg" alt="Quick Calculation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331803.svg" alt="Quick Calculation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331803.svg" alt="Quick Calculation icon" :width="24" :height="24" />
CSS background
.icon-quick-calculation {
background-image: url('https://proicons.com/icon/331803.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.1889,19.8792a1.4283,1.4283,0,0,0-1.0965-.5113H8.2153a1.6425,1.6425,0,0,0-1.62,1.3593L5.4978,26.9519a1.4315,1.4315,0,0,0,1.41,1.68H39.7847a1.6425,1.6425,0,0,0,1.62-1.3591l1.0978-6.225A1.4287,1.4287,0,0,0,42.1889,19.8792Z"/><path class="a" d="M25.4739,16.1794a6.5425,6.5425,0,0,0,6.1781-5.2461,4.6385,4.6385,0,0,0-.947-3.8607A4.5157,4.5157,0,0,0,27.167,5.5a6.5426,6.5426,0,0,0-6.178,5.2461,4.6382,4.6382,0,0,0,.9469,3.8607A4.5157,4.5157,0,0,0,25.4739,16.1794Z"/><path class="a" d="M22.526,31.8206a6.5425,6.5425,0,0,0-6.178,5.2461,4.6378,4.6378,0,0,0,.9469,3.8606A4.5153,4.5153,0,0,0,20.8329,42.5a6.5426,6.5426,0,0,0,6.1781-5.2462,4.6385,4.6385,0,0,0-.947-3.8607A4.516,4.516,0,0,0,22.526,31.8206Z"/></svg>
Copied!