Untracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Untracker 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/334548.svg" alt="Untracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334548.svg" alt="Untracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334548.svg" alt="Untracker icon" :width="24" :height="24" />
CSS background
.icon-untracker {
background-image: url('https://proicons.com/icon/334548.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.359,26.433v2.638c.0028,2.894-2.341,5.2422-5.235,5.245-.0063,0-.0127,0-.019,0h-.21c-2.894.0077-5.2463-2.332-5.254-5.226,0-.0063,0-.0127,0-.019v-2.638M18.641,21.782v-2.638c-.0028-2.894,2.341-5.2422,5.235-5.245.0063,0,.0127,0,.019,0h.21c2.91,0,5.254,2.34,5.254,5.245v2.638M24,19.103v9.872M8.146,11.763c-.466,12.518-1.472,25.16,15.854,31.737,17.327-6.576,16.32-19.219,15.854-31.736l-15.854-7.264-15.854,7.263Z"/></svg>
Copied!