Delivery Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Delivery Svg 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/309029.svg" alt="Delivery Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309029.svg" alt="Delivery Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309029.svg" alt="Delivery Svg icon" :width="24" :height="24" />
CSS background
.icon-delivery---svg {
background-image: url('https://proicons.com/icon/309029.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2C1.44772 2 1 2.44772 1 3V17C1 18.354 1.89694 19.4984 3.12904 19.8716C3.26752 20.3289 3.51745 20.7601 3.87868 21.1213C5.05025 22.2929 6.94975 22.2929 8.12132 21.1213C8.44855 20.7941 8.68444 20.4094 8.8289 20H13H15.1711C15.3156 20.4094 15.5514 20.7941 15.8787 21.1213C17.0503 22.2929 18.9497 22.2929 20.1213 21.1213C20.4826 20.7601 20.7325 20.3289 20.871 19.8716C22.1031 19.4984 23 18.354 23 17V13C23 10.2386 20.7614 8 18 8H14V3C14 2.44772 13.5523 2 13 2H2ZM15.1711 18H14V10H18C19.6569 10 21 11.3431 21 13V17C21 17.2759 20.8883 17.5257 20.7075 17.7067C20.5645 17.4072 20.3691 17.1265 20.1213 16.8787C18.9497 15.7071 17.0503 15.7071 15.8787 16.8787C15.5514 17.2059 15.3156 17.5906 15.1711 18ZM5.29289 18.2929C5.68342 17.9024 6.31658 17.9024 6.70711 18.2929C6.90256 18.4884 7 18.7425 7 19C7 19.2575 6.90256 19.5116 6.70711 19.7071C6.31658 20.0976 5.68342 20.0976 5.29289 19.7071C5.09744 19.5116 5 19.2575 5 19C5 18.7425 5.09744 18.4883 5.29289 18.2929ZM17 19C17 18.7425 17.0974 18.4884 17.2929 18.2929C17.6834 17.9024 18.3166 17.9024 18.7071 18.2929C18.9026 18.4884 19 18.7425 19 19C19 19.2575 18.9026 19.5116 18.7071 19.7071C18.3166 20.0976 17.6834 20.0976 17.2929 19.7071C17.0974 19.5116 17 19.2575 17 19Z" fill="#292929"/> </svg>
Copied!