Factory Balls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Factory Balls 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/340230.svg" alt="Factory Balls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340230.svg" alt="Factory Balls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340230.svg" alt="Factory Balls icon" :width="24" :height="24" />
CSS background
.icon-factory-balls {
background-image: url('https://proicons.com/icon/340230.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><g id="e"><circle id="f" class="m" cx="24" cy="24" r="21.5"/><ellipse id="g" class="m" cx="27.7564" cy="16.136" rx="8.032" ry="8.1083"/><ellipse id="h" class="m" cx="11.1428" cy="16.6857" rx="6.2607" ry="7.4975"/><ellipse id="i" class="m" cx="25.2833" cy="19.9688" rx="3.3295" ry="3.4815"/><ellipse id="j" class="m" cx="12.5177" cy="19.8771" rx="3.3295" ry="3.4815"/></g></g></svg>
Copied!