Milkrun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Milkrun 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/329285.svg" alt="Milkrun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329285.svg" alt="Milkrun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329285.svg" alt="Milkrun icon" :width="24" :height="24" />
CSS background
.icon-milkrun {
background-image: url('https://proicons.com/icon/329285.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><g id="b"><polyline class="c" points="16.4917 21.2283 16.4917 26.7707 19.2629 26.7707"/><line class="c" x1="14.6038" y1="21.2283" x2="14.6038" y2="26.7707"/><polyline class="c" points="7.1736 26.7645 7.1736 21.2283 9.9448 26.7707 12.716 21.2366 12.716 26.7707"/><path class="c" d="M26.0177,26.7707v-5.5424h1.8144c1.0258,0,1.8574.8334,1.8574,1.8613s-.8316,1.8613-1.8574,1.8613h-1.8144"/><line class="c" x1="27.8329" y1="24.9514" x2="29.648" y2="26.7693"/><polyline class="c" points="37.1365 26.7707 37.1365 21.2283 40.8083 26.7707 40.8083 21.2283"/><line class="c" x1="21.1508" y1="21.2283" x2="21.1508" y2="26.7707"/><polyline class="c" points="24.1298 26.7707 21.8505 23.9995 24.1298 21.247"/><line class="c" x1="21.8505" y1="23.9995" x2="21.1508" y2="23.9995"/><path class="c" d="M31.5774,21.2283v3.7065c0,1.014.8219,1.8359,1.8359,1.8359s1.8359-.8219,1.8359-1.8359v-3.7065"/></g></svg>
Copied!