siren from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
siren
Set
Reicon
Style
Outline
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="M12.75 2a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0zM15 10.065a.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"/><path fill-rule="evenodd" d="M11.966 7.25c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.75 5.75 0 0 0-2.513 2.513c-.336.658-.484 1.385-.556 2.265c-.071.864-.071 1.94-.071 3.311v5.284H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25v-5.284c0-1.371 0-2.447-.07-3.311c-.072-.88-.221-1.607-.557-2.265a5.75 5.75 0 0 0-2.513-2.513c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071zm.784 14h6.5V16c0-1.412 0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.707a4.25 4.25 0 0 0-1.857-1.857c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066s-2.427 0-3.223.066c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223v5.25h6.5v-1.628a2.251 2.251 0 1 1 1.5 0zm-.75-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="m21.53 5.53l-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 ReiconSiren(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="M12.75 2a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0zM15 10.065a.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"/><path fillRule="evenodd" d="M11.966 7.25c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.75 5.75 0 0 0-2.513 2.513c-.336.658-.484 1.385-.556 2.265c-.071.864-.071 1.94-.071 3.311v5.284H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25v-5.284c0-1.371 0-2.447-.07-3.311c-.072-.88-.221-1.607-.557-2.265a5.75 5.75 0 0 0-2.513-2.513c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071zm.784 14h6.5V16c0-1.412 0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.707a4.25 4.25 0 0 0-1.857-1.857c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066s-2.427 0-3.223.066c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223v5.25h6.5v-1.628a2.251 2.251 0 1 1 1.5 0zm-.75-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clipRule="evenodd"/><path d="m21.53 5.53l-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="M12.75 2a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0zM15 10.065a.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"/><path fill-rule="evenodd" d="M11.966 7.25c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.75 5.75 0 0 0-2.513 2.513c-.336.658-.484 1.385-.556 2.265c-.071.864-.071 1.94-.071 3.311v5.284H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25v-5.284c0-1.371 0-2.447-.07-3.311c-.072-.88-.221-1.607-.557-2.265a5.75 5.75 0 0 0-2.513-2.513c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071zm.784 14h6.5V16c0-1.412 0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.707a4.25 4.25 0 0 0-1.857-1.857c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066s-2.427 0-3.223.066c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223v5.25h6.5v-1.628a2.251 2.251 0 1 1 1.5 0zm-.75-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="m21.53 5.53l-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 {
  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%22M12.75%202a.75.75%200%200%200-1.5%200v3a.75.75%200%200%200%201.5%200zM15%2010.065a.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.966%207.25c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557a5.75%205.75%200%200%200-2.513%202.513c-.336.658-.484%201.385-.556%202.265c-.071.864-.071%201.94-.071%203.311v5.284H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25v-5.284c0-1.371%200-2.447-.07-3.311c-.072-.88-.221-1.607-.557-2.265a5.75%205.75%200%200%200-2.513-2.513c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071zm.784%2014h6.5V16c0-1.412%200-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.707a4.25%204.25%200%200%200-1.857-1.857c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066s-2.427%200-3.223.066c-.787.064-1.295.188-1.706.397a4.25%204.25%200%200%200-1.858%201.858c-.21.411-.333.919-.397%201.706c-.065.796-.066%201.81-.066%203.223v5.25h6.5v-1.628a2.251%202.251%200%201%201%201.5%200zm-.75-3a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m21.53%205.53l-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%22M12.75%202a.75.75%200%200%200-1.5%200v3a.75.75%200%200%200%201.5%200zM15%2010.065a.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.966%207.25c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557a5.75%205.75%200%200%200-2.513%202.513c-.336.658-.484%201.385-.556%202.265c-.071.864-.071%201.94-.071%203.311v5.284H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25v-5.284c0-1.371%200-2.447-.07-3.311c-.072-.88-.221-1.607-.557-2.265a5.75%205.75%200%200%200-2.513-2.513c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071zm.784%2014h6.5V16c0-1.412%200-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.707a4.25%204.25%200%200%200-1.857-1.857c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066s-2.427%200-3.223.066c-.787.064-1.295.188-1.706.397a4.25%204.25%200%200%200-1.858%201.858c-.21.411-.333.919-.397%201.706c-.065.796-.066%201.81-.066%203.223v5.25h6.5v-1.628a2.251%202.251%200%201%201%201.5%200zm-.75-3a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m21.53%205.53l-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.svg?color=%231a73e8&size=48

Siren outline icon — Reicon · IconsDB