mop from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
mop
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
mop-rounded

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the mop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.55 21H6v-2q0-.425.288-.712T7 18t.713.288T8 19v2h3v-2q0-.425.288-.712T12 18t.713.288T13 19v2h3v-2q0-.425.288-.712T17 18t.713.288T18 19v2h2.45l-1-4H4.55zm16.9 2H3.55q-.975 0-1.575-.775t-.35-1.725L3 15v-2q0-.825.588-1.412T5 11h4V4q0-1.25.875-2.125T12 1t2.125.875T15 4v7h4q.825 0 1.413.588T21 13v2l1.375 5.5q.325.95-.288 1.725T20.45 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.55 21H6v-2q0-.425.288-.712T7 18t.713.288T8 19v2h3v-2q0-.425.288-.712T12 18t.713.288T13 19v2h3v-2q0-.425.288-.712T17 18t.713.288T18 19v2h2.45l-1-4H4.55zm16.9 2H3.55q-.975 0-1.575-.775t-.35-1.725L3 15v-2q0-.825.588-1.412T5 11h4V4q0-1.25.875-2.125T12 1t2.125.875T15 4v7h4q.825 0 1.413.588T21 13v2l1.375 5.5q.325.95-.288 1.725T20.45 23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.55 21H6v-2q0-.425.288-.712T7 18t.713.288T8 19v2h3v-2q0-.425.288-.712T12 18t.713.288T13 19v2h3v-2q0-.425.288-.712T17 18t.713.288T18 19v2h2.45l-1-4H4.55zm16.9 2H3.55q-.975 0-1.575-.775t-.35-1.725L3 15v-2q0-.825.588-1.412T5 11h4V4q0-1.25.875-2.125T12 1t2.125.875T15 4v7h4q.825 0 1.413.588T21 13v2l1.375 5.5q.325.95-.288 1.725T20.45 23"/></svg>
</template>

CSS

.icon-mop {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.55%2021H6v-2q0-.425.288-.712T7%2018t.713.288T8%2019v2h3v-2q0-.425.288-.712T12%2018t.713.288T13%2019v2h3v-2q0-.425.288-.712T17%2018t.713.288T18%2019v2h2.45l-1-4H4.55zm16.9%202H3.55q-.975%200-1.575-.775t-.35-1.725L3%2015v-2q0-.825.588-1.412T5%2011h4V4q0-1.25.875-2.125T12%201t2.125.875T15%204v7h4q.825%200%201.413.588T21%2013v2l1.375%205.5q.325.95-.288%201.725T20.45%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.55%2021H6v-2q0-.425.288-.712T7%2018t.713.288T8%2019v2h3v-2q0-.425.288-.712T12%2018t.713.288T13%2019v2h3v-2q0-.425.288-.712T17%2018t.713.288T18%2019v2h2.45l-1-4H4.55zm16.9%202H3.55q-.975%200-1.575-.775t-.35-1.725L3%2015v-2q0-.825.588-1.412T5%2011h4V4q0-1.25.875-2.125T12%201t2.125.875T15%204v7h4q.825%200%201.413.588T21%2013v2l1.375%205.5q.325.95-.288%201.725T20.45%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mop.svg?color=%231a73e8&size=48