Automate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Automate 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/322223.svg" alt="Automate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322223.svg" alt="Automate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322223.svg" alt="Automate icon" :width="24" :height="24" />
CSS background
.icon-automate {
background-image: url('https://proicons.com/icon/322223.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="26.17 15.82 35.62 15.78 25.97 20.61 24.47 16.77"/><polyline class="a" points="24.47 12.75 25.97 8.91 35.62 13.73 26.17 13.7"/><path class="a" d="M12.4,23.84a3.53,3.53,0,0,1-3.52,3.52h0a3.52,3.52,0,1,1,3.52-3.52Z"/><path class="a" d="M33.81,25.19a2.89,2.89,0,0,1,1-2.38A1.77,1.77,0,0,1,37,22.74a2.89,2.89,0,0,1,1.14,2.32"/><path class="a" d="M24.89,25.19a2.9,2.9,0,0,1,1-2.38,1.77,1.77,0,0,1,2.15-.07,3,3,0,0,1,1.14,2.32"/><path class="a" d="M37.49,28.91a6.34,6.34,0,0,1-3,5.45,5.76,5.76,0,0,1-6,0,6.34,6.34,0,0,1-3-5.45"/><path class="a" d="M20.44,30.26a4.4,4.4,0,1,0,0,8.79"/><circle class="a" cx="24.47" cy="14.76" r="2.01"/><line class="a" x1="11.46" y1="26.22" x2="17.23" y2="31.65"/><line class="a" x1="22.55" y1="15.36" x2="11.68" y2="21.72"/><rect class="b" x="20.44" y="4.5" width="22.2" height="39" rx="2"/><line class="b" x1="27.16" y1="9.5" x2="42.64" y2="9.5"/><line class="b" x1="20.44" y1="38.5" x2="42.64" y2="38.5"/><line class="b" x1="25.74" y1="9.5" x2="20.44" y2="9.5"/></svg>
Copied!