shipping container icon

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

Name
shipping-container-light
Set
Phosphor
Style
Light
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="m235.85 72.57l-106.2-30.34a6 6 0 0 0-2.5-.17L22 57.08a14.07 14.07 0 0 0-12 13.86v114.12a14.07 14.07 0 0 0 12 13.86l105.13 15a6 6 0 0 0 .85.06a6 6 0 0 0 1.65-.23l106.2-30.34A14.06 14.06 0 0 0 246 170V86a14.06 14.06 0 0 0-10.15-13.43M96 122H78V61.2l44-6.28v146.16l-44-6.28V134h18a6 6 0 0 0 0-12m-74 63.06V70.94a2 2 0 0 1 1.72-2l42.28-6V122H48a6 6 0 0 0 0 12h18v59.08l-42.28-6a2 2 0 0 1-1.72-2.02M234 170a2 2 0 0 1-1.45 1.92L134 200.05V56l98.55 28.16A2 2 0 0 1 234 86Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShippingContainerLight(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="m235.85 72.57l-106.2-30.34a6 6 0 0 0-2.5-.17L22 57.08a14.07 14.07 0 0 0-12 13.86v114.12a14.07 14.07 0 0 0 12 13.86l105.13 15a6 6 0 0 0 .85.06a6 6 0 0 0 1.65-.23l106.2-30.34A14.06 14.06 0 0 0 246 170V86a14.06 14.06 0 0 0-10.15-13.43M96 122H78V61.2l44-6.28v146.16l-44-6.28V134h18a6 6 0 0 0 0-12m-74 63.06V70.94a2 2 0 0 1 1.72-2l42.28-6V122H48a6 6 0 0 0 0 12h18v59.08l-42.28-6a2 2 0 0 1-1.72-2.02M234 170a2 2 0 0 1-1.45 1.92L134 200.05V56l98.55 28.16A2 2 0 0 1 234 86Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.85 72.57l-106.2-30.34a6 6 0 0 0-2.5-.17L22 57.08a14.07 14.07 0 0 0-12 13.86v114.12a14.07 14.07 0 0 0 12 13.86l105.13 15a6 6 0 0 0 .85.06a6 6 0 0 0 1.65-.23l106.2-30.34A14.06 14.06 0 0 0 246 170V86a14.06 14.06 0 0 0-10.15-13.43M96 122H78V61.2l44-6.28v146.16l-44-6.28V134h18a6 6 0 0 0 0-12m-74 63.06V70.94a2 2 0 0 1 1.72-2l42.28-6V122H48a6 6 0 0 0 0 12h18v59.08l-42.28-6a2 2 0 0 1-1.72-2.02M234 170a2 2 0 0 1-1.45 1.92L134 200.05V56l98.55 28.16A2 2 0 0 1 234 86Z"/></svg>
</template>

CSS

.icon-shipping-container-light {
  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%22m235.85%2072.57l-106.2-30.34a6%206%200%200%200-2.5-.17L22%2057.08a14.07%2014.07%200%200%200-12%2013.86v114.12a14.07%2014.07%200%200%200%2012%2013.86l105.13%2015a6%206%200%200%200%20.85.06a6%206%200%200%200%201.65-.23l106.2-30.34A14.06%2014.06%200%200%200%20246%20170V86a14.06%2014.06%200%200%200-10.15-13.43M96%20122H78V61.2l44-6.28v146.16l-44-6.28V134h18a6%206%200%200%200%200-12m-74%2063.06V70.94a2%202%200%200%201%201.72-2l42.28-6V122H48a6%206%200%200%200%200%2012h18v59.08l-42.28-6a2%202%200%200%201-1.72-2.02M234%20170a2%202%200%200%201-1.45%201.92L134%20200.05V56l98.55%2028.16A2%202%200%200%201%20234%2086Z%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%22m235.85%2072.57l-106.2-30.34a6%206%200%200%200-2.5-.17L22%2057.08a14.07%2014.07%200%200%200-12%2013.86v114.12a14.07%2014.07%200%200%200%2012%2013.86l105.13%2015a6%206%200%200%200%20.85.06a6%206%200%200%200%201.65-.23l106.2-30.34A14.06%2014.06%200%200%200%20246%20170V86a14.06%2014.06%200%200%200-10.15-13.43M96%20122H78V61.2l44-6.28v146.16l-44-6.28V134h18a6%206%200%200%200%200-12m-74%2063.06V70.94a2%202%200%200%201%201.72-2l42.28-6V122H48a6%206%200%200%200%200%2012h18v59.08l-42.28-6a2%202%200%200%201-1.72-2.02M234%20170a2%202%200%200%201-1.45%201.92L134%20200.05V56l98.55%2028.16A2%202%200%200%201%20234%2086Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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