water pump icon
water-pump from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- water-pump
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the water pump icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M12.5 5.5h-2c-.943 0-1.414 0-1.707.293S8.5 6.557 8.5 7.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293h2c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-2c0-.943 0-1.414-.293-1.707S13.443 5.5 12.5 5.5Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 11.5h-3v10h3zm-5.5 10h8"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M14.5 7h4a3 3 0 0 1 3 3v2.5h-3V10h-4z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 2.5H9.1c-1.262 0-1.893 0-2.39.323s-.753.9-1.266 2.052L2.5 11.5"/><path fill="currentColor" d="m20 15.5l.558-.5a.75.75 0 0 0-1.116 0zm.75 2.5a.75.75 0 0 1-.75.75v1.5A2.25 2.25 0 0 0 22.25 18zm-.75.75a.75.75 0 0 1-.75-.75h-1.5A2.25 2.25 0 0 0 20 20.25zm-.75-.75c0 .003 0-.031.027-.111q.037-.116.124-.286c.117-.227.281-.48.458-.726a12 12 0 0 1 .686-.862l.01-.012l.003-.002L20 15.5l-.558-.5h-.002l-.005.005l-.014.017a15 15 0 0 0-.233.273c-.148.178-.346.427-.547.706c-.198.275-.41.596-.573.915c-.152.294-.318.688-.318 1.083zm.75-2.5l-.558.5v.001l.002.002l.01.012a8 8 0 0 1 .203.238c.133.16.31.381.484.624c.177.246.34.499.458.726q.087.17.124.286c.026.08.027.114.027.111h1.5c0-.395-.166-.788-.317-1.083a7.5 7.5 0 0 0-.574-.916a13 13 0 0 0-.78-.978l-.015-.017L20.56 15z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 2.5v3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWaterPump(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M12.5 5.5h-2c-.943 0-1.414 0-1.707.293S8.5 6.557 8.5 7.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293h2c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-2c0-.943 0-1.414-.293-1.707S13.443 5.5 12.5 5.5Z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13 11.5h-3v10h3zm-5.5 10h8"/><path stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M14.5 7h4a3 3 0 0 1 3 3v2.5h-3V10h-4z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.5 2.5H9.1c-1.262 0-1.893 0-2.39.323s-.753.9-1.266 2.052L2.5 11.5"/><path fill="currentColor" d="m20 15.5l.558-.5a.75.75 0 0 0-1.116 0zm.75 2.5a.75.75 0 0 1-.75.75v1.5A2.25 2.25 0 0 0 22.25 18zm-.75.75a.75.75 0 0 1-.75-.75h-1.5A2.25 2.25 0 0 0 20 20.25zm-.75-.75c0 .003 0-.031.027-.111q.037-.116.124-.286c.117-.227.281-.48.458-.726a12 12 0 0 1 .686-.862l.01-.012l.003-.002L20 15.5l-.558-.5h-.002l-.005.005l-.014.017a15 15 0 0 0-.233.273c-.148.178-.346.427-.547.706c-.198.275-.41.596-.573.915c-.152.294-.318.688-.318 1.083zm.75-2.5l-.558.5v.001l.002.002l.01.012a8 8 0 0 1 .203.238c.133.16.31.381.484.624c.177.246.34.499.458.726q.087.17.124.286c.026.08.027.114.027.111h1.5c0-.395-.166-.788-.317-1.083a7.5 7.5 0 0 0-.574-.916a13 13 0 0 0-.78-.978l-.015-.017L20.56 15z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11.5 2.5v3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M12.5 5.5h-2c-.943 0-1.414 0-1.707.293S8.5 6.557 8.5 7.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293h2c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-2c0-.943 0-1.414-.293-1.707S13.443 5.5 12.5 5.5Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 11.5h-3v10h3zm-5.5 10h8"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M14.5 7h4a3 3 0 0 1 3 3v2.5h-3V10h-4z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 2.5H9.1c-1.262 0-1.893 0-2.39.323s-.753.9-1.266 2.052L2.5 11.5"/><path fill="currentColor" d="m20 15.5l.558-.5a.75.75 0 0 0-1.116 0zm.75 2.5a.75.75 0 0 1-.75.75v1.5A2.25 2.25 0 0 0 22.25 18zm-.75.75a.75.75 0 0 1-.75-.75h-1.5A2.25 2.25 0 0 0 20 20.25zm-.75-.75c0 .003 0-.031.027-.111q.037-.116.124-.286c.117-.227.281-.48.458-.726a12 12 0 0 1 .686-.862l.01-.012l.003-.002L20 15.5l-.558-.5h-.002l-.005.005l-.014.017a15 15 0 0 0-.233.273c-.148.178-.346.427-.547.706c-.198.275-.41.596-.573.915c-.152.294-.318.688-.318 1.083zm.75-2.5l-.558.5v.001l.002.002l.01.012a8 8 0 0 1 .203.238c.133.16.31.381.484.624c.177.246.34.499.458.726q.087.17.124.286c.026.08.027.114.027.111h1.5c0-.395-.166-.788-.317-1.083a7.5 7.5 0 0 0-.574-.916a13 13 0 0 0-.78-.978l-.015-.017L20.56 15z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 2.5v3"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.5%205.5h-2c-.943%200-1.414%200-1.707.293S8.5%206.557%208.5%207.5v2c0%20.943%200%201.414.293%201.707s.764.293%201.707.293h2c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707v-2c0-.943%200-1.414-.293-1.707S13.443%205.5%2012.5%205.5Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%2011.5h-3v10h3zm-5.5%2010h8%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%207h4a3%203%200%200%201%203%203v2.5h-3V10h-4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%202.5H9.1c-1.262%200-1.893%200-2.39.323s-.753.9-1.266%202.052L2.5%2011.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2015.5l.558-.5a.75.75%200%200%200-1.116%200zm.75%202.5a.75.75%200%200%201-.75.75v1.5A2.25%202.25%200%200%200%2022.25%2018zm-.75.75a.75.75%200%200%201-.75-.75h-1.5A2.25%202.25%200%200%200%2020%2020.25zm-.75-.75c0%20.003%200-.031.027-.111q.037-.116.124-.286c.117-.227.281-.48.458-.726a12%2012%200%200%201%20.686-.862l.01-.012l.003-.002L20%2015.5l-.558-.5h-.002l-.005.005l-.014.017a15%2015%200%200%200-.233.273c-.148.178-.346.427-.547.706c-.198.275-.41.596-.573.915c-.152.294-.318.688-.318%201.083zm.75-2.5l-.558.5v.001l.002.002l.01.012a8%208%200%200%201%20.203.238c.133.16.31.381.484.624c.177.246.34.499.458.726q.087.17.124.286c.026.08.027.114.027.111h1.5c0-.395-.166-.788-.317-1.083a7.5%207.5%200%200%200-.574-.916a13%2013%200%200%200-.78-.978l-.015-.017L20.56%2015z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%202.5v3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.5%205.5h-2c-.943%200-1.414%200-1.707.293S8.5%206.557%208.5%207.5v2c0%20.943%200%201.414.293%201.707s.764.293%201.707.293h2c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707v-2c0-.943%200-1.414-.293-1.707S13.443%205.5%2012.5%205.5Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%2011.5h-3v10h3zm-5.5%2010h8%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%207h4a3%203%200%200%201%203%203v2.5h-3V10h-4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.5%202.5H9.1c-1.262%200-1.893%200-2.39.323s-.753.9-1.266%202.052L2.5%2011.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2015.5l.558-.5a.75.75%200%200%200-1.116%200zm.75%202.5a.75.75%200%200%201-.75.75v1.5A2.25%202.25%200%200%200%2022.25%2018zm-.75.75a.75.75%200%200%201-.75-.75h-1.5A2.25%202.25%200%200%200%2020%2020.25zm-.75-.75c0%20.003%200-.031.027-.111q.037-.116.124-.286c.117-.227.281-.48.458-.726a12%2012%200%200%201%20.686-.862l.01-.012l.003-.002L20%2015.5l-.558-.5h-.002l-.005.005l-.014.017a15%2015%200%200%200-.233.273c-.148.178-.346.427-.547.706c-.198.275-.41.596-.573.915c-.152.294-.318.688-.318%201.083zm.75-2.5l-.558.5v.001l.002.002l.01.012a8%208%200%200%201%20.203.238c.133.16.31.381.484.624c.177.246.34.499.458.726q.087.17.124.286c.026.08.027.114.027.111h1.5c0-.395-.166-.788-.317-1.083a7.5%207.5%200%200%200-.574-.916a13%2013%200%200%200-.78-.978l-.015-.017L20.56%2015z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%202.5v3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/water-pump.svg?color=%231a73e8&size=48