baseline plumbing icon

baseline-plumbing from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
baseline-plumbing
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the baseline plumbing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.28 4.93l-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12l2.12-2.12l3.54 3.54a3.01 3.01 0 0 0 0-4.25M5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47l-2.12-2.13l-2.47 2.47c-.59.59-.59 1.54 0 2.13"/><path fill="currentColor" d="m15.04 7.76l-.71.71l-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01a1.49 1.49 0 0 0 0 2.12l3.18 3.18l-.71.71l-6.36 6.36c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0L16.45 12a.996.996 0 1 0 1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselinePlumbing(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="m19.28 4.93l-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12l2.12-2.12l3.54 3.54a3.01 3.01 0 0 0 0-4.25M5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47l-2.12-2.13l-2.47 2.47c-.59.59-.59 1.54 0 2.13"/><path fill="currentColor" d="m15.04 7.76l-.71.71l-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01a1.49 1.49 0 0 0 0 2.12l3.18 3.18l-.71.71l-6.36 6.36c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0L16.45 12a.996.996 0 1 0 1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.28 4.93l-2.12-2.12c-.78-.78-2.05-.78-2.83 0L11.5 5.64l2.12 2.12l2.12-2.12l3.54 3.54a3.01 3.01 0 0 0 0-4.25M5.49 13.77c.59.59 1.54.59 2.12 0l2.47-2.47l-2.12-2.13l-2.47 2.47c-.59.59-.59 1.54 0 2.13"/><path fill="currentColor" d="m15.04 7.76l-.71.71l-.71.71L10.44 6c-.59-.6-1.54-.6-2.12-.01a1.49 1.49 0 0 0 0 2.12l3.18 3.18l-.71.71l-6.36 6.36c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0L16.45 12a.996.996 0 1 0 1.41-1.41z"/></svg>
</template>

CSS

.icon-baseline-plumbing {
  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%22m19.28%204.93l-2.12-2.12c-.78-.78-2.05-.78-2.83%200L11.5%205.64l2.12%202.12l2.12-2.12l3.54%203.54a3.01%203.01%200%200%200%200-4.25M5.49%2013.77c.59.59%201.54.59%202.12%200l2.47-2.47l-2.12-2.13l-2.47%202.47c-.59.59-.59%201.54%200%202.13%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.04%207.76l-.71.71l-.71.71L10.44%206c-.59-.6-1.54-.6-2.12-.01a1.49%201.49%200%200%200%200%202.12l3.18%203.18l-.71.71l-6.36%206.36c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200L16.45%2012a.996.996%200%201%200%201.41-1.41z%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%22m19.28%204.93l-2.12-2.12c-.78-.78-2.05-.78-2.83%200L11.5%205.64l2.12%202.12l2.12-2.12l3.54%203.54a3.01%203.01%200%200%200%200-4.25M5.49%2013.77c.59.59%201.54.59%202.12%200l2.47-2.47l-2.12-2.13l-2.47%202.47c-.59.59-.59%201.54%200%202.13%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.04%207.76l-.71.71l-.71.71L10.44%206c-.59-.6-1.54-.6-2.12-.01a1.49%201.49%200%200%200%200%202.12l3.18%203.18l-.71.71l-6.36%206.36c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200L16.45%2012a.996.996%200%201%200%201.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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