Skip to main content
Go back
Share

Smoke Detector

React Code

npm install @mynaui/icons-react
import { SmokeDetector } from "@mynaui/icons-react";

const App = () => {
  return <SmokeDetector />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M16.56 12.047c2.667 3.314-2.667 4.64 0 7.953M12 12.047c2.667 3.314-2.667 4.64 0 7.953m-4.56-7.953c2.667 3.314-2.667 4.64 0 7.953M18 4H6m10.667 0c0 2.771-1.671 5.302-4.667 5.302-2.996 0-4.667-2.53-4.667-5.302'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/smoke-detector.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-smoke-detector"></use>
</svg>