plumbing icon
plumbing from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- plumbing
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- plumbing-outline, plumbing-outline-rounded, plumbing-outline-sharp, plumbing-rounded, plumbing-sharp
The same icon in other sets
More maps icons from Material Symbols Light
Use the plumbing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.621 9.214l-2.89-2.891l-2.125 2.12l-1.414-1.408l2.499-2.504q.223-.223.492-.322q.269-.1.548-.1q.285 0 .56.1q.276.099.494.322l1.548 1.548q.373.367.547.824t.174.955q0 .344-.107.692q-.106.348-.326.664M7.25 13.39q-.315-.316-.315-.717t.315-.716l2.104-2.11l1.413 1.414L8.64 13.39q-.31.315-.692.315t-.697-.315m-1.883 6.867q-.217-.223-.319-.509q-.102-.285-.102-.59q0-.303.1-.58t.321-.498l6.825-6.82l-3.52-3.526q-.316-.31-.307-.692t.326-.697q.309-.315.703-.305q.394.009.71.325l3.502 3.501l1.425-1.425l2.28 2.292q.166.166.166.345t-.165.344q-.166.146-.373.127t-.489-.261l-8.95 8.95q-.223.223-.49.331q-.266.109-.564.109t-.577-.102t-.502-.32"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlumbing(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="m18.621 9.214l-2.89-2.891l-2.125 2.12l-1.414-1.408l2.499-2.504q.223-.223.492-.322q.269-.1.548-.1q.285 0 .56.1q.276.099.494.322l1.548 1.548q.373.367.547.824t.174.955q0 .344-.107.692q-.106.348-.326.664M7.25 13.39q-.315-.316-.315-.717t.315-.716l2.104-2.11l1.413 1.414L8.64 13.39q-.31.315-.692.315t-.697-.315m-1.883 6.867q-.217-.223-.319-.509q-.102-.285-.102-.59q0-.303.1-.58t.321-.498l6.825-6.82l-3.52-3.526q-.316-.31-.307-.692t.326-.697q.309-.315.703-.305q.394.009.71.325l3.502 3.501l1.425-1.425l2.28 2.292q.166.166.166.345t-.165.344q-.166.146-.373.127t-.489-.261l-8.95 8.95q-.223.223-.49.331q-.266.109-.564.109t-.577-.102t-.502-.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.621 9.214l-2.89-2.891l-2.125 2.12l-1.414-1.408l2.499-2.504q.223-.223.492-.322q.269-.1.548-.1q.285 0 .56.1q.276.099.494.322l1.548 1.548q.373.367.547.824t.174.955q0 .344-.107.692q-.106.348-.326.664M7.25 13.39q-.315-.316-.315-.717t.315-.716l2.104-2.11l1.413 1.414L8.64 13.39q-.31.315-.692.315t-.697-.315m-1.883 6.867q-.217-.223-.319-.509q-.102-.285-.102-.59q0-.303.1-.58t.321-.498l6.825-6.82l-3.52-3.526q-.316-.31-.307-.692t.326-.697q.309-.315.703-.305q.394.009.71.325l3.502 3.501l1.425-1.425l2.28 2.292q.166.166.166.345t-.165.344q-.166.146-.373.127t-.489-.261l-8.95 8.95q-.223.223-.49.331q-.266.109-.564.109t-.577-.102t-.502-.32"/></svg> </template>
CSS
.icon-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%22m18.621%209.214l-2.89-2.891l-2.125%202.12l-1.414-1.408l2.499-2.504q.223-.223.492-.322q.269-.1.548-.1q.285%200%20.56.1q.276.099.494.322l1.548%201.548q.373.367.547.824t.174.955q0%20.344-.107.692q-.106.348-.326.664M7.25%2013.39q-.315-.316-.315-.717t.315-.716l2.104-2.11l1.413%201.414L8.64%2013.39q-.31.315-.692.315t-.697-.315m-1.883%206.867q-.217-.223-.319-.509q-.102-.285-.102-.59q0-.303.1-.58t.321-.498l6.825-6.82l-3.52-3.526q-.316-.31-.307-.692t.326-.697q.309-.315.703-.305q.394.009.71.325l3.502%203.501l1.425-1.425l2.28%202.292q.166.166.166.345t-.165.344q-.166.146-.373.127t-.489-.261l-8.95%208.95q-.223.223-.49.331q-.266.109-.564.109t-.577-.102t-.502-.32%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%22m18.621%209.214l-2.89-2.891l-2.125%202.12l-1.414-1.408l2.499-2.504q.223-.223.492-.322q.269-.1.548-.1q.285%200%20.56.1q.276.099.494.322l1.548%201.548q.373.367.547.824t.174.955q0%20.344-.107.692q-.106.348-.326.664M7.25%2013.39q-.315-.316-.315-.717t.315-.716l2.104-2.11l1.413%201.414L8.64%2013.39q-.31.315-.692.315t-.697-.315m-1.883%206.867q-.217-.223-.319-.509q-.102-.285-.102-.59q0-.303.1-.58t.321-.498l6.825-6.82l-3.52-3.526q-.316-.31-.307-.692t.326-.697q.309-.315.703-.305q.394.009.71.325l3.502%203.501l1.425-1.425l2.28%202.292q.166.166.166.345t-.165.344q-.166.146-.373.127t-.489-.261l-8.95%208.95q-.223.223-.49.331q-.266.109-.564.109t-.577-.102t-.502-.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/plumbing.svg?color=%231a73e8&size=48