detector smoke icon
detector-smoke-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- detector-smoke-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the detector smoke icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 22.3l-1.9-.6l.4-1.3q.15-.6.1-1.162t-.4-1.138q-.625-.95-.787-1.963T10.6 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.188T12.8 16.9q.575.95.763 2T13.4 21zm-4.4 0l-1.9-.6l.4-1.3q.15-.575.1-1.175T6.8 18.1q-.65-.925-.8-1.975T6.2 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.2t.425 1.1q.6.9.775 1.988T9 21zm8.7 0l-1.9-.6l.4-1.3q.15-.575.1-1.175t-.4-1.125q-.65-.925-.8-1.975T14.9 14l.4-1.3l1.9.6l-.4 1.3q-.2.6-.125 1.187T17.1 16.9q.6.95.763 2T17.7 21zM5 5v1h14V5zm3.1 3l.3 1h7.2l.3-1zm.3 3q-.65 0-1.175-.387T6.5 9.6L6 8H5q-.825 0-1.412-.587T3 6V3h18v3q0 .825-.587 1.413T19 8h-1l-.65 1.7q-.225.575-.725.938T15.5 11zM5 5v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDetectorSmokeOutline(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="m13 22.3l-1.9-.6l.4-1.3q.15-.6.1-1.162t-.4-1.138q-.625-.95-.787-1.963T10.6 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.188T12.8 16.9q.575.95.763 2T13.4 21zm-4.4 0l-1.9-.6l.4-1.3q.15-.575.1-1.175T6.8 18.1q-.65-.925-.8-1.975T6.2 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.2t.425 1.1q.6.9.775 1.988T9 21zm8.7 0l-1.9-.6l.4-1.3q.15-.575.1-1.175t-.4-1.125q-.65-.925-.8-1.975T14.9 14l.4-1.3l1.9.6l-.4 1.3q-.2.6-.125 1.187T17.1 16.9q.6.95.763 2T17.7 21zM5 5v1h14V5zm3.1 3l.3 1h7.2l.3-1zm.3 3q-.65 0-1.175-.387T6.5 9.6L6 8H5q-.825 0-1.412-.587T3 6V3h18v3q0 .825-.587 1.413T19 8h-1l-.65 1.7q-.225.575-.725.938T15.5 11zM5 5v1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 22.3l-1.9-.6l.4-1.3q.15-.6.1-1.162t-.4-1.138q-.625-.95-.787-1.963T10.6 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.188T12.8 16.9q.575.95.763 2T13.4 21zm-4.4 0l-1.9-.6l.4-1.3q.15-.575.1-1.175T6.8 18.1q-.65-.925-.8-1.975T6.2 14l.4-1.3l1.9.6l-.4 1.3q-.2.575-.125 1.2t.425 1.1q.6.9.775 1.988T9 21zm8.7 0l-1.9-.6l.4-1.3q.15-.575.1-1.175t-.4-1.125q-.65-.925-.8-1.975T14.9 14l.4-1.3l1.9.6l-.4 1.3q-.2.6-.125 1.187T17.1 16.9q.6.95.763 2T17.7 21zM5 5v1h14V5zm3.1 3l.3 1h7.2l.3-1zm.3 3q-.65 0-1.175-.387T6.5 9.6L6 8H5q-.825 0-1.412-.587T3 6V3h18v3q0 .825-.587 1.413T19 8h-1l-.65 1.7q-.225.575-.725.938T15.5 11zM5 5v1z"/></svg> </template>
CSS
.icon-detector-smoke-outline {
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%22m13%2022.3l-1.9-.6l.4-1.3q.15-.6.1-1.162t-.4-1.138q-.625-.95-.787-1.963T10.6%2014l.4-1.3l1.9.6l-.4%201.3q-.2.575-.125%201.188T12.8%2016.9q.575.95.763%202T13.4%2021zm-4.4%200l-1.9-.6l.4-1.3q.15-.575.1-1.175T6.8%2018.1q-.65-.925-.8-1.975T6.2%2014l.4-1.3l1.9.6l-.4%201.3q-.2.575-.125%201.2t.425%201.1q.6.9.775%201.988T9%2021zm8.7%200l-1.9-.6l.4-1.3q.15-.575.1-1.175t-.4-1.125q-.65-.925-.8-1.975T14.9%2014l.4-1.3l1.9.6l-.4%201.3q-.2.6-.125%201.187T17.1%2016.9q.6.95.763%202T17.7%2021zM5%205v1h14V5zm3.1%203l.3%201h7.2l.3-1zm.3%203q-.65%200-1.175-.387T6.5%209.6L6%208H5q-.825%200-1.412-.587T3%206V3h18v3q0%20.825-.587%201.413T19%208h-1l-.65%201.7q-.225.575-.725.938T15.5%2011zM5%205v1z%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%22m13%2022.3l-1.9-.6l.4-1.3q.15-.6.1-1.162t-.4-1.138q-.625-.95-.787-1.963T10.6%2014l.4-1.3l1.9.6l-.4%201.3q-.2.575-.125%201.188T12.8%2016.9q.575.95.763%202T13.4%2021zm-4.4%200l-1.9-.6l.4-1.3q.15-.575.1-1.175T6.8%2018.1q-.65-.925-.8-1.975T6.2%2014l.4-1.3l1.9.6l-.4%201.3q-.2.575-.125%201.2t.425%201.1q.6.9.775%201.988T9%2021zm8.7%200l-1.9-.6l.4-1.3q.15-.575.1-1.175t-.4-1.125q-.65-.925-.8-1.975T14.9%2014l.4-1.3l1.9.6l-.4%201.3q-.2.6-.125%201.187T17.1%2016.9q.6.95.763%202T17.7%2021zM5%205v1h14V5zm3.1%203l.3%201h7.2l.3-1zm.3%203q-.65%200-1.175-.387T6.5%209.6L6%208H5q-.825%200-1.412-.587T3%206V3h18v3q0%20.825-.587%201.413T19%208h-1l-.65%201.7q-.225.575-.725.938T15.5%2011zM5%205v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/detector-smoke-outline.svg?color=%231a73e8&size=48