Parcel Tracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parcel Tracker 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/330965.svg" alt="Parcel Tracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330965.svg" alt="Parcel Tracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330965.svg" alt="Parcel Tracker icon" :width="24" :height="24" />
CSS background
.icon-parcel-tracker {
background-image: url('https://proicons.com/icon/330965.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><polyline class="a" points="8.339 23.276 8.339 34.043 23.993 36.984 23.993 13.519"/><polyline class="a" points="39.562 23.561 39.562 33.855 23.993 36.984"/><path class="a" d="M28.7747,22.075l13.3865,1.8439a1.1763,1.1763,0,0,0,1.2355-1.643l-3.8348-8.6315-15.5691-2.628L8.3386,13.77,4.6114,21.7856a1.1764,1.1764,0,0,0,1.1482,1.67l13.3385-.927a1.47,1.47,0,0,0,1.24-.8648l3.6551-8.1441,3.6531,7.7276A1.47,1.47,0,0,0,28.7747,22.075Z"/><line class="a" x1="10.904" y1="30.6639" x2="13.8449" y2="30.9768"/></svg>
Copied!