water pump icon
water-pump-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- water-pump-rounded
- Set
- Material Symbols
- Style
- 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
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="M13.413 14.413Q14 13.825 14 13q0-.575-.238-1.137t-.912-1.613l-.425-.625Q12.275 9.4 12 9.4t-.425.225l-.425.625q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587m-5.838 2.012Q5.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 11h-1.325q-.25-1.95-1.4-3.55T15.325 5H21q0-.425.288-.713T22 4t.713.288T23 5v6q0 .425-.288.713T22 12q-.4 0-.562-.363T21 11M1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h1.325q.25 1.95 1.4 3.55T8.675 19H3q0 .425-.288.713T2 20t-.712-.288T1 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWaterPumpRounded(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="M13.413 14.413Q14 13.825 14 13q0-.575-.238-1.137t-.912-1.613l-.425-.625Q12.275 9.4 12 9.4t-.425.225l-.425.625q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587m-5.838 2.012Q5.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 11h-1.325q-.25-1.95-1.4-3.55T15.325 5H21q0-.425.288-.713T22 4t.713.288T23 5v6q0 .425-.288.713T22 12q-.4 0-.562-.363T21 11M1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h1.325q.25 1.95 1.4 3.55T8.675 19H3q0 .425-.288.713T2 20t-.712-.288T1 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.413 14.413Q14 13.825 14 13q0-.575-.238-1.137t-.912-1.613l-.425-.625Q12.275 9.4 12 9.4t-.425.225l-.425.625q-.675 1.05-.913 1.613T10 13q0 .825.588 1.413T12 15t1.413-.587m-5.838 2.012Q5.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 11h-1.325q-.25-1.95-1.4-3.55T15.325 5H21q0-.425.288-.713T22 4t.713.288T23 5v6q0 .425-.288.713T22 12q-.4 0-.562-.363T21 11M1 19v-6q0-.425.288-.712T2 12t.713.288T3 13h1.325q.25 1.95 1.4 3.55T8.675 19H3q0 .425-.288.713T2 20t-.712-.288T1 19"/></svg> </template>
CSS
.icon-water-pump-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%22M13.413%2014.413Q14%2013.825%2014%2013q0-.575-.238-1.137t-.912-1.613l-.425-.625Q12.275%209.4%2012%209.4t-.425.225l-.425.625q-.675%201.05-.913%201.613T10%2013q0%20.825.588%201.413T12%2015t1.413-.587m-5.838%202.012Q5.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%2011h-1.325q-.25-1.95-1.4-3.55T15.325%205H21q0-.425.288-.713T22%204t.713.288T23%205v6q0%20.425-.288.713T22%2012q-.4%200-.562-.363T21%2011M1%2019v-6q0-.425.288-.712T2%2012t.713.288T3%2013h1.325q.25%201.95%201.4%203.55T8.675%2019H3q0%20.425-.288.713T2%2020t-.712-.288T1%2019%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%22M13.413%2014.413Q14%2013.825%2014%2013q0-.575-.238-1.137t-.912-1.613l-.425-.625Q12.275%209.4%2012%209.4t-.425.225l-.425.625q-.675%201.05-.913%201.613T10%2013q0%20.825.588%201.413T12%2015t1.413-.587m-5.838%202.012Q5.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%2011h-1.325q-.25-1.95-1.4-3.55T15.325%205H21q0-.425.288-.713T22%204t.713.288T23%205v6q0%20.425-.288.713T22%2012q-.4%200-.562-.363T21%2011M1%2019v-6q0-.425.288-.712T2%2012t.713.288T3%2013h1.325q.25%201.95%201.4%203.55T8.675%2019H3q0%20.425-.288.713T2%2020t-.712-.288T1%2019%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-rounded.svg?color=%231a73e8&size=48