Delivery Time Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Delivery Time 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/305491.svg" alt="Delivery Time icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305491.svg" alt="Delivery Time icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305491.svg" alt="Delivery Time icon" :width="24" :height="24" />
CSS background
.icon-delivery-time {
background-image: url('https://proicons.com/icon/305491.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="M926 692h-27V539c0-18-5-36-15-51l-69-101c-17-25-45-40-75-40H634c-12 0-22 10-22 23v322H438c16 14 28 34 31 56h183c7-44 45-79 92-79s85 35 91 79h91c7 0 12-5 12-11v-34c-1-6-6-11-12-11zM814 509H674c-6 0-11-5-11-12v-77c0-6 5-11 11-11h85c4 0 8 1 10 4l54 78c6 7 0 18-9 18zm-70 183c-39 0-70 31-70 70 0 38 31 70 70 70 38 0 70-32 70-70 0-39-32-70-70-70zm0 105c-20 0-35-16-35-35 0-20 15-35 35-35s35 15 35 35c0 19-16 35-35 35zM160 692c-6 0-11 5-11 11v34c0 6 5 11 11 11h126c3-22 15-42 31-56H160zm217 0c-38 0-70 31-70 70 0 38 32 70 70 70 39 0 70-32 70-70 0-39-31-70-70-70zm0 105c-19 0-35-16-35-35 0-20 16-35 35-35s35 15 35 35c0 19-15 35-35 35zm169-519H415c7 19 10 39 10 60 0 106-86 193-192 193-20 0-38-3-56-9v125c0 6 5 11 11 11h380c7 0 12-5 12-11V311c0-18-16-33-34-33zM233 168c-94 0-170 76-170 170s76 170 170 170 170-76 170-170-76-170-170-170zm0 301c-73 0-132-58-132-131s59-131 132-131 131 58 131 131-59 131-131 131zm50-103c-2 0-3-1-5-1l-54-15c-8-2-13-8-13-16v-84c0-10 8-17 17-17s17 7 17 17v71l42 11c9 3 14 12 12 21-2 8-9 13-16 13z"/></svg>
Copied!