Delivery Parcel Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Delivery Parcel 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/317555.svg" alt="Delivery Parcel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317555.svg" alt="Delivery Parcel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317555.svg" alt="Delivery Parcel icon" :width="24" :height="24" />
CSS background
.icon-delivery-parcel {
background-image: url('https://proicons.com/icon/317555.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M29.4819,8.624l-10-5.5a1,1,0,0,0-.9638,0l-10,5.5a1,1,0,0,0,0,1.752L18,15.5913V26.3086l-3.0362-1.6693L14,26.3912l4.5181,2.4848a.9984.9984,0,0,0,.9638,0l10-5.5A1,1,0,0,0,30,22.5V9.5A1,1,0,0,0,29.4819,8.624ZM19,5.1416,26.9248,9.5,19,13.8584,11.0752,9.5Zm9,16.7671-8,4.4V15.5913l8-4.4Z"/>
<rect x="2" y="14" width="8" height="2" transform="translate(12 30) rotate(-180)"/>
<rect x="4" y="22" width="8" height="2" transform="translate(16 46) rotate(-180)"/>
<rect x="6" y="18" width="8" height="2" transform="translate(20 38) rotate(-180)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!