Delivery Free Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Delivery Free 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/308423.svg" alt="Delivery Free Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308423.svg" alt="Delivery Free Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308423.svg" alt="Delivery Free Svg icon" :width="24" :height="24" />
CSS background
.icon-delivery-free---svg {
background-image: url('https://proicons.com/icon/308423.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 d="M18 9H15V19H20C21.1046 19 22 18.1046 22 17V13C22 10.7909 20.2091 9 18 9Z" fill="#FFC800"/> <path d="M15 9V8H14V9H15ZM15 19H14V20H15V19ZM15 10H18V8H15V10ZM21 13V17H23V13H21ZM16 19V9H14V19H16ZM20 18H15V20H20V18ZM21 17C21 17.5523 20.5523 18 20 18V20C21.6569 20 23 18.6569 23 17H21ZM18 10C19.6569 10 21 11.3431 21 13H23C23 10.2386 20.7614 8 18 8V10Z" fill="#FFC800"/> <path d="M13 7H2V17C2 18.1046 2.89543 19 4 19H13V7Z" fill="#FF9600"/> <path d="M2 7V6C1.44772 6 1 6.44772 1 7H2ZM13 7H14C14 6.44772 13.5523 6 13 6V7ZM13 19V20H14V19H13ZM2 8H13V6H2V8ZM12 7V19H14V7H12ZM3 17V7H1V17H3ZM13 18H4V20H13V18ZM1 17C1 18.6569 2.34315 20 4 20V18C3.44772 18 3 17.5523 3 17H1Z" fill="#FF9600"/> <circle cx="6" cy="19" r="2" fill="#CD7900" stroke="#CD7900" stroke-width="2"/> <circle cx="18" cy="19" r="2" fill="#CD7900" stroke="#CD7900" stroke-width="2"/> <path d="M3.5 4C3.5 3.44772 3.94772 3 4.5 3V3C6.15685 3 7.5 4.34315 7.5 6V7H6.5C4.84315 7 3.5 5.65685 3.5 4V4Z" stroke="#FFC800" stroke-width="2" stroke-linejoin="round"/> <path d="M11.5 4C11.5 3.44772 11.0523 3 10.5 3V3C8.84315 3 7.5 4.34315 7.5 6V7H8.5C10.1569 7 11.5 5.65685 11.5 4V4Z" stroke="#FFB100" stroke-width="2" stroke-linejoin="round"/> </svg>
Copied!