Microcoil Calculator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microcoil 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/329198.svg" alt="Microcoil Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329198.svg" alt="Microcoil Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329198.svg" alt="Microcoil Calculator icon" :width="24" :height="24" />
CSS background
.icon-microcoil-calculator {
background-image: url('https://proicons.com/icon/329198.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><ellipse class="a" cx="27.8809" cy="35.257" rx="7.7587" ry="3.8794" transform="translate(-16.7635 30.034) rotate(-44.9905)"/><ellipse class="a" cx="24.7918" cy="32.9356" rx="7.7587" ry="3.8794" transform="translate(-16.0267 27.1703) rotate(-44.9905)"/><ellipse class="a" cx="21.7029" cy="30.8269" rx="7.7587" ry="3.8794" transform="translate(-15.4402 24.3691) rotate(-44.9905)"/><ellipse class="a" cx="18.614" cy="28.4861" rx="7.7587" ry="3.8794" transform="translate(-14.6897 21.5) rotate(-44.9905)"/><path class="a" d="M18.2141,28.8845c-3.03,3.03-6.6607,4.4937-8.1759,2.9788s-.2869-5.1988,2.7433-8.2285a13.8089,13.8089,0,0,1,3.453-2.5569"/><path class="a" d="M16.3384,21.0263c1.498-.7894,2.7326-1.6954,2.9744-3.6133L19.0112,4.5"/><path class="a" d="M38.6108,13.2043c-.511,6.6789-1.902,17.0825-1.5331,20.0366.2343,1.8121-1.0307,4.5339-3.3647,6.8674-3.03,3.03-6.7149,4.2577-8.23,2.7429s-.3082-4.8637,2.722-7.8933"/></svg>
Copied!