Tracking Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tracking 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/306700.svg" alt="Tracking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306700.svg" alt="Tracking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306700.svg" alt="Tracking icon" :width="24" :height="24" />
CSS background
.icon-tracking {
background-image: url('https://proicons.com/icon/306700.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M438 104C438 47 484 0 542 0s104 47 104 104-46 104-104 104-104-46-104-104zM305 458c12-37 75-250 75-250-38 0-92-4-142 38-50 41-83 112-92 166-8 50 29 67 71 80 42 12 79-5 88-34zm545-143c-7-15-22-23-37-23v-42h-42v58l-116 58-104-107c-7-8-18-15-26-17l-104-25-79 270c-8 50-8 88 42 130l137 113v228c0 23 19 42 42 42s42-19 42-42V708c0-11-5-21-13-29l-6-7-98-126 45-186 83 86c8 8 19 12 30 12 6 0 13-1 19-4l106-53v599h42V380l19-10c20-10 28-35 18-55zM334 608l-21 134-80 201c-9 22 1 46 23 54 5 2 10 3 15 3 17 0 32-10 39-26l80-201c3-4 5-9 6-15l17-58c-54-46-79-63-79-92z"/></svg>
Tracking in other icon packs
Copied!