water-pump-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
water-pump-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

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="M10.588 14.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613l.425-.625q.15-.225.425-.225t.425.225l.425.625q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587M3 17h4.1q-.425-.425-.787-.925T5.675 15H3zm12.538-1.463Q17 14.076 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463M18.325 9H21V7h-4.1q.425.425.788.925T18.325 9M3 19q0 .425-.288.713T2 20t-.712-.288T1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9q0-.425.288-.712T22 4t.713.288T23 5v6q0 .425-.288.713T22 12t-.712-.288T21 11h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19zm0-2v-2zm18-8V7zm-9 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWaterPumpOutlineRounded(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="M10.588 14.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613l.425-.625q.15-.225.425-.225t.425.225l.425.625q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587M3 17h4.1q-.425-.425-.787-.925T5.675 15H3zm12.538-1.463Q17 14.076 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463M18.325 9H21V7h-4.1q.425.425.788.925T18.325 9M3 19q0 .425-.288.713T2 20t-.712-.288T1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9q0-.425.288-.712T22 4t.713.288T23 5v6q0 .425-.288.713T22 12t-.712-.288T21 11h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19zm0-2v-2zm18-8V7zm-9 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 14.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613l.425-.625q.15-.225.425-.225t.425.225l.425.625q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587M3 17h4.1q-.425-.425-.787-.925T5.675 15H3zm12.538-1.463Q17 14.076 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463M18.325 9H21V7h-4.1q.425.425.788.925T18.325 9M3 19q0 .425-.288.713T2 20t-.712-.288T1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9q0-.425.288-.712T22 4t.713.288T23 5v6q0 .425-.288.713T22 12t-.712-.288T21 11h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19zm0-2v-2zm18-8V7zm-9 3"/></svg>
</template>

CSS

.icon-water-pump-outline-rounded {
  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%22M10.588%2014.413Q10%2013.825%2010%2013q0-.575.238-1.137t.912-1.613l.425-.625q.15-.225.425-.225t.425.225l.425.625q.675%201.05.913%201.613T14%2013q0%20.825-.587%201.413T12%2015t-1.412-.587M3%2017h4.1q-.425-.425-.787-.925T5.675%2015H3zm12.538-1.463Q17%2014.076%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463M18.325%209H21V7h-4.1q.425.425.788.925T18.325%209M3%2019q0%20.425-.288.713T2%2020t-.712-.288T1%2019v-6q0-.425.288-.712T2%2012t.713.288T3%2013h2.075q-.05-.25-.062-.488T5%2012q0-2.925%202.038-4.962T12%205h9q0-.425.288-.712T22%204t.713.288T23%205v6q0%20.425-.288.713T22%2012t-.712-.288T21%2011h-2.075q.05.25.063.488T19%2012q0%202.925-2.037%204.963T12%2019zm0-2v-2zm18-8V7zm-9%203%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%22M10.588%2014.413Q10%2013.825%2010%2013q0-.575.238-1.137t.912-1.613l.425-.625q.15-.225.425-.225t.425.225l.425.625q.675%201.05.913%201.613T14%2013q0%20.825-.587%201.413T12%2015t-1.412-.587M3%2017h4.1q-.425-.425-.787-.925T5.675%2015H3zm12.538-1.463Q17%2014.076%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463M18.325%209H21V7h-4.1q.425.425.788.925T18.325%209M3%2019q0%20.425-.288.713T2%2020t-.712-.288T1%2019v-6q0-.425.288-.712T2%2012t.713.288T3%2013h2.075q-.05-.25-.062-.488T5%2012q0-2.925%202.038-4.962T12%205h9q0-.425.288-.712T22%204t.713.288T23%205v6q0%20.425-.288.713T22%2012t-.712-.288T21%2011h-2.075q.05.25.063.488T19%2012q0%202.925-2.037%204.963T12%2019zm0-2v-2zm18-8V7zm-9%203%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-outline-rounded.svg?color=%231a73e8&size=48