delivery parcel icon

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

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

More enterprise icons from Carbon

Use the delivery parcel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.482 8.624l-10-5.5a1 1 0 0 0-.964 0l-10 5.5a1 1 0 0 0 0 1.752L18 15.591V26.31l-3.036-1.67L14 26.391l4.518 2.485a1 1 0 0 0 .964 0l10-5.5A1 1 0 0 0 30 22.5v-13a1 1 0 0 0-.518-.876M19 5.142L26.925 9.5L19 13.858L11.075 9.5Zm9 16.767l-8 4.4V15.59l8-4.4Z"/><path fill="currentColor" d="M10 16H2v-2h8zm2 8H4v-2h8zm2-4H6v-2h8z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDeliveryParcel(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="m29.482 8.624l-10-5.5a1 1 0 0 0-.964 0l-10 5.5a1 1 0 0 0 0 1.752L18 15.591V26.31l-3.036-1.67L14 26.391l4.518 2.485a1 1 0 0 0 .964 0l10-5.5A1 1 0 0 0 30 22.5v-13a1 1 0 0 0-.518-.876M19 5.142L26.925 9.5L19 13.858L11.075 9.5Zm9 16.767l-8 4.4V15.59l8-4.4Z"/><path fill="currentColor" d="M10 16H2v-2h8zm2 8H4v-2h8zm2-4H6v-2h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.482 8.624l-10-5.5a1 1 0 0 0-.964 0l-10 5.5a1 1 0 0 0 0 1.752L18 15.591V26.31l-3.036-1.67L14 26.391l4.518 2.485a1 1 0 0 0 .964 0l10-5.5A1 1 0 0 0 30 22.5v-13a1 1 0 0 0-.518-.876M19 5.142L26.925 9.5L19 13.858L11.075 9.5Zm9 16.767l-8 4.4V15.59l8-4.4Z"/><path fill="currentColor" d="M10 16H2v-2h8zm2 8H4v-2h8zm2-4H6v-2h8z"/></svg>
</template>

CSS

.icon-delivery-parcel {
  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%22m29.482%208.624l-10-5.5a1%201%200%200%200-.964%200l-10%205.5a1%201%200%200%200%200%201.752L18%2015.591V26.31l-3.036-1.67L14%2026.391l4.518%202.485a1%201%200%200%200%20.964%200l10-5.5A1%201%200%200%200%2030%2022.5v-13a1%201%200%200%200-.518-.876M19%205.142L26.925%209.5L19%2013.858L11.075%209.5Zm9%2016.767l-8%204.4V15.59l8-4.4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016H2v-2h8zm2%208H4v-2h8zm2-4H6v-2h8z%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%22m29.482%208.624l-10-5.5a1%201%200%200%200-.964%200l-10%205.5a1%201%200%200%200%200%201.752L18%2015.591V26.31l-3.036-1.67L14%2026.391l4.518%202.485a1%201%200%200%200%20.964%200l10-5.5A1%201%200%200%200%2030%2022.5v-13a1%201%200%200%200-.518-.876M19%205.142L26.925%209.5L19%2013.858L11.075%209.5Zm9%2016.767l-8%204.4V15.59l8-4.4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2016H2v-2h8zm2%208H4v-2h8zm2-4H6v-2h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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