water pump icon
water-pump-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- water-pump-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- water-pump-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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="M3 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 9M1 20v-8h2v1h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9V4h2v8h-2v-1h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19H3v1zm2-3v-2zm18-8V7zm-10.412 5.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613L12 9l.85 1.25q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWaterPumpOutline(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 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 9M1 20v-8h2v1h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9V4h2v8h-2v-1h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19H3v1zm2-3v-2zm18-8V7zm-10.412 5.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613L12 9l.85 1.25q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587"/></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 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 9M1 20v-8h2v1h2.075q-.05-.25-.062-.488T5 12q0-2.925 2.038-4.962T12 5h9V4h2v8h-2v-1h-2.075q.05.25.063.488T19 12q0 2.925-2.037 4.963T12 19H3v1zm2-3v-2zm18-8V7zm-10.412 5.413Q10 13.825 10 13q0-.575.238-1.137t.912-1.613L12 9l.85 1.25q.675 1.05.913 1.613T14 13q0 .825-.587 1.413T12 15t-1.412-.587"/></svg> </template>
CSS
.icon-water-pump-outline {
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%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%209M1%2020v-8h2v1h2.075q-.05-.25-.062-.488T5%2012q0-2.925%202.038-4.962T12%205h9V4h2v8h-2v-1h-2.075q.05.25.063.488T19%2012q0%202.925-2.037%204.963T12%2019H3v1zm2-3v-2zm18-8V7zm-10.412%205.413Q10%2013.825%2010%2013q0-.575.238-1.137t.912-1.613L12%209l.85%201.25q.675%201.05.913%201.613T14%2013q0%20.825-.587%201.413T12%2015t-1.412-.587%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%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%209M1%2020v-8h2v1h2.075q-.05-.25-.062-.488T5%2012q0-2.925%202.038-4.962T12%205h9V4h2v8h-2v-1h-2.075q.05.25.063.488T19%2012q0%202.925-2.037%204.963T12%2019H3v1zm2-3v-2zm18-8V7zm-10.412%205.413Q10%2013.825%2010%2013q0-.575.238-1.137t.912-1.613L12%209l.85%201.25q.675%201.05.913%201.613T14%2013q0%20.825-.587%201.413T12%2015t-1.412-.587%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.svg?color=%231a73e8&size=48