Op Auto Clicker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Op Auto Clicker 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/345220.svg" alt="Op Auto Clicker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345220.svg" alt="Op Auto Clicker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345220.svg" alt="Op Auto Clicker icon" :width="24" :height="24" />
CSS background
.icon-op-auto-clicker {
background-image: url('https://proicons.com/icon/345220.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m25.8645,19.2776h10.8575c.2565-9.3766-4.1128-15.1677-11.1058-14.7575l.2483,14.7575Zm-3.4054,0h-10.8575c-.2565-9.3766,4.1138-15.1677,11.1068-14.7575l-.2494,14.7575Zm-11.1007,3.6405c-1.1755,18.6271,3.9874,20.57,12.6416,20.57,8.6532,0,13.8171-1.9439,12.6416-20.57H11.3584Z"/></svg>
Copied!