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

Name
siren-duotone
Set
Reicon
Style
Duotone
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 d="M20 21.25V16c0-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 16v5.25z" opacity=".5"/><path d="M14.25 10.815a.75.75 0 0 1 .75-.75c1.618 0 2.996 1.272 2.935 2.962a.75.75 0 0 1-1.5-.054c.029-.77-.593-1.408-1.435-1.408a.75.75 0 0 1-.75-.75M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5zm8.75-2.45a1.5 1.5 0 1 0-1.5 0v2.45h1.5zM12 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 ReiconSirenDuotone(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 d="M20 21.25V16c0-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 16v5.25z" opacity=".5"/><path d="M14.25 10.815a.75.75 0 0 1 .75-.75c1.618 0 2.996 1.272 2.935 2.962a.75.75 0 0 1-1.5-.054c.029-.77-.593-1.408-1.435-1.408a.75.75 0 0 1-.75-.75M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5zm8.75-2.45a1.5 1.5 0 1 0-1.5 0v2.45h1.5zM12 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 d="M20 21.25V16c0-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 16v5.25z" opacity=".5"/><path d="M14.25 10.815a.75.75 0 0 1 .75-.75c1.618 0 2.996 1.272 2.935 2.962a.75.75 0 0 1-1.5-.054c.029-.77-.593-1.408-1.435-1.408a.75.75 0 0 1-.75-.75M4 21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5zm8.75-2.45a1.5 1.5 0 1 0-1.5 0v2.45h1.5zM12 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-duotone {
  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%20d%3D%22M20%2021.25V16c0-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%2016v5.25z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14.25%2010.815a.75.75%200%200%201%20.75-.75c1.618%200%202.996%201.272%202.935%202.962a.75.75%200%200%201-1.5-.054c.029-.77-.593-1.408-1.435-1.408a.75.75%200%200%201-.75-.75M4%2021.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5zm8.75-2.45a1.5%201.5%200%201%200-1.5%200v2.45h1.5zM12%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%20d%3D%22M20%2021.25V16c0-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%2016v5.25z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14.25%2010.815a.75.75%200%200%201%20.75-.75c1.618%200%202.996%201.272%202.935%202.962a.75.75%200%200%201-1.5-.054c.029-.77-.593-1.408-1.435-1.408a.75.75%200%200%201-.75-.75M4%2021.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5zm8.75-2.45a1.5%201.5%200%201%200-1.5%200v2.45h1.5zM12%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-duotone.svg?color=%231a73e8&size=48