Out Of Milk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Out Of Milk icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330843.svg" alt="Out Of Milk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330843.svg" alt="Out Of Milk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330843.svg" alt="Out Of Milk icon" :width="24" :height="24" />
CSS background
.icon-out-of-milk {
background-image: url('https://proicons.com/icon/330843.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="a" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="m25.7386,4.3313c-.0162,4.1301.0384,8.0712-.1918,14.0239-2.3231,6.4999-1.3996,11.8933.4438,16.984-.0344,3.1384-.2523,5.3259-.2523,7.9884"/><path id="b" class="g" d="m12.3381,35.3391h23.0698"/><path id="b" class="g" d="m24.5381,43.3276c-3.8821-.009-9.0387-.1768-9.802-.4964-2.3089-.9668-2.5545-1.7979-2.5545-8.6463,0-7.2793.5291-10.2448,2.6241-14.7079,2.8625-6.3667,3.7278-10.5796,2.3998-11.6841-.9411-.7828-1.0972-1.9234-.3728-2.7255.6089-.6742,1.2333-.7398,7.0406-.7398s6.4318.0656,7.0406.7398c.7243.8021.5683,1.9428-.3728,2.7255-1.328,1.1045-.4627,5.3174,2.3998,11.6841,2.095,4.4631,2.6241,7.4286,2.6241,14.7079,0,6.8484-.2455,7.6795-2.5545,8.6463-.7633.3196-4.5905.4874-8.4726.4964Z"/></svg>
Copied!