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

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

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.066 13.778q.434-.434.434-1.066q0-.4-.16-.79q-.161-.391-.682-1.153l-.33-.49q-.13-.187-.337-.187t-.339.187l-.328.481q-.522.81-.673 1.17t-.151.79q0 .615.434 1.053q.433.439 1.066.439t1.066-.434m-5.193 2.347q-1.7-1.702-1.7-4.127t1.702-4.125t4.127-1.7t4.125 1.702t1.7 4.127t-1.702 4.125t-4.127 1.7t-4.125-1.702M20.5 10.769V10.5h-1.979q-.327-1.47-1.237-2.646Q16.375 6.677 15.017 6H20.5v-.27q0-.212.144-.355t.357-.144t.356.144t.143.356v5.038q0 .213-.144.356t-.357.144q-.207 0-.321-.16q-.114-.162-.178-.34m-18 7.5v-5.038q0-.213.144-.356t.357-.144t.356.144t.143.356v.269h1.979q.327 1.47 1.236 2.646q.91 1.177 2.268 1.854H3.5v.27q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterPumpRounded(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.066 13.778q.434-.434.434-1.066q0-.4-.16-.79q-.161-.391-.682-1.153l-.33-.49q-.13-.187-.337-.187t-.339.187l-.328.481q-.522.81-.673 1.17t-.151.79q0 .615.434 1.053q.433.439 1.066.439t1.066-.434m-5.193 2.347q-1.7-1.702-1.7-4.127t1.702-4.125t4.127-1.7t4.125 1.702t1.7 4.127t-1.702 4.125t-4.127 1.7t-4.125-1.702M20.5 10.769V10.5h-1.979q-.327-1.47-1.237-2.646Q16.375 6.677 15.017 6H20.5v-.27q0-.212.144-.355t.357-.144t.356.144t.143.356v5.038q0 .213-.144.356t-.357.144q-.207 0-.321-.16q-.114-.162-.178-.34m-18 7.5v-5.038q0-.213.144-.356t.357-.144t.356.144t.143.356v.269h1.979q.327 1.47 1.236 2.646q.91 1.177 2.268 1.854H3.5v.27q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357"/></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.066 13.778q.434-.434.434-1.066q0-.4-.16-.79q-.161-.391-.682-1.153l-.33-.49q-.13-.187-.337-.187t-.339.187l-.328.481q-.522.81-.673 1.17t-.151.79q0 .615.434 1.053q.433.439 1.066.439t1.066-.434m-5.193 2.347q-1.7-1.702-1.7-4.127t1.702-4.125t4.127-1.7t4.125 1.702t1.7 4.127t-1.702 4.125t-4.127 1.7t-4.125-1.702M20.5 10.769V10.5h-1.979q-.327-1.47-1.237-2.646Q16.375 6.677 15.017 6H20.5v-.27q0-.212.144-.355t.357-.144t.356.144t.143.356v5.038q0 .213-.144.356t-.357.144q-.207 0-.321-.16q-.114-.162-.178-.34m-18 7.5v-5.038q0-.213.144-.356t.357-.144t.356.144t.143.356v.269h1.979q.327 1.47 1.236 2.646q.91 1.177 2.268 1.854H3.5v.27q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357"/></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.066%2013.778q.434-.434.434-1.066q0-.4-.16-.79q-.161-.391-.682-1.153l-.33-.49q-.13-.187-.337-.187t-.339.187l-.328.481q-.522.81-.673%201.17t-.151.79q0%20.615.434%201.053q.433.439%201.066.439t1.066-.434m-5.193%202.347q-1.7-1.702-1.7-4.127t1.702-4.125t4.127-1.7t4.125%201.702t1.7%204.127t-1.702%204.125t-4.127%201.7t-4.125-1.702M20.5%2010.769V10.5h-1.979q-.327-1.47-1.237-2.646Q16.375%206.677%2015.017%206H20.5v-.27q0-.212.144-.355t.357-.144t.356.144t.143.356v5.038q0%20.213-.144.356t-.357.144q-.207%200-.321-.16q-.114-.162-.178-.34m-18%207.5v-5.038q0-.213.144-.356t.357-.144t.356.144t.143.356v.269h1.979q.327%201.47%201.236%202.646q.91%201.177%202.268%201.854H3.5v.27q0%20.212-.144.356t-.357.143t-.356-.143t-.143-.357%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.066%2013.778q.434-.434.434-1.066q0-.4-.16-.79q-.161-.391-.682-1.153l-.33-.49q-.13-.187-.337-.187t-.339.187l-.328.481q-.522.81-.673%201.17t-.151.79q0%20.615.434%201.053q.433.439%201.066.439t1.066-.434m-5.193%202.347q-1.7-1.702-1.7-4.127t1.702-4.125t4.127-1.7t4.125%201.702t1.7%204.127t-1.702%204.125t-4.127%201.7t-4.125-1.702M20.5%2010.769V10.5h-1.979q-.327-1.47-1.237-2.646Q16.375%206.677%2015.017%206H20.5v-.27q0-.212.144-.355t.357-.144t.356.144t.143.356v5.038q0%20.213-.144.356t-.357.144q-.207%200-.321-.16q-.114-.162-.178-.34m-18%207.5v-5.038q0-.213.144-.356t.357-.144t.356.144t.143.356v.269h1.979q.327%201.47%201.236%202.646q.91%201.177%202.268%201.854H3.5v.27q0%20.212-.144.356t-.357.143t-.356-.143t-.143-.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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