Delivery icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDelivery } from "@devigner-ui/icons";
<IconDelivery className="size-6" />
<script setup>
import { IconDelivery } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDelivery class="size-6" />
</template>
<script>
import { IconDelivery } from "@devigner-ui/icons-svelte";
</script>
<IconDelivery class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 15.26a.75.75 0 1 0 1.45-.4zM6.09 7.27l.72-.2zM4.7 5.92l-.2.72zm-1.5-1.2a.75.75 0 1 0-.4 1.45zm16.99 11a.75.75 0 1 0-.38-1.45zm-10 1.84a2.13 2.13 0 0 1-1.57 2.62L9 21.63a3.63 3.63 0 0 0 2.64-4.47zm-1.57 2.62a2.24 2.24 0 0 1-2.74-1.52l-1.44.4A3.74 3.74 0 0 0 9 21.63zm-2.74-1.52a2.13 2.13 0 0 1 1.58-2.62l-.38-1.45a3.63 3.63 0 0 0-2.64 4.47zm1.58-2.62a2.24 2.24 0 0 1 2.74 1.52l1.44-.4a3.74 3.74 0 0 0-4.56-2.57zm1.5-1.17L6.8 7.07l-1.45.4 2.16 7.8zM4.9 5.2l-1.7-.48-.4 1.45 1.7.47zm1.9 1.87A2.7 2.7 0 0 0 4.9 5.2l-.4 1.44c.43.12.75.44.85.83zm4.3 11.02 9.09-2.36-.38-1.46-9.08 2.36z" fill="currentColor"></path><path opacity="1" d="M9.57 8.73c-.49-1.76-.73-2.63-.32-3.32.41-.7 1.32-.93 3.13-1.4l1.92-.5c1.8-.47 2.71-.7 3.42-.3.72.4.96 1.27 1.44 3.03l.52 1.86c.48 1.75.73 2.63.32 3.32-.42.7-1.32.93-3.13 1.4l-1.92.5c-1.81.47-2.72.7-3.43.3s-.96-1.27-1.44-3.03z" stroke="currentColor" stroke-width="1.5"></path></svg>