smoke detector icon

smoke-detector-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
smoke-detector-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the smoke detector icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 4A.75.75 0 0 1 6 3.25h12a.75.75 0 0 1 0 1.5h-.62c-.127 1.262-.574 2.465-1.34 3.412c-.93 1.15-2.308 1.89-4.04 1.89s-3.11-.74-4.04-1.89c-.766-.947-1.213-2.15-1.34-3.412H6A.75.75 0 0 1 5.25 4m1.72 7.463a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.596 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.596-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055"/></svg>

React

import type { SVGProps } from "react";

export function MynauiSmokeDetectorSolid(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="M5.25 4A.75.75 0 0 1 6 3.25h12a.75.75 0 0 1 0 1.5h-.62c-.127 1.262-.574 2.465-1.34 3.412c-.93 1.15-2.308 1.89-4.04 1.89s-3.11-.74-4.04-1.89c-.766-.947-1.213-2.15-1.34-3.412H6A.75.75 0 0 1 5.25 4m1.72 7.463a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.596 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.596-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 4A.75.75 0 0 1 6 3.25h12a.75.75 0 0 1 0 1.5h-.62c-.127 1.262-.574 2.465-1.34 3.412c-.93 1.15-2.308 1.89-4.04 1.89s-3.11-.74-4.04-1.89c-.766-.947-1.213-2.15-1.34-3.412H6A.75.75 0 0 1 5.25 4m1.72 7.463a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.595 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055m4.56 0a.75.75 0 0 1 1.054.114c.771.958 1.024 1.861.91 2.741c-.103.792-.501 1.484-.815 2.03l-.029.05c-.349.606-.596 1.056-.656 1.524c-.053.404.028.909.59 1.608a.75.75 0 1 1-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.596-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75 0 0 1 .114-1.055"/></svg>
</template>

CSS

.icon-smoke-detector-solid {
  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%22M5.25%204A.75.75%200%200%201%206%203.25h12a.75.75%200%200%201%200%201.5h-.62c-.127%201.262-.574%202.465-1.34%203.412c-.93%201.15-2.308%201.89-4.04%201.89s-3.11-.74-4.04-1.89c-.766-.947-1.213-2.15-1.34-3.412H6A.75.75%200%200%201%205.25%204m1.72%207.463a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.595%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055m4.56%200a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.595%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055m4.56%200a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.596%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.596-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055%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%22M5.25%204A.75.75%200%200%201%206%203.25h12a.75.75%200%200%201%200%201.5h-.62c-.127%201.262-.574%202.465-1.34%203.412c-.93%201.15-2.308%201.89-4.04%201.89s-3.11-.74-4.04-1.89c-.766-.947-1.213-2.15-1.34-3.412H6A.75.75%200%200%201%205.25%204m1.72%207.463a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.595%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055m4.56%200a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.595%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.595-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055m4.56%200a.75.75%200%200%201%201.054.114c.771.958%201.024%201.861.91%202.741c-.103.792-.501%201.484-.815%202.03l-.029.05c-.349.606-.596%201.056-.656%201.524c-.053.404.028.909.59%201.608a.75.75%200%201%201-1.168.94c-.771-.957-1.024-1.861-.91-2.741c.103-.792.501-1.484.815-2.03l.029-.05c.349-.606.596-1.056.656-1.524c.053-.404-.028-.908-.59-1.607a.75.75%200%200%201%20.114-1.055%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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