milk bottle icon
milk-bottle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- milk-bottle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the milk bottle 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14.727 5c.904 0 1.637-.672 1.637-1.5S15.63 2 14.727 2H9.273c-.904 0-1.637.672-1.637 1.5S8.37 5 9.273 5m5.973-.077C16.866 7.894 18 10.377 18 13.777V18c0 3.31-.753 4-4.364 4h-3.272C6.754 22 6 21.31 6 18v-4.223c0-3.4 1.107-5.891 2.727-8.862"/><path d="M6 12c.571.5 2.092.476 2.984.279c.622-.137 1.293.024 1.714.485l.825.902a2.12 2.12 0 0 0 1.902.651l1.043-.167c.574-.092 1.145.14 1.536.556C17.223 16 18 16 18 16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMilkBottle(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M14.727 5c.904 0 1.637-.672 1.637-1.5S15.63 2 14.727 2H9.273c-.904 0-1.637.672-1.637 1.5S8.37 5 9.273 5m5.973-.077C16.866 7.894 18 10.377 18 13.777V18c0 3.31-.753 4-4.364 4h-3.272C6.754 22 6 21.31 6 18v-4.223c0-3.4 1.107-5.891 2.727-8.862"/><path d="M6 12c.571.5 2.092.476 2.984.279c.622-.137 1.293.024 1.714.485l.825.902a2.12 2.12 0 0 0 1.902.651l1.043-.167c.574-.092 1.145.14 1.536.556C17.223 16 18 16 18 16"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14.727 5c.904 0 1.637-.672 1.637-1.5S15.63 2 14.727 2H9.273c-.904 0-1.637.672-1.637 1.5S8.37 5 9.273 5m5.973-.077C16.866 7.894 18 10.377 18 13.777V18c0 3.31-.753 4-4.364 4h-3.272C6.754 22 6 21.31 6 18v-4.223c0-3.4 1.107-5.891 2.727-8.862"/><path d="M6 12c.571.5 2.092.476 2.984.279c.622-.137 1.293.024 1.714.485l.825.902a2.12 2.12 0 0 0 1.902.651l1.043-.167c.574-.092 1.145.14 1.536.556C17.223 16 18 16 18 16"/></g></svg> </template>
CSS
.icon-milk-bottle {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.727%205c.904%200%201.637-.672%201.637-1.5S15.63%202%2014.727%202H9.273c-.904%200-1.637.672-1.637%201.5S8.37%205%209.273%205m5.973-.077C16.866%207.894%2018%2010.377%2018%2013.777V18c0%203.31-.753%204-4.364%204h-3.272C6.754%2022%206%2021.31%206%2018v-4.223c0-3.4%201.107-5.891%202.727-8.862%22%2F%3E%3Cpath%20d%3D%22M6%2012c.571.5%202.092.476%202.984.279c.622-.137%201.293.024%201.714.485l.825.902a2.12%202.12%200%200%200%201.902.651l1.043-.167c.574-.092%201.145.14%201.536.556C17.223%2016%2018%2016%2018%2016%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.727%205c.904%200%201.637-.672%201.637-1.5S15.63%202%2014.727%202H9.273c-.904%200-1.637.672-1.637%201.5S8.37%205%209.273%205m5.973-.077C16.866%207.894%2018%2010.377%2018%2013.777V18c0%203.31-.753%204-4.364%204h-3.272C6.754%2022%206%2021.31%206%2018v-4.223c0-3.4%201.107-5.891%202.727-8.862%22%2F%3E%3Cpath%20d%3D%22M6%2012c.571.5%202.092.476%202.984.279c.622-.137%201.293.024%201.714.485l.825.902a2.12%202.12%200%200%200%201.902.651l1.043-.167c.574-.092%201.145.14%201.536.556C17.223%2016%2018%2016%2018%2016%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-bottle.svg?color=%231a73e8&size=48