delivery icon

delivery from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
delivery
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the delivery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20 33L26 35C26 35 41 32 43 32C45 32 45 34 43 36C41 38 34 44 28 44C22 44 18 41 14 41C10 41 4 41 4 41"/><path d="M4 29C6 27 10 24 14 24C18 24 27.5 28 29 30C30.5 32 26 35 26 35"/><path d="M16 18V10C16 8.89543 16.8954 8 18 8H42C43.1046 8 44 8.89543 44 10V26"/><rect width="10" height="9" x="25" y="8" fill="#2F88FF"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDelivery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M20 33L26 35C26 35 41 32 43 32C45 32 45 34 43 36C41 38 34 44 28 44C22 44 18 41 14 41C10 41 4 41 4 41"/><path d="M4 29C6 27 10 24 14 24C18 24 27.5 28 29 30C30.5 32 26 35 26 35"/><path d="M16 18V10C16 8.89543 16.8954 8 18 8H42C43.1046 8 44 8.89543 44 10V26"/><rect width="10" height="9" x="25" y="8" fill="#2F88FF"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M20 33L26 35C26 35 41 32 43 32C45 32 45 34 43 36C41 38 34 44 28 44C22 44 18 41 14 41C10 41 4 41 4 41"/><path d="M4 29C6 27 10 24 14 24C18 24 27.5 28 29 30C30.5 32 26 35 26 35"/><path d="M16 18V10C16 8.89543 16.8954 8 18 8H42C43.1046 8 44 8.89543 44 10V26"/><rect width="10" height="9" x="25" y="8" fill="#2F88FF"/></g></svg>
</template>

CSS

.icon-delivery {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20%2033L26%2035C26%2035%2041%2032%2043%2032C45%2032%2045%2034%2043%2036C41%2038%2034%2044%2028%2044C22%2044%2018%2041%2014%2041C10%2041%204%2041%204%2041%22%2F%3E%3Cpath%20d%3D%22M4%2029C6%2027%2010%2024%2014%2024C18%2024%2027.5%2028%2029%2030C30.5%2032%2026%2035%2026%2035%22%2F%3E%3Cpath%20d%3D%22M16%2018V10C16%208.89543%2016.8954%208%2018%208H42C43.1046%208%2044%208.89543%2044%2010V26%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%229%22%20x%3D%2225%22%20y%3D%228%22%20fill%3D%22%232F88FF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M20%2033L26%2035C26%2035%2041%2032%2043%2032C45%2032%2045%2034%2043%2036C41%2038%2034%2044%2028%2044C22%2044%2018%2041%2014%2041C10%2041%204%2041%204%2041%22%2F%3E%3Cpath%20d%3D%22M4%2029C6%2027%2010%2024%2014%2024C18%2024%2027.5%2028%2029%2030C30.5%2032%2026%2035%2026%2035%22%2F%3E%3Cpath%20d%3D%22M16%2018V10C16%208.89543%2016.8954%208%2018%208H42C43.1046%208%2044%208.89543%2044%2010V26%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%229%22%20x%3D%2225%22%20y%3D%228%22%20fill%3D%22%232F88FF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/delivery.svg?color=%231a73e8&size=48