Mop Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mop 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/306111.svg" alt="Mop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306111.svg" alt="Mop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306111.svg" alt="Mop icon" :width="24" :height="24" />
CSS background
.icon-mop {
background-image: url('https://proicons.com/icon/306111.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="M761 66l-7-3c-1 0-2-1-3-1-5 0-9 3-11 8L556 576c-3-1-5-1-8-1-2 0-5 0-7-1-40-1-82 14-113 48l226 44c0-3 0-6-1-9-4-31-26-55-55-69-2-1-5-2-7-3s-4-2-7-3L768 79c2-5-1-11-7-13zM521 670l-112-22c-41 66-55 147-92 188-14 15-41 53-85 61l238 29 65-97-29 101 62 8s74-146 85-242l-132-26z"/></svg>
Copied!