smoking-pipe from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
smoking-pipe
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the smoking pipe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 13c-1.11 0-2 .89-2 2v3h-1c-1 0-2-.08-2.7-.77l-3.77-3.76C5.6 12.53 4.33 12 3 12H2v2h1c.8 0 1.56.32 2.12.88l3.77 3.77C11.72 21.5 13 22 16 22h2c2.21 0 4-1.79 4-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0 0 6.7H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16zm6 2.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865 1.865 0 0 0 16.32 2h1.47c.1 1-.21 2-.97 2.73h.03C18.78 5.66 20 7.62 20 9.76"/></svg>

React

import type { SVGProps } from "react";

export function MdiSmokingPipe(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="M16 13c-1.11 0-2 .89-2 2v3h-1c-1 0-2-.08-2.7-.77l-3.77-3.76C5.6 12.53 4.33 12 3 12H2v2h1c.8 0 1.56.32 2.12.88l3.77 3.77C11.72 21.5 13 22 16 22h2c2.21 0 4-1.79 4-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0 0 6.7H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16zm6 2.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865 1.865 0 0 0 16.32 2h1.47c.1 1-.21 2-.97 2.73h.03C18.78 5.66 20 7.62 20 9.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 13c-1.11 0-2 .89-2 2v3h-1c-1 0-2-.08-2.7-.77l-3.77-3.76C5.6 12.53 4.33 12 3 12H2v2h1c.8 0 1.56.32 2.12.88l3.77 3.77C11.72 21.5 13 22 16 22h2c2.21 0 4-1.79 4-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0 0 6.7H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16zm6 2.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865 1.865 0 0 0 16.32 2h1.47c.1 1-.21 2-.97 2.73h.03C18.78 5.66 20 7.62 20 9.76"/></svg>
</template>

CSS

.icon-smoking-pipe {
  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%22M16%2013c-1.11%200-2%20.89-2%202v3h-1c-1%200-2-.08-2.7-.77l-3.77-3.76C5.6%2012.53%204.33%2012%203%2012H2v2h1c.8%200%201.56.32%202.12.88l3.77%203.77C11.72%2021.5%2013%2022%2016%2022h2c2.21%200%204-1.79%204-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V2a3.35%203.35%200%200%200%200%206.7H14c1.07-.04%201.96.8%202%201.86V12h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16zm6%202.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865%201.865%200%200%200%2016.32%202h1.47c.1%201-.21%202-.97%202.73h.03C18.78%205.66%2020%207.62%2020%209.76%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%22M16%2013c-1.11%200-2%20.89-2%202v3h-1c-1%200-2-.08-2.7-.77l-3.77-3.76C5.6%2012.53%204.33%2012%203%2012H2v2h1c.8%200%201.56.32%202.12.88l3.77%203.77C11.72%2021.5%2013%2022%2016%2022h2c2.21%200%204-1.79%204-4v-3c0-1.11-.89-2-2-2zm-2-5.8h-1.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V2a3.35%203.35%200%200%200%200%206.7H14c1.07-.04%201.96.8%202%201.86V12h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16zm6%202.56V12h-1.5V9.7c0-2.2-1.79-4-4-4V4.2A1.865%201.865%200%200%200%2016.32%202h1.47c.1%201-.21%202-.97%202.73h.03C18.78%205.66%2020%207.62%2020%209.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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