Fast Delivery Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Fast Delivery 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/305625.svg" alt="Fast Delivery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305625.svg" alt="Fast Delivery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305625.svg" alt="Fast Delivery icon" :width="24" :height="24" />
CSS background
.icon-fast-delivery {
background-image: url('https://proicons.com/icon/305625.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="M387 599c-41 0-73 33-73 73s32 73 73 73 73-33 73-73-33-73-73-73zm0 110c-20 0-37-17-37-37s17-36 37-36 36 16 36 36-16 37-36 37zm551-164v78c0 19-16 35-36 35h-37c-7-47-47-83-96-83s-89 36-96 83H482c-6-47-47-83-95-83-49 0-89 36-96 83h-47c-19 0-35-16-35-35v-78h729zm-169 54c-40 0-73 33-73 73s33 73 73 73 73-33 73-73-33-73-73-73zm0 110c-20 0-36-17-36-37s16-36 36-36 37 16 37 36-17 37-37 37zm155-243L785 329c-9-8-20-13-33-13h-70v-26c0-20-15-36-35-36H244c-19 0-35 16-35 36v5L66 312l253 33-256 25 255 36-255 23 146 27v69h728v-25c1-13-5-25-13-34zm-61 5H729c-3 0-5-3-5-6V362c0-3 2-5 5-5h26c1 0 3 0 4 1l108 103c4 4 1 10-4 10z"/></svg>
Copied!