milk carton icon

milk-carton from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
milk-carton
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the milk carton icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.172 6.828L7 5l1.828 1.828c.578.578.868.868 1.02 1.235S10 8.84 10 9.657V22H8c-1.886 0-2.828 0-3.414-.586S4 19.886 4 18V9.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235Z"/><path stroke-linecap="round" d="M7 5.004v-.4c0-1.224 0-1.836.38-2.216c.382-.38.994-.38 2.22-.38h5.554c.706 0 1.622-.113 2.095.53c.501.684.073 1.624.29 2.38c.066.23.23.407.38.587L20 8"/><path stroke-linejoin="round" d="M10 8h10v10c0 1.886 0 2.828-.586 3.414S17.886 22 16 22h-6"/><path stroke-linejoin="round" d="M10 13c.476.5 1.743.476 2.487.279a1.34 1.34 0 0 1 1.428.485l.688.902c.395.519.994.765 1.584.651l.87-.167c.478-.092.954.14 1.28.556C19.352 17 20 17 20 17"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMilkCarton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5.172 6.828L7 5l1.828 1.828c.578.578.868.868 1.02 1.235S10 8.84 10 9.657V22H8c-1.886 0-2.828 0-3.414-.586S4 19.886 4 18V9.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235Z"/><path strokeLinecap="round" d="M7 5.004v-.4c0-1.224 0-1.836.38-2.216c.382-.38.994-.38 2.22-.38h5.554c.706 0 1.622-.113 2.095.53c.501.684.073 1.624.29 2.38c.066.23.23.407.38.587L20 8"/><path strokeLinejoin="round" d="M10 8h10v10c0 1.886 0 2.828-.586 3.414S17.886 22 16 22h-6"/><path strokeLinejoin="round" d="M10 13c.476.5 1.743.476 2.487.279a1.34 1.34 0 0 1 1.428.485l.688.902c.395.519.994.765 1.584.651l.87-.167c.478-.092.954.14 1.28.556C19.352 17 20 17 20 17"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.172 6.828L7 5l1.828 1.828c.578.578.868.868 1.02 1.235S10 8.84 10 9.657V22H8c-1.886 0-2.828 0-3.414-.586S4 19.886 4 18V9.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235Z"/><path stroke-linecap="round" d="M7 5.004v-.4c0-1.224 0-1.836.38-2.216c.382-.38.994-.38 2.22-.38h5.554c.706 0 1.622-.113 2.095.53c.501.684.073 1.624.29 2.38c.066.23.23.407.38.587L20 8"/><path stroke-linejoin="round" d="M10 8h10v10c0 1.886 0 2.828-.586 3.414S17.886 22 16 22h-6"/><path stroke-linejoin="round" d="M10 13c.476.5 1.743.476 2.487.279a1.34 1.34 0 0 1 1.428.485l.688.902c.395.519.994.765 1.584.651l.87-.167c.478-.092.954.14 1.28.556C19.352 17 20 17 20 17"/></g></svg>
</template>

CSS

.icon-milk-carton {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.172%206.828L7%205l1.828%201.828c.578.578.868.868%201.02%201.235S10%208.84%2010%209.657V22H8c-1.886%200-2.828%200-3.414-.586S4%2019.886%204%2018V9.657c0-.818%200-1.226.152-1.594c.152-.367.442-.657%201.02-1.235Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205.004v-.4c0-1.224%200-1.836.38-2.216c.382-.38.994-.38%202.22-.38h5.554c.706%200%201.622-.113%202.095.53c.501.684.073%201.624.29%202.38c.066.23.23.407.38.587L20%208%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%208h10v10c0%201.886%200%202.828-.586%203.414S17.886%2022%2016%2022h-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2013c.476.5%201.743.476%202.487.279a1.34%201.34%200%200%201%201.428.485l.688.902c.395.519.994.765%201.584.651l.87-.167c.478-.092.954.14%201.28.556C19.352%2017%2020%2017%2020%2017%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.172%206.828L7%205l1.828%201.828c.578.578.868.868%201.02%201.235S10%208.84%2010%209.657V22H8c-1.886%200-2.828%200-3.414-.586S4%2019.886%204%2018V9.657c0-.818%200-1.226.152-1.594c.152-.367.442-.657%201.02-1.235Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%205.004v-.4c0-1.224%200-1.836.38-2.216c.382-.38.994-.38%202.22-.38h5.554c.706%200%201.622-.113%202.095.53c.501.684.073%201.624.29%202.38c.066.23.23.407.38.587L20%208%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%208h10v10c0%201.886%200%202.828-.586%203.414S17.886%2022%2016%2022h-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2013c.476.5%201.743.476%202.487.279a1.34%201.34%200%200%201%201.428.485l.688.902c.395.519.994.765%201.584.651l.87-.167c.478-.092.954.14%201.28.556C19.352%2017%2020%2017%2020%2017%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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