smoking off icon
smoking-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- smoking-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cigarette-off, no-smoking, smoke-free
Related icons in Material Design Icons
Use the smoking off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 6l7 7H2v3h10l7 7l1.25-1.25l-17-17zm18.5 7H22v3h-1.5zM18 13h1.5v3H18zm.85-8.12c.62-.61 1-1.45 1-2.38h-1.5c0 1-.85 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1 0-1.85-.98-1.85-2S13.5 3.5 14.5 3.5V2a3.35 3.35 0 0 0-3.35 3.35A3.35 3.35 0 0 0 14.5 8.7m2.5 7.23V13h-2.93z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSmokingOff(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="m2 6l7 7H2v3h10l7 7l1.25-1.25l-17-17zm18.5 7H22v3h-1.5zM18 13h1.5v3H18zm.85-8.12c.62-.61 1-1.45 1-2.38h-1.5c0 1-.85 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1 0-1.85-.98-1.85-2S13.5 3.5 14.5 3.5V2a3.35 3.35 0 0 0-3.35 3.35A3.35 3.35 0 0 0 14.5 8.7m2.5 7.23V13h-2.93z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 6l7 7H2v3h10l7 7l1.25-1.25l-17-17zm18.5 7H22v3h-1.5zM18 13h1.5v3H18zm.85-8.12c.62-.61 1-1.45 1-2.38h-1.5c0 1-.85 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1 0-1.85-.98-1.85-2S13.5 3.5 14.5 3.5V2a3.35 3.35 0 0 0-3.35 3.35A3.35 3.35 0 0 0 14.5 8.7m2.5 7.23V13h-2.93z"/></svg> </template>
CSS
.icon-smoking-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%22m2%206l7%207H2v3h10l7%207l1.25-1.25l-17-17zm18.5%207H22v3h-1.5zM18%2013h1.5v3H18zm.85-8.12c.62-.61%201-1.45%201-2.38h-1.5c0%201-.85%201.85-1.85%201.85v1.5c2.24%200%204%201.83%204%204.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5%208.7h1.53c1.05%200%201.97.74%201.97%202.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1%200-1.85-.98-1.85-2S13.5%203.5%2014.5%203.5V2a3.35%203.35%200%200%200-3.35%203.35A3.35%203.35%200%200%200%2014.5%208.7m2.5%207.23V13h-2.93z%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%22m2%206l7%207H2v3h10l7%207l1.25-1.25l-17-17zm18.5%207H22v3h-1.5zM18%2013h1.5v3H18zm.85-8.12c.62-.61%201-1.45%201-2.38h-1.5c0%201-.85%201.85-1.85%201.85v1.5c2.24%200%204%201.83%204%204.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04M14.5%208.7h1.53c1.05%200%201.97.74%201.97%202.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1%200-1.85-.98-1.85-2S13.5%203.5%2014.5%203.5V2a3.35%203.35%200%200%200-3.35%203.35A3.35%203.35%200%200%200%2014.5%208.7m2.5%207.23V13h-2.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/smoking-off.svg?color=%231a73e8&size=48