siren-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.

Name
siren-filled
Set
Reicon
Style
Filled
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All siren icons →

More security icons from Reicon

Use the siren icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-2V16c0-2.8 0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C16.2 8 14.8 8 12 8s-4.2 0-5.27.545a5 5 0 0 0-2.185 2.185C4 11.8 4 13.2 4 16zm9.5-3.75a1.5 1.5 0 0 1-.75 1.3v2.45h-1.5V18.8a1.5 1.5 0 1 1 2.25-1.3m1.5-7.435a.75.75 0 0 0 0 1.5c.842 0 1.464.638 1.436 1.408a.75.75 0 0 0 1.499.054c.061-1.69-1.317-2.962-2.935-2.962" clip-rule="evenodd"/><path d="M12 1.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m9.53 4.28l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 1 1 1.06 1.06m-18-1.06a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06-1.06z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSirenFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-2V16c0-2.8 0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C16.2 8 14.8 8 12 8s-4.2 0-5.27.545a5 5 0 0 0-2.185 2.185C4 11.8 4 13.2 4 16zm9.5-3.75a1.5 1.5 0 0 1-.75 1.3v2.45h-1.5V18.8a1.5 1.5 0 1 1 2.25-1.3m1.5-7.435a.75.75 0 0 0 0 1.5c.842 0 1.464.638 1.436 1.408a.75.75 0 0 0 1.499.054c.061-1.69-1.317-2.962-2.935-2.962" clipRule="evenodd"/><path d="M12 1.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m9.53 4.28l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 1 1 1.06 1.06m-18-1.06a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06-1.06z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-2V16c0-2.8 0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C16.2 8 14.8 8 12 8s-4.2 0-5.27.545a5 5 0 0 0-2.185 2.185C4 11.8 4 13.2 4 16zm9.5-3.75a1.5 1.5 0 0 1-.75 1.3v2.45h-1.5V18.8a1.5 1.5 0 1 1 2.25-1.3m1.5-7.435a.75.75 0 0 0 0 1.5c.842 0 1.464.638 1.436 1.408a.75.75 0 0 0 1.499.054c.061-1.69-1.317-2.962-2.935-2.962" clip-rule="evenodd"/><path d="M12 1.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m9.53 4.28l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 1 1 1.06 1.06m-18-1.06a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06-1.06z"/></g></svg>
</template>

CSS

.icon-siren-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2021.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-2V16c0-2.8%200-4.2-.545-5.27a5%205%200%200%200-2.185-2.185C16.2%208%2014.8%208%2012%208s-4.2%200-5.27.545a5%205%200%200%200-2.185%202.185C4%2011.8%204%2013.2%204%2016zm9.5-3.75a1.5%201.5%200%200%201-.75%201.3v2.45h-1.5V18.8a1.5%201.5%200%201%201%202.25-1.3m1.5-7.435a.75.75%200%200%200%200%201.5c.842%200%201.464.638%201.436%201.408a.75.75%200%200%200%201.499.054c.061-1.69-1.317-2.962-2.935-2.962%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75m9.53%204.28l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5a.75.75%200%201%201%201.06%201.06m-18-1.06a.75.75%200%200%200-1.06%201.06l1.5%201.5a.75.75%200%200%200%201.06-1.06z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2021.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-2V16c0-2.8%200-4.2-.545-5.27a5%205%200%200%200-2.185-2.185C16.2%208%2014.8%208%2012%208s-4.2%200-5.27.545a5%205%200%200%200-2.185%202.185C4%2011.8%204%2013.2%204%2016zm9.5-3.75a1.5%201.5%200%200%201-.75%201.3v2.45h-1.5V18.8a1.5%201.5%200%201%201%202.25-1.3m1.5-7.435a.75.75%200%200%200%200%201.5c.842%200%201.464.638%201.436%201.408a.75.75%200%200%200%201.499.054c.061-1.69-1.317-2.962-2.935-2.962%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75m9.53%204.28l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5a.75.75%200%201%201%201.06%201.06m-18-1.06a.75.75%200%200%200-1.06%201.06l1.5%201.5a.75.75%200%200%200%201.06-1.06z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/siren-filled.svg?color=%231a73e8&size=48