delivery add icon

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

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

More enterprise icons from Carbon

Use the delivery add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6H8V2H6v4H2v2h4v4h2V8h4z"/><path fill="currentColor" d="m29.919 16.606l-3-7A1 1 0 0 0 26 9h-3V7a1 1 0 0 0-1-1h-7v2h6v12.556A4 4 0 0 0 19.142 23h-6.284a3.98 3.98 0 0 0-7.716 0H4v-9H2v10a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7a1 1 0 0 0-.081-.394M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14-15h2.34l2.144 5H23Zm0 15a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5-3h-1.142A3.995 3.995 0 0 0 23 20v-2h5Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDeliveryAdd(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="M12 6H8V2H6v4H2v2h4v4h2V8h4z"/><path fill="currentColor" d="m29.919 16.606l-3-7A1 1 0 0 0 26 9h-3V7a1 1 0 0 0-1-1h-7v2h6v12.556A4 4 0 0 0 19.142 23h-6.284a3.98 3.98 0 0 0-7.716 0H4v-9H2v10a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7a1 1 0 0 0-.081-.394M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14-15h2.34l2.144 5H23Zm0 15a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5-3h-1.142A3.995 3.995 0 0 0 23 20v-2h5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 6H8V2H6v4H2v2h4v4h2V8h4z"/><path fill="currentColor" d="m29.919 16.606l-3-7A1 1 0 0 0 26 9h-3V7a1 1 0 0 0-1-1h-7v2h6v12.556A4 4 0 0 0 19.142 23h-6.284a3.98 3.98 0 0 0-7.716 0H4v-9H2v10a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7a1 1 0 0 0-.081-.394M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14-15h2.34l2.144 5H23Zm0 15a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5-3h-1.142A3.995 3.995 0 0 0 23 20v-2h5Z"/></svg>
</template>

CSS

.icon-delivery-add {
  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%22M12%206H8V2H6v4H2v2h4v4h2V8h4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.919%2016.606l-3-7A1%201%200%200%200%2026%209h-3V7a1%201%200%200%200-1-1h-7v2h6v12.556A4%204%200%200%200%2019.142%2023h-6.284a3.98%203.98%200%200%200-7.716%200H4v-9H2v10a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7a1%201%200%200%200-.081-.394M9%2026a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14-15h2.34l2.144%205H23Zm0%2015a2%202%200%201%201%202-2a2%202%200%200%201-2%202m5-3h-1.142A3.995%203.995%200%200%200%2023%2020v-2h5Z%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%22M12%206H8V2H6v4H2v2h4v4h2V8h4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.919%2016.606l-3-7A1%201%200%200%200%2026%209h-3V7a1%201%200%200%200-1-1h-7v2h6v12.556A4%204%200%200%200%2019.142%2023h-6.284a3.98%203.98%200%200%200-7.716%200H4v-9H2v10a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7a1%201%200%200%200-.081-.394M9%2026a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14-15h2.34l2.144%205H23Zm0%2015a2%202%200%201%201%202-2a2%202%200%200%201-2%202m5-3h-1.142A3.995%203.995%200%200%200%2023%2020v-2h5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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