water-pump from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
water-pump
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
water-pump-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the water pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.98 9.789l-.657.98q-.521.8-.672 1.16q-.151.362-.151.783q0 .632.434 1.066q.433.434 1.066.434t1.066-.434t.434-1.066q0-.402-.16-.792q-.161-.39-.682-1.15zm-4.107 6.338q-1.7-1.7-1.7-4.127t1.7-4.127T12 6.173t4.127 1.7t1.7 4.127t-1.7 4.127t-4.127 1.7t-4.127-1.7M20.5 11.269V10.5h-1.979q-.333-1.5-1.255-2.665Q16.344 6.672 15.017 6H20.5v-.77h1v6.04zm-18 7.5v-6.038h1v.769h1.979q.332 1.5 1.255 2.665q.922 1.164 2.249 1.835H3.5v.77z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterPump(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="m11.98 9.789l-.657.98q-.521.8-.672 1.16q-.151.362-.151.783q0 .632.434 1.066q.433.434 1.066.434t1.066-.434t.434-1.066q0-.402-.16-.792q-.161-.39-.682-1.15zm-4.107 6.338q-1.7-1.7-1.7-4.127t1.7-4.127T12 6.173t4.127 1.7t1.7 4.127t-1.7 4.127t-4.127 1.7t-4.127-1.7M20.5 11.269V10.5h-1.979q-.333-1.5-1.255-2.665Q16.344 6.672 15.017 6H20.5v-.77h1v6.04zm-18 7.5v-6.038h1v.769h1.979q.332 1.5 1.255 2.665q.922 1.164 2.249 1.835H3.5v.77z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.98 9.789l-.657.98q-.521.8-.672 1.16q-.151.362-.151.783q0 .632.434 1.066q.433.434 1.066.434t1.066-.434t.434-1.066q0-.402-.16-.792q-.161-.39-.682-1.15zm-4.107 6.338q-1.7-1.7-1.7-4.127t1.7-4.127T12 6.173t4.127 1.7t1.7 4.127t-1.7 4.127t-4.127 1.7t-4.127-1.7M20.5 11.269V10.5h-1.979q-.333-1.5-1.255-2.665Q16.344 6.672 15.017 6H20.5v-.77h1v6.04zm-18 7.5v-6.038h1v.769h1.979q.332 1.5 1.255 2.665q.922 1.164 2.249 1.835H3.5v.77z"/></svg>
</template>

CSS

.icon-water-pump {
  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%22m11.98%209.789l-.657.98q-.521.8-.672%201.16q-.151.362-.151.783q0%20.632.434%201.066q.433.434%201.066.434t1.066-.434t.434-1.066q0-.402-.16-.792q-.161-.39-.682-1.15zm-4.107%206.338q-1.7-1.7-1.7-4.127t1.7-4.127T12%206.173t4.127%201.7t1.7%204.127t-1.7%204.127t-4.127%201.7t-4.127-1.7M20.5%2011.269V10.5h-1.979q-.333-1.5-1.255-2.665Q16.344%206.672%2015.017%206H20.5v-.77h1v6.04zm-18%207.5v-6.038h1v.769h1.979q.332%201.5%201.255%202.665q.922%201.164%202.249%201.835H3.5v.77z%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%22m11.98%209.789l-.657.98q-.521.8-.672%201.16q-.151.362-.151.783q0%20.632.434%201.066q.433.434%201.066.434t1.066-.434t.434-1.066q0-.402-.16-.792q-.161-.39-.682-1.15zm-4.107%206.338q-1.7-1.7-1.7-4.127t1.7-4.127T12%206.173t4.127%201.7t1.7%204.127t-1.7%204.127t-4.127%201.7t-4.127-1.7M20.5%2011.269V10.5h-1.979q-.333-1.5-1.255-2.665Q16.344%206.672%2015.017%206H20.5v-.77h1v6.04zm-18%207.5v-6.038h1v.769h1.979q.332%201.5%201.255%202.665q.922%201.164%202.249%201.835H3.5v.77z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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