Rastreador Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rastreador 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/331940.svg" alt="Rastreador icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331940.svg" alt="Rastreador icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331940.svg" alt="Rastreador icon" :width="24" :height="24" />
CSS background
.icon-rastreador {
background-image: url('https://proicons.com/icon/331940.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"><path d="M31.8833,31.6334c-5.3351,3.8777-12.698,3.2991-17.362-1.3644-5.2357-5.2357-5.2357-13.724,0-18.96,5.2357-5.2357,13.724-5.2357,18.96,0,4.6635,4.6639,5.2421,12.027,1.3644,17.362l1.4952,1.4952c4.6896-6.1708,4.1009-14.857-1.3783-20.338-6.0538-6.0538-15.869-6.0538-21.923,0-6.0538,6.0538-6.0538,15.869,0,21.923l10.961,10.961,9.4801-9.4801-1.5974-1.5987Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="23.9993" cy="20.7884" r="10" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M31.0713,27.8594l3.8909,3.8909" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!