shipping container icon

shipping-container-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
shipping-container-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the shipping container icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.4 70.65L130.2 40.31a8 8 0 0 0-3.33-.23L21.74 55.1A16.08 16.08 0 0 0 8 70.94v114.12a16.08 16.08 0 0 0 13.74 15.84l105.13 15a8.5 8.5 0 0 0 1.13.1a8 8 0 0 0 2.2-.31l106.2-30.34A16.07 16.07 0 0 0 248 170V86a16.07 16.07 0 0 0-11.6-15.35M64 120H48a8 8 0 0 0 0 16h16v54.78l-40-5.72V70.94l40-5.72Zm56 78.78l-40-5.72V136h16a8 8 0 0 0 0-16H80V62.94l40-5.72Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShippingContainerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.4 70.65L130.2 40.31a8 8 0 0 0-3.33-.23L21.74 55.1A16.08 16.08 0 0 0 8 70.94v114.12a16.08 16.08 0 0 0 13.74 15.84l105.13 15a8.5 8.5 0 0 0 1.13.1a8 8 0 0 0 2.2-.31l106.2-30.34A16.07 16.07 0 0 0 248 170V86a16.07 16.07 0 0 0-11.6-15.35M64 120H48a8 8 0 0 0 0 16h16v54.78l-40-5.72V70.94l40-5.72Zm56 78.78l-40-5.72V136h16a8 8 0 0 0 0-16H80V62.94l40-5.72Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.4 70.65L130.2 40.31a8 8 0 0 0-3.33-.23L21.74 55.1A16.08 16.08 0 0 0 8 70.94v114.12a16.08 16.08 0 0 0 13.74 15.84l105.13 15a8.5 8.5 0 0 0 1.13.1a8 8 0 0 0 2.2-.31l106.2-30.34A16.07 16.07 0 0 0 248 170V86a16.07 16.07 0 0 0-11.6-15.35M64 120H48a8 8 0 0 0 0 16h16v54.78l-40-5.72V70.94l40-5.72Zm56 78.78l-40-5.72V136h16a8 8 0 0 0 0-16H80V62.94l40-5.72Z"/></svg>
</template>

CSS

.icon-shipping-container-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.4%2070.65L130.2%2040.31a8%208%200%200%200-3.33-.23L21.74%2055.1A16.08%2016.08%200%200%200%208%2070.94v114.12a16.08%2016.08%200%200%200%2013.74%2015.84l105.13%2015a8.5%208.5%200%200%200%201.13.1a8%208%200%200%200%202.2-.31l106.2-30.34A16.07%2016.07%200%200%200%20248%20170V86a16.07%2016.07%200%200%200-11.6-15.35M64%20120H48a8%208%200%200%200%200%2016h16v54.78l-40-5.72V70.94l40-5.72Zm56%2078.78l-40-5.72V136h16a8%208%200%200%200%200-16H80V62.94l40-5.72Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.4%2070.65L130.2%2040.31a8%208%200%200%200-3.33-.23L21.74%2055.1A16.08%2016.08%200%200%200%208%2070.94v114.12a16.08%2016.08%200%200%200%2013.74%2015.84l105.13%2015a8.5%208.5%200%200%200%201.13.1a8%208%200%200%200%202.2-.31l106.2-30.34A16.07%2016.07%200%200%200%20248%20170V86a16.07%2016.07%200%200%200-11.6-15.35M64%20120H48a8%208%200%200%200%200%2016h16v54.78l-40-5.72V70.94l40-5.72Zm56%2078.78l-40-5.72V136h16a8%208%200%200%200%200-16H80V62.94l40-5.72Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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