smoke detector off icon

smoke-detector-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
smoke-detector-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the smoke detector off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31 0 6 2.68 6 6c0 .83-.18 1.6-.5 2.32L21 17.8V5a2 2 0 0 0-2-2H6.2l3.48 3.5C10.4 6.18 11.17 6 12 6m10.11 15.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zm-6.92-4.38l-1.48-1.48c-.52.25-1.09.4-1.71.4c-2.21 0-4-1.79-4-4c0-.61.15-1.19.4-1.71L6.92 8.81C6.34 9.74 6 10.83 6 12c0 3.31 2.69 6 6 6c1.17 0 2.26-.34 3.19-.92"/></svg>

React

import type { SVGProps } from "react";

export function MdiSmokeDetectorOff(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="M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31 0 6 2.68 6 6c0 .83-.18 1.6-.5 2.32L21 17.8V5a2 2 0 0 0-2-2H6.2l3.48 3.5C10.4 6.18 11.17 6 12 6m10.11 15.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zm-6.92-4.38l-1.48-1.48c-.52.25-1.09.4-1.71.4c-2.21 0-4-1.79-4-4c0-.61.15-1.19.4-1.71L6.92 8.81C6.34 9.74 6 10.83 6 12c0 3.31 2.69 6 6 6c1.17 0 2.26-.34 3.19-.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8c2.21 0 4 1.79 4 4c0 .25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31 0 6 2.68 6 6c0 .83-.18 1.6-.5 2.32L21 17.8V5a2 2 0 0 0-2-2H6.2l3.48 3.5C10.4 6.18 11.17 6 12 6m10.11 15.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zm-6.92-4.38l-1.48-1.48c-.52.25-1.09.4-1.71.4c-2.21 0-4-1.79-4-4c0-.61.15-1.19.4-1.71L6.92 8.81C6.34 9.74 6 10.83 6 12c0 3.31 2.69 6 6 6c1.17 0 2.26-.34 3.19-.92"/></svg>
</template>

CSS

.icon-smoke-detector-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%22M12%208c2.21%200%204%201.79%204%204c0%20.25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31%200%206%202.68%206%206c0%20.83-.18%201.6-.5%202.32L21%2017.8V5a2%202%200%200%200-2-2H6.2l3.48%203.5C10.4%206.18%2011.17%206%2012%206m10.11%2015.46l-1.27%201.27L19.1%2021H5a2%202%200%200%201-2-2V4.9L1.11%203l1.28-1.27zm-6.92-4.38l-1.48-1.48c-.52.25-1.09.4-1.71.4c-2.21%200-4-1.79-4-4c0-.61.15-1.19.4-1.71L6.92%208.81C6.34%209.74%206%2010.83%206%2012c0%203.31%202.69%206%206%206c1.17%200%202.26-.34%203.19-.92%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%22M12%208c2.21%200%204%201.79%204%204c0%20.25-.03.5-.07.73l-4.66-4.66c.23-.04.48-.07.73-.07m0-2c3.31%200%206%202.68%206%206c0%20.83-.18%201.6-.5%202.32L21%2017.8V5a2%202%200%200%200-2-2H6.2l3.48%203.5C10.4%206.18%2011.17%206%2012%206m10.11%2015.46l-1.27%201.27L19.1%2021H5a2%202%200%200%201-2-2V4.9L1.11%203l1.28-1.27zm-6.92-4.38l-1.48-1.48c-.52.25-1.09.4-1.71.4c-2.21%200-4-1.79-4-4c0-.61.15-1.19.4-1.71L6.92%208.81C6.34%209.74%206%2010.83%206%2012c0%203.31%202.69%206%206%206c1.17%200%202.26-.34%203.19-.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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