Mill Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mill 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/306095.svg" alt="Mill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306095.svg" alt="Mill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306095.svg" alt="Mill icon" :width="24" :height="24" />
CSS background
.icon-mill {
background-image: url('https://proicons.com/icon/306095.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M627 594L500 437 373 594l-76 314c-2 7 0 15 4 20 4 6 11 10 18 10h126v-91c0-30 24-54 55-54 30 0 54 24 54 54v91h127c7 0 14-4 18-10 4-5 6-13 4-20l-76-314zm-278-83l131-164c-16-6-28-18-34-33L283 445c-18 18-18 48 0 66 9 9 21 13 33 13 11 0 23-4 33-13zm205-197c-6 15-18 27-34 33l131 164c10 9 21 13 33 13s24-4 33-13c18-18 18-48 0-66L554 314zm-108-41c6-15 18-27 34-33L349 76c-10-9-22-14-33-14-12 0-24 5-33 14-18 18-18 48 0 66l163 131zm108 0l163-131c19-18 19-48 0-66-9-9-21-14-32-14-12 0-24 5-33 14L520 240c16 6 28 18 34 33zm-93 20c0 22 18 39 39 39s39-17 39-39c0-21-17-38-39-38-21 0-39 17-39 38z"/></svg>
Copied!