siren2 icon
siren2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.
- Name
- siren2
- Set
- Reicon
- Style
- Outline
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More security icons from Reicon
Use the siren2 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 0zm1.822 8.805a.75.75 0 1 0-.563 1.39c.814.33 1.466.981 1.796 1.796a.75.75 0 1 0 1.39-.563a4.76 4.76 0 0 0-2.623-2.623"/><path fill-rule="evenodd" d="M12 7.25A8.75 8.75 0 0 0 3.25 16v5.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V16A8.75 8.75 0 0 0 12 7.25m.75 14h6.5V16a7.25 7.25 0 1 0-14.5 0v5.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.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0m-18 0a.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 ReiconSiren2(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 0zm1.822 8.805a.75.75 0 1 0-.563 1.39c.814.33 1.466.981 1.796 1.796a.75.75 0 1 0 1.39-.563a4.76 4.76 0 0 0-2.623-2.623"/><path fillRule="evenodd" d="M12 7.25A8.75 8.75 0 0 0 3.25 16v5.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V16A8.75 8.75 0 0 0 12 7.25m.75 14h6.5V16a7.25 7.25 0 1 0-14.5 0v5.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.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0m-18 0a.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 0zm1.822 8.805a.75.75 0 1 0-.563 1.39c.814.33 1.466.981 1.796 1.796a.75.75 0 1 0 1.39-.563a4.76 4.76 0 0 0-2.623-2.623"/><path fill-rule="evenodd" d="M12 7.25A8.75 8.75 0 0 0 3.25 16v5.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V16A8.75 8.75 0 0 0 12 7.25m.75 14h6.5V16a7.25 7.25 0 1 0-14.5 0v5.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.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0m-18 0a.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-siren2 {
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%200zm1.822%208.805a.75.75%200%201%200-.563%201.39c.814.33%201.466.981%201.796%201.796a.75.75%200%201%200%201.39-.563a4.76%204.76%200%200%200-2.623-2.623%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.25A8.75%208.75%200%200%200%203.25%2016v5.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25V16A8.75%208.75%200%200%200%2012%207.25m.75%2014h6.5V16a7.25%207.25%200%201%200-14.5%200v5.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.47a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5a.75.75%200%200%201%201.06%200m-18%200a.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%200zm1.822%208.805a.75.75%200%201%200-.563%201.39c.814.33%201.466.981%201.796%201.796a.75.75%200%201%200%201.39-.563a4.76%204.76%200%200%200-2.623-2.623%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.25A8.75%208.75%200%200%200%203.25%2016v5.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25V16A8.75%208.75%200%200%200%2012%207.25m.75%2014h6.5V16a7.25%207.25%200%201%200-14.5%200v5.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.47a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5a.75.75%200%200%201%201.06%200m-18%200a.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/siren2.svg?color=%231a73e8&size=48