water-pump from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
water-pump
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
tap

The same icon in other sets

More agriculture icons from Material Design Icons

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="M19 14.5s2 2.17 2 3.5a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.33 2-3.5 2-3.5M5 18V9a2 2 0 0 1-2-2a2 2 0 0 1 2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h8a2 2 0 0 1 2 2v4a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1a1 1 0 0 1 1-1V9h-6v9h1a2 2 0 0 1 2 2v2H2v-2a2 2 0 0 1 2-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWaterPump(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="M19 14.5s2 2.17 2 3.5a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.33 2-3.5 2-3.5M5 18V9a2 2 0 0 1-2-2a2 2 0 0 1 2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h8a2 2 0 0 1 2 2v4a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1a1 1 0 0 1 1-1V9h-6v9h1a2 2 0 0 1 2 2v2H2v-2a2 2 0 0 1 2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14.5s2 2.17 2 3.5a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.33 2-3.5 2-3.5M5 18V9a2 2 0 0 1-2-2a2 2 0 0 1 2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1h8a2 2 0 0 1 2 2v4a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1a1 1 0 0 1 1-1V9h-6v9h1a2 2 0 0 1 2 2v2H2v-2a2 2 0 0 1 2-2z"/></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%22M19%2014.5s2%202.17%202%203.5a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-1.33%202-3.5%202-3.5M5%2018V9a2%202%200%200%201-2-2a2%202%200%200%201%202-2V4a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v1h8a2%202%200%200%201%202%202v4a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1a1%201%200%200%201%201-1V9h-6v9h1a2%202%200%200%201%202%202v2H2v-2a2%202%200%200%201%202-2z%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%22M19%2014.5s2%202.17%202%203.5a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-1.33%202-3.5%202-3.5M5%2018V9a2%202%200%200%201-2-2a2%202%200%200%201%202-2V4a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v1h8a2%202%200%200%201%202%202v4a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1a1%201%200%200%201%201-1V9h-6v9h1a2%202%200%200%201%202%202v2H2v-2a2%202%200%200%201%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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