Concrete Mixer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Concrete Mixer 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/305432.svg" alt="Concrete Mixer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305432.svg" alt="Concrete Mixer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305432.svg" alt="Concrete Mixer icon" :width="24" :height="24" />
CSS background
.icon-concrete-mixer {
background-image: url('https://proicons.com/icon/305432.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="M326 624c-51 0-92 41-92 92s41 92 92 92 92-41 92-92-41-92-92-92zm0 132c-22 0-40-18-40-40s18-40 40-40 40 18 40 40-18 40-40 40zm385-132c-51 0-92 41-92 92s41 92 92 92 92-41 92-92-41-92-92-92zm0 132c-22 0-40-18-40-40s18-40 40-40 40 18 40 40-18 40-40 40zM253 584c154 68 242 10 286-90s27-204-127-272c-104-46-238-39-296 14-25 22-52 88-53 121-4 78 86 181 190 227zm7 51H127c-13 0-23 9-23 21v39c0 12 10 21 23 21h94c0-33 15-62 39-81zm629-178c-24-18-68-110-68-110-11-22-41-40-65-40H604c-11 0-20 8-23 18v293s2 17-24 17H392c24 19 39 48 39 81h175c0-58 47-105 105-105s105 47 105 105h77c25 0 45-20 45-45v-84c0-72-26-112-49-130zm-244-4V338h95c22 0 48 16 58 35l33 68c3 5 6 9 9 12H645z"/></svg>
Copied!