smoke icon
smoke from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- smoke
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Related icons in Material Design Icons
Use the smoke icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 19v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8 0-5-2.2-5-5c0-1.2.4-2.2 1.1-3.1C3.8 8.5 2 6.4 2 4c0-.7.2-1.4.4-2h2.4c-.5.5-.8 1.2-.8 2c0 1.7 1.3 3 3 3h3v2c-1.7 0-3 1.3-3 3s1.3 3 3 3h3c2.2 0 4 1.8 4 4m.9-10.1C20.2 8.5 22 6.4 22 4c0-.7-.2-1.4-.4-2h-2.4c.5.5.8 1.2.8 2c0 1.7-1.3 3-3 3h-1.2c.1.3.2.6.2 1c0 1.7-1.3 3-3 3v2c2.8 0 5 2.2 5 5v4h2v-4c0-2.7-1.5-5-3.8-6.2c.9-.7 1.5-1.7 1.7-2.9"/></svg>
React
import type { SVGProps } from "react";
export function MdiSmoke(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="M17 19v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8 0-5-2.2-5-5c0-1.2.4-2.2 1.1-3.1C3.8 8.5 2 6.4 2 4c0-.7.2-1.4.4-2h2.4c-.5.5-.8 1.2-.8 2c0 1.7 1.3 3 3 3h3v2c-1.7 0-3 1.3-3 3s1.3 3 3 3h3c2.2 0 4 1.8 4 4m.9-10.1C20.2 8.5 22 6.4 22 4c0-.7-.2-1.4-.4-2h-2.4c.5.5.8 1.2.8 2c0 1.7-1.3 3-3 3h-1.2c.1.3.2.6.2 1c0 1.7-1.3 3-3 3v2c2.8 0 5 2.2 5 5v4h2v-4c0-2.7-1.5-5-3.8-6.2c.9-.7 1.5-1.7 1.7-2.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 19v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8 0-5-2.2-5-5c0-1.2.4-2.2 1.1-3.1C3.8 8.5 2 6.4 2 4c0-.7.2-1.4.4-2h2.4c-.5.5-.8 1.2-.8 2c0 1.7 1.3 3 3 3h3v2c-1.7 0-3 1.3-3 3s1.3 3 3 3h3c2.2 0 4 1.8 4 4m.9-10.1C20.2 8.5 22 6.4 22 4c0-.7-.2-1.4-.4-2h-2.4c.5.5.8 1.2.8 2c0 1.7-1.3 3-3 3h-1.2c.1.3.2.6.2 1c0 1.7-1.3 3-3 3v2c2.8 0 5 2.2 5 5v4h2v-4c0-2.7-1.5-5-3.8-6.2c.9-.7 1.5-1.7 1.7-2.9"/></svg> </template>
CSS
.icon-smoke {
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%22M17%2019v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8%200-5-2.2-5-5c0-1.2.4-2.2%201.1-3.1C3.8%208.5%202%206.4%202%204c0-.7.2-1.4.4-2h2.4c-.5.5-.8%201.2-.8%202c0%201.7%201.3%203%203%203h3v2c-1.7%200-3%201.3-3%203s1.3%203%203%203h3c2.2%200%204%201.8%204%204m.9-10.1C20.2%208.5%2022%206.4%2022%204c0-.7-.2-1.4-.4-2h-2.4c.5.5.8%201.2.8%202c0%201.7-1.3%203-3%203h-1.2c.1.3.2.6.2%201c0%201.7-1.3%203-3%203v2c2.8%200%205%202.2%205%205v4h2v-4c0-2.7-1.5-5-3.8-6.2c.9-.7%201.5-1.7%201.7-2.9%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%22M17%2019v3h-2v-3c0-1.1-.9-2-2-2h-3c-2.8%200-5-2.2-5-5c0-1.2.4-2.2%201.1-3.1C3.8%208.5%202%206.4%202%204c0-.7.2-1.4.4-2h2.4c-.5.5-.8%201.2-.8%202c0%201.7%201.3%203%203%203h3v2c-1.7%200-3%201.3-3%203s1.3%203%203%203h3c2.2%200%204%201.8%204%204m.9-10.1C20.2%208.5%2022%206.4%2022%204c0-.7-.2-1.4-.4-2h-2.4c.5.5.8%201.2.8%202c0%201.7-1.3%203-3%203h-1.2c.1.3.2.6.2%201c0%201.7-1.3%203-3%203v2c2.8%200%205%202.2%205%205v4h2v-4c0-2.7-1.5-5-3.8-6.2c.9-.7%201.5-1.7%201.7-2.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/smoke.svg?color=%231a73e8&size=48