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

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

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="m12 9l-.85 1.25q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587T14 13q0-.575-.238-1.137t-.912-1.613zm-4.425 7.425Q5.75 14.6 5.75 12t1.825-4.425T12 5.75t4.425 1.825T18.25 12t-1.825 4.425T12 18.25t-4.425-1.825M21 12v-1h-1.325q-.275-2-1.437-3.588T15.325 5H21V4h2v8zM1 20v-8h2v1h1.325q.275 2 1.438 3.588T8.675 19H3v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWaterPump(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="m12 9l-.85 1.25q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587T14 13q0-.575-.238-1.137t-.912-1.613zm-4.425 7.425Q5.75 14.6 5.75 12t1.825-4.425T12 5.75t4.425 1.825T18.25 12t-1.825 4.425T12 18.25t-4.425-1.825M21 12v-1h-1.325q-.275-2-1.437-3.588T15.325 5H21V4h2v8zM1 20v-8h2v1h1.325q.275 2 1.438 3.588T8.675 19H3v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 9l-.85 1.25q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587T14 13q0-.575-.238-1.137t-.912-1.613zm-4.425 7.425Q5.75 14.6 5.75 12t1.825-4.425T12 5.75t4.425 1.825T18.25 12t-1.825 4.425T12 18.25t-4.425-1.825M21 12v-1h-1.325q-.275-2-1.437-3.588T15.325 5H21V4h2v8zM1 20v-8h2v1h1.325q.275 2 1.438 3.588T8.675 19H3v1z"/></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%22m12%209l-.85%201.25q-.675%201.05-.913%201.613T10%2013q0%20.825.588%201.413T12%2015t1.413-.587T14%2013q0-.575-.238-1.137t-.912-1.613zm-4.425%207.425Q5.75%2014.6%205.75%2012t1.825-4.425T12%205.75t4.425%201.825T18.25%2012t-1.825%204.425T12%2018.25t-4.425-1.825M21%2012v-1h-1.325q-.275-2-1.437-3.588T15.325%205H21V4h2v8zM1%2020v-8h2v1h1.325q.275%202%201.438%203.588T8.675%2019H3v1z%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%22m12%209l-.85%201.25q-.675%201.05-.913%201.613T10%2013q0%20.825.588%201.413T12%2015t1.413-.587T14%2013q0-.575-.238-1.137t-.912-1.613zm-4.425%207.425Q5.75%2014.6%205.75%2012t1.825-4.425T12%205.75t4.425%201.825T18.25%2012t-1.825%204.425T12%2018.25t-4.425-1.825M21%2012v-1h-1.325q-.275-2-1.437-3.588T15.325%205H21V4h2v8zM1%2020v-8h2v1h1.325q.275%202%201.438%203.588T8.675%2019H3v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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