faucet from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
faucet
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the faucet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10.22 4.9L5.4 6H5a2 2 0 0 1 0-4h.4l4.86 1"/><circle cx="12" cy="4" r="2"/><path d="m13.78 4.9l4.8 1h.4a2 2 0 0 0 0-4h-.4l-4.92 1M12 6v3m6 1h4v6h-4zm4-1v8"/><path d="M18 11h-2.6a3.87 3.87 0 0 0-6.8 0H7c-2.8 0-5 2.2-5 5v1h4v-1c0-.6.4-1 1-1h1.6a3.87 3.87 0 0 0 6.8 0H18"/><path d="M3.5 17S2 19 2 20a2 2 0 0 0 4 0c0-1-1.5-3-1.5-3"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabFaucet(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M10.22 4.9L5.4 6H5a2 2 0 0 1 0-4h.4l4.86 1"/><circle cx="12" cy="4" r="2"/><path d="m13.78 4.9l4.8 1h.4a2 2 0 0 0 0-4h-.4l-4.92 1M12 6v3m6 1h4v6h-4zm4-1v8"/><path d="M18 11h-2.6a3.87 3.87 0 0 0-6.8 0H7c-2.8 0-5 2.2-5 5v1h4v-1c0-.6.4-1 1-1h1.6a3.87 3.87 0 0 0 6.8 0H18"/><path d="M3.5 17S2 19 2 20a2 2 0 0 0 4 0c0-1-1.5-3-1.5-3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10.22 4.9L5.4 6H5a2 2 0 0 1 0-4h.4l4.86 1"/><circle cx="12" cy="4" r="2"/><path d="m13.78 4.9l4.8 1h.4a2 2 0 0 0 0-4h-.4l-4.92 1M12 6v3m6 1h4v6h-4zm4-1v8"/><path d="M18 11h-2.6a3.87 3.87 0 0 0-6.8 0H7c-2.8 0-5 2.2-5 5v1h4v-1c0-.6.4-1 1-1h1.6a3.87 3.87 0 0 0 6.8 0H18"/><path d="M3.5 17S2 19 2 20a2 2 0 0 0 4 0c0-1-1.5-3-1.5-3"/></g></svg>
</template>

CSS

.icon-faucet {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.22%204.9L5.4%206H5a2%202%200%200%201%200-4h.4l4.86%201%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m13.78%204.9l4.8%201h.4a2%202%200%200%200%200-4h-.4l-4.92%201M12%206v3m6%201h4v6h-4zm4-1v8%22%2F%3E%3Cpath%20d%3D%22M18%2011h-2.6a3.87%203.87%200%200%200-6.8%200H7c-2.8%200-5%202.2-5%205v1h4v-1c0-.6.4-1%201-1h1.6a3.87%203.87%200%200%200%206.8%200H18%22%2F%3E%3Cpath%20d%3D%22M3.5%2017S2%2019%202%2020a2%202%200%200%200%204%200c0-1-1.5-3-1.5-3%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.22%204.9L5.4%206H5a2%202%200%200%201%200-4h.4l4.86%201%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m13.78%204.9l4.8%201h.4a2%202%200%200%200%200-4h-.4l-4.92%201M12%206v3m6%201h4v6h-4zm4-1v8%22%2F%3E%3Cpath%20d%3D%22M18%2011h-2.6a3.87%203.87%200%200%200-6.8%200H7c-2.8%200-5%202.2-5%205v1h4v-1c0-.6.4-1%201-1h1.6a3.87%203.87%200%200%200%206.8%200H18%22%2F%3E%3Cpath%20d%3D%22M3.5%2017S2%2019%202%2020a2%202%200%200%200%204%200c0-1-1.5-3-1.5-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/faucet.svg?color=%231a73e8&size=48