shipment delivery icon

shipment-delivery from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
shipment-delivery
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the shipment delivery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 30a4.006 4.006 0 0 1-3.873-3h-6.253c-.446 1.724-2.014 3-3.874 3s-3.428-1.276-3.873-3H3a1 1 0 0 1-1-1v-8h2v7h1.127C5.572 23.276 7.14 22 9 22s3.428 1.276 3.874 3h6.253A4 4 0 0 1 21 22.537V10h-3V8h4a1 1 0 0 1 1 1v2h3c.4 0 .762.238.919.606l3 7A1 1 0 0 1 30 19v7a1 1 0 0 1-1 1h-2.127A4.006 4.006 0 0 1 23 30m0-6c-1.102 0-2 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2M9 24c-1.103 0-2 .898-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m17.873 1H28v-5h-5v2a4.006 4.006 0 0 1 3.873 3M23 18h4.483l-2.142-5H23zM9 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7M9 4C6.243 4 4 6.243 4 9s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m1.293 7.707l-2-2A1 1 0 0 1 8 9V6h2v2.586l1.707 1.707z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonShipmentDelivery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 30a4.006 4.006 0 0 1-3.873-3h-6.253c-.446 1.724-2.014 3-3.874 3s-3.428-1.276-3.873-3H3a1 1 0 0 1-1-1v-8h2v7h1.127C5.572 23.276 7.14 22 9 22s3.428 1.276 3.874 3h6.253A4 4 0 0 1 21 22.537V10h-3V8h4a1 1 0 0 1 1 1v2h3c.4 0 .762.238.919.606l3 7A1 1 0 0 1 30 19v7a1 1 0 0 1-1 1h-2.127A4.006 4.006 0 0 1 23 30m0-6c-1.102 0-2 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2M9 24c-1.103 0-2 .898-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m17.873 1H28v-5h-5v2a4.006 4.006 0 0 1 3.873 3M23 18h4.483l-2.142-5H23zM9 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7M9 4C6.243 4 4 6.243 4 9s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m1.293 7.707l-2-2A1 1 0 0 1 8 9V6h2v2.586l1.707 1.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 30a4.006 4.006 0 0 1-3.873-3h-6.253c-.446 1.724-2.014 3-3.874 3s-3.428-1.276-3.873-3H3a1 1 0 0 1-1-1v-8h2v7h1.127C5.572 23.276 7.14 22 9 22s3.428 1.276 3.874 3h6.253A4 4 0 0 1 21 22.537V10h-3V8h4a1 1 0 0 1 1 1v2h3c.4 0 .762.238.919.606l3 7A1 1 0 0 1 30 19v7a1 1 0 0 1-1 1h-2.127A4.006 4.006 0 0 1 23 30m0-6c-1.102 0-2 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2M9 24c-1.103 0-2 .898-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m17.873 1H28v-5h-5v2a4.006 4.006 0 0 1 3.873 3M23 18h4.483l-2.142-5H23zM9 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7M9 4C6.243 4 4 6.243 4 9s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m1.293 7.707l-2-2A1 1 0 0 1 8 9V6h2v2.586l1.707 1.707z"/></svg>
</template>

CSS

.icon-shipment-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2030a4.006%204.006%200%200%201-3.873-3h-6.253c-.446%201.724-2.014%203-3.874%203s-3.428-1.276-3.873-3H3a1%201%200%200%201-1-1v-8h2v7h1.127C5.572%2023.276%207.14%2022%209%2022s3.428%201.276%203.874%203h6.253A4%204%200%200%201%2021%2022.537V10h-3V8h4a1%201%200%200%201%201%201v2h3c.4%200%20.762.238.919.606l3%207A1%201%200%200%201%2030%2019v7a1%201%200%200%201-1%201h-2.127A4.006%204.006%200%200%201%2023%2030m0-6c-1.102%200-2%20.898-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-2M9%2024c-1.103%200-2%20.898-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m17.873%201H28v-5h-5v2a4.006%204.006%200%200%201%203.873%203M23%2018h4.483l-2.142-5H23zM9%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207M9%204C6.243%204%204%206.243%204%209s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5m1.293%207.707l-2-2A1%201%200%200%201%208%209V6h2v2.586l1.707%201.707z%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2030a4.006%204.006%200%200%201-3.873-3h-6.253c-.446%201.724-2.014%203-3.874%203s-3.428-1.276-3.873-3H3a1%201%200%200%201-1-1v-8h2v7h1.127C5.572%2023.276%207.14%2022%209%2022s3.428%201.276%203.874%203h6.253A4%204%200%200%201%2021%2022.537V10h-3V8h4a1%201%200%200%201%201%201v2h3c.4%200%20.762.238.919.606l3%207A1%201%200%200%201%2030%2019v7a1%201%200%200%201-1%201h-2.127A4.006%204.006%200%200%201%2023%2030m0-6c-1.102%200-2%20.898-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-2M9%2024c-1.103%200-2%20.898-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m17.873%201H28v-5h-5v2a4.006%204.006%200%200%201%203.873%203M23%2018h4.483l-2.142-5H23zM9%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207M9%204C6.243%204%204%206.243%204%209s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5m1.293%207.707l-2-2A1%201%200%200%201%208%209V6h2v2.586l1.707%201.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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