Controlloid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Controlloid 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/323996.svg" alt="Controlloid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323996.svg" alt="Controlloid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323996.svg" alt="Controlloid icon" :width="24" :height="24" />
CSS background
.icon-controlloid {
background-image: url('https://proicons.com/icon/323996.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><circle class="a" cx="30.67" cy="30.8" r="1.96"/><path class="a" d="M17.1,28.94H14.71V26.57a.5.5,0,0,0-.5-.5H11.94a.49.49,0,0,0-.49.5v2.37H9.05a.51.51,0,0,0-.49.5v2.28a.49.49,0,0,0,.49.49h2.4v2.4a.49.49,0,0,0,.49.49h2.23a.49.49,0,0,0,.49-.49V32.22h2.4a.49.49,0,0,0,.49-.49V29.45A.5.5,0,0,0,17.1,28.94Z"/><circle class="a" cx="38.16" cy="30.8" r="1.96"/><path class="a" d="M14.06,12l.11-.11a15.38,15.38,0,0,1,19.35,0M18.05,16a1.06,1.06,0,0,1,.2-.17,9.66,9.66,0,0,1,11.17,0m5,23.64a8.7,8.7,0,0,1-5.78-2.15H19.05a8.77,8.77,0,1,1-5.78-15.37H34.41A8.79,8.79,0,0,1,35,39.48h-.61Z"/><circle class="a" cx="34.42" cy="27.06" r="1.96"/><circle class="a" cx="34.42" cy="34.55" r="1.96"/></svg>
Copied!