faucet-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
faucet-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the faucet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14.462v-1h4.923v-1.366q0-.25-.173-.423t-.423-.173H5.5q-.213 0-.357-.143T5 11t.143-.357t.357-.143h1.827q.671 0 1.134.463t.462 1.133v1.366H11.5v-6.9q0-1.495 1.037-2.528Q13.573 3 15.067 3q.997 0 1.856.523t1.308 1.439l.9 1.819l-.897.458l-.919-1.839q-.332-.64-.938-1.02T15.062 4q-1.068 0-1.815.747T12.5 6.561v6.9h2.577v-1.365q0-.671.463-1.133t1.133-.463H18.5q.214 0 .357.143T19 11t-.143.357t-.357.143h-1.827q-.25 0-.423.173t-.173.423v1.365H21v1zM6.596 20q-.671 0-1.133-.462T5 18.404v-3.942h1v3.942q0 .25.173.423t.423.173h10.808q.25 0 .423-.173t.173-.423v-3.942h1V18.5q0 .633-.434 1.066q-.433.434-1.047.434z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFaucetOutline(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 14.462v-1h4.923v-1.366q0-.25-.173-.423t-.423-.173H5.5q-.213 0-.357-.143T5 11t.143-.357t.357-.143h1.827q.671 0 1.134.463t.462 1.133v1.366H11.5v-6.9q0-1.495 1.037-2.528Q13.573 3 15.067 3q.997 0 1.856.523t1.308 1.439l.9 1.819l-.897.458l-.919-1.839q-.332-.64-.938-1.02T15.062 4q-1.068 0-1.815.747T12.5 6.561v6.9h2.577v-1.365q0-.671.463-1.133t1.133-.463H18.5q.214 0 .357.143T19 11t-.143.357t-.357.143h-1.827q-.25 0-.423.173t-.173.423v1.365H21v1zM6.596 20q-.671 0-1.133-.462T5 18.404v-3.942h1v3.942q0 .25.173.423t.423.173h10.808q.25 0 .423-.173t.173-.423v-3.942h1V18.5q0 .633-.434 1.066q-.433.434-1.047.434z"/></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 14.462v-1h4.923v-1.366q0-.25-.173-.423t-.423-.173H5.5q-.213 0-.357-.143T5 11t.143-.357t.357-.143h1.827q.671 0 1.134.463t.462 1.133v1.366H11.5v-6.9q0-1.495 1.037-2.528Q13.573 3 15.067 3q.997 0 1.856.523t1.308 1.439l.9 1.819l-.897.458l-.919-1.839q-.332-.64-.938-1.02T15.062 4q-1.068 0-1.815.747T12.5 6.561v6.9h2.577v-1.365q0-.671.463-1.133t1.133-.463H18.5q.214 0 .357.143T19 11t-.143.357t-.357.143h-1.827q-.25 0-.423.173t-.173.423v1.365H21v1zM6.596 20q-.671 0-1.133-.462T5 18.404v-3.942h1v3.942q0 .25.173.423t.423.173h10.808q.25 0 .423-.173t.173-.423v-3.942h1V18.5q0 .633-.434 1.066q-.433.434-1.047.434z"/></svg>
</template>

CSS

.icon-faucet-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%2014.462v-1h4.923v-1.366q0-.25-.173-.423t-.423-.173H5.5q-.213%200-.357-.143T5%2011t.143-.357t.357-.143h1.827q.671%200%201.134.463t.462%201.133v1.366H11.5v-6.9q0-1.495%201.037-2.528Q13.573%203%2015.067%203q.997%200%201.856.523t1.308%201.439l.9%201.819l-.897.458l-.919-1.839q-.332-.64-.938-1.02T15.062%204q-1.068%200-1.815.747T12.5%206.561v6.9h2.577v-1.365q0-.671.463-1.133t1.133-.463H18.5q.214%200%20.357.143T19%2011t-.143.357t-.357.143h-1.827q-.25%200-.423.173t-.173.423v1.365H21v1zM6.596%2020q-.671%200-1.133-.462T5%2018.404v-3.942h1v3.942q0%20.25.173.423t.423.173h10.808q.25%200%20.423-.173t.173-.423v-3.942h1V18.5q0%20.633-.434%201.066q-.433.434-1.047.434z%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%2014.462v-1h4.923v-1.366q0-.25-.173-.423t-.423-.173H5.5q-.213%200-.357-.143T5%2011t.143-.357t.357-.143h1.827q.671%200%201.134.463t.462%201.133v1.366H11.5v-6.9q0-1.495%201.037-2.528Q13.573%203%2015.067%203q.997%200%201.856.523t1.308%201.439l.9%201.819l-.897.458l-.919-1.839q-.332-.64-.938-1.02T15.062%204q-1.068%200-1.815.747T12.5%206.561v6.9h2.577v-1.365q0-.671.463-1.133t1.133-.463H18.5q.214%200%20.357.143T19%2011t-.143.357t-.357.143h-1.827q-.25%200-.423.173t-.173.423v1.365H21v1zM6.596%2020q-.671%200-1.133-.462T5%2018.404v-3.942h1v3.942q0%20.25.173.423t.423.173h10.808q.25%200%20.423-.173t.173-.423v-3.942h1V18.5q0%20.633-.434%201.066q-.433.434-1.047.434z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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