Tracker Detect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tracker Detect 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/348741.svg" alt="Tracker Detect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348741.svg" alt="Tracker Detect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348741.svg" alt="Tracker Detect icon" :width="24" :height="24" />
CSS background
.icon-tracker-detect {
background-image: url('https://proicons.com/icon/348741.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m11.316,22.289c.8566-6.3499,6.2766-11.0879,12.684-11.088,7.0687,0,12.799,5.7303,12.799,12.799h0c0,7.0687-5.7303,12.799-12.799,12.799h0c-6.3943.0003-11.8077-4.7185-12.68-11.053"/><circle class="b" cx="11.201" cy="24" r="1.7496"/><circle class="b" cx="36.043" cy="11.67" r="1.7496"/><circle class="b" cx="29.797" cy="31.143" r="1.7496"/><path class="b" d="m37.33,10.484l1.767-1.7916"/><path class="b" d="m24,24l10.877-11.028"/></svg>
Copied!