Seeker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seeker 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/332552.svg" alt="Seeker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332552.svg" alt="Seeker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332552.svg" alt="Seeker icon" :width="24" :height="24" />
CSS background
.icon-seeker {
background-image: url('https://proicons.com/icon/332552.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="24" cy="24" r="21.5"/><path class="a" d="M3.3363,28.5806s4.1675,3.3708,5.3005,3.6654"/><path class="a" d="M8.6458,23.944a13.5162,13.5162,0,0,1,24.2668-7.8212l6.5652.3529c1.0681.0578,1.6938.8495,1.09,1.67-.3287.3286-4.9109,5.4982-4.9109,5.4982-.9158,1.1422-6.0942,6.1736,4.2251,14.8472"/><path class="a" d="M8.6368,32.246a57.31,57.31,0,0,1,.0148-8.4751"/><path class="a" d="M20.07,19.0419A2.7536,2.7536,0,1,1,25.4662,17.94"/></svg>
Copied!