smoking pipe off icon
smoking-pipe-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- smoking-pipe-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the smoking pipe off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.84 22.73l-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3 0-4.28-.5-7.11-3.35l-3.77-3.77C4.56 14.32 3.8 14 3 14H2v-2h1c1.33 0 2.6.53 3.53 1.47l3.77 3.76c.7.69 1.7.77 2.7.77h1v-2.11L1.11 3l1.28-1.27l19.72 19.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5 9.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58 4 17.9 3 17.8 2h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H12.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0-3.35 3.35c0 .23.02.45.07.65z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSmokingPipeOff(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="m20.84 22.73l-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3 0-4.28-.5-7.11-3.35l-3.77-3.77C4.56 14.32 3.8 14 3 14H2v-2h1c1.33 0 2.6.53 3.53 1.47l3.77 3.76c.7.69 1.7.77 2.7.77h1v-2.11L1.11 3l1.28-1.27l19.72 19.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5 9.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58 4 17.9 3 17.8 2h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H12.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0-3.35 3.35c0 .23.02.45.07.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.84 22.73l-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3 0-4.28-.5-7.11-3.35l-3.77-3.77C4.56 14.32 3.8 14 3 14H2v-2h1c1.33 0 2.6.53 3.53 1.47l3.77 3.76c.7.69 1.7.77 2.7.77h1v-2.11L1.11 3l1.28-1.27l19.72 19.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5 9.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58 4 17.9 3 17.8 2h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04 1.96.8 2 1.86V12h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H12.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V2a3.35 3.35 0 0 0-3.35 3.35c0 .23.02.45.07.65z"/></svg> </template>
CSS
.icon-smoking-pipe-off {
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%22m20.84%2022.73l-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3%200-4.28-.5-7.11-3.35l-3.77-3.77C4.56%2014.32%203.8%2014%203%2014H2v-2h1c1.33%200%202.6.53%203.53%201.47l3.77%203.76c.7.69%201.7.77%202.7.77h1v-2.11L1.11%203l1.28-1.27l19.72%2019.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5%209.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58%204%2017.9%203%2017.8%202h-1.48a1.865%201.865%200%200%201-1.82%202.2v1.5c2.21%200%204%201.8%204%204m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04%201.96.8%202%201.86V12h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16H12.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V2a3.35%203.35%200%200%200-3.35%203.35c0%20.23.02.45.07.65z%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%22m20.84%2022.73l-1.13-1.13c-.52.25-1.09.4-1.71.4h-2c-3%200-4.28-.5-7.11-3.35l-3.77-3.77C4.56%2014.32%203.8%2014%203%2014H2v-2h1c1.33%200%202.6.53%203.53%201.47l3.77%203.76c.7.69%201.7.77%202.7.77h1v-2.11L1.11%203l1.28-1.27l19.72%2019.73zm1.09-4c.04-.23.07-.48.07-.73v-3c0-1.11-.89-2-2-2h-3.8zM18.5%209.7V12H20V9.76c0-2.14-1.22-4.1-3.15-5.03h-.03C17.58%204%2017.9%203%2017.8%202h-1.48a1.865%201.865%200%200%201-1.82%202.2v1.5c2.21%200%204%201.8%204%204m-6.67-1.07c.22.05.44.07.67.07H14c1.07-.04%201.96.8%202%201.86V12h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16H12.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V2a3.35%203.35%200%200%200-3.35%203.35c0%20.23.02.45.07.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/smoking-pipe-off.svg?color=%231a73e8&size=48