Smartautoclicker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartautoclicker 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/332932.svg" alt="Smartautoclicker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332932.svg" alt="Smartautoclicker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332932.svg" alt="Smartautoclicker icon" :width="24" :height="24" />
CSS background
.icon-smartautoclicker {
background-image: url('https://proicons.com/icon/332932.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="M22.707,33.2062H13.0638a1.3561,1.3561,0,0,1-1.2054-1.2054V6.808a1.3561,1.3561,0,0,1,1.2054-1.2054h15.188A1.3561,1.3561,0,0,1,29.4572,6.808V28.8306"/><path class="a" d="M18.89,22.8647,23.71,35.86l-4.42.5842a2.0082,2.0082,0,0,0-1.1645.6531c-.3275.3583-1.0376,1.1267-.5962,1.3285l8.6886,3.9717L35.504,39.136a1.3394,1.3394,0,0,0,.613-1.4537L34.6833,30.45a1.3979,1.3979,0,0,0-1.0056-1.1338l-7.7472-.8445-.7955.4647-2.6778-7.2383a2.1153,2.1153,0,0,0-2.4079-1.0822A1.9989,1.9989,0,0,0,18.89,22.8647Z"/><path class="a" d="M18.0926,26.8766A5.1832,5.1832,0,1,1,25.6138,23.99"/></svg>
Copied!