Iclicker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iclicker 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/341837.svg" alt="Iclicker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341837.svg" alt="Iclicker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341837.svg" alt="Iclicker icon" :width="24" :height="24" />
CSS background
.icon-iclicker {
background-image: url('https://proicons.com/icon/341837.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="a" 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><g id="b"><circle id="c" class="d" cx="25.1318" cy="24.0725" r="1.8943"/></g><path class="d" d="M10.5088,23.8126l-5.5602-3.2102c-.2-.1155-.45.0289-.45.2598v6.4204c0,.2309.25.3753.45.2598l5.5602-3.2102c.2-.1155.2-.4041,0-.5196Z"/><path class="d" d="M43.2154,23.5528l-26.5477-15.3273c-.4-.2309-.9.0577-.9.5196v30.6547c0,.4619.5.7506.9.5196l26.5477-15.3273c.4-.2309.4-.8083,0-1.0392Z"/></svg>
Copied!