siren icon

siren-broken from Solar by 480 Design · Broken · Security · CC-BY-4.0 Attribution required.

Name
siren-broken
Set
Solar
Style
Broken
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More security icons from Solar

Use the siren icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 22V16C20 13.1997 20 11.7996 19.455 10.73C18.9757 9.78924 18.2108 9.02433 17.27 8.54497C16.2004 8 14.8003 8 12 8C9.19974 8 7.79961 8 6.73005 8.54497C5.78924 9.02433 5.02433 9.78924 4.54497 10.73C4.35683 11.0993 4.23364 11.5079 4.15298 12M4 22V16"/><path stroke-linecap="round" d="M15 10.8149C16.23 10.8149 17.23 11.77 17.1851 13"/><path stroke-linecap="round" d="M2 22H14M22 22H18"/><path stroke-linecap="round" d="M12 2V5"/><path stroke-linecap="round" d="M21 5L19.5 6.5"/><path stroke-linecap="round" d="M3 5L4.5 6.5"/><path d="M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z"/><path stroke-linecap="round" d="M12 19V22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSirenBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M20 22V16C20 13.1997 20 11.7996 19.455 10.73C18.9757 9.78924 18.2108 9.02433 17.27 8.54497C16.2004 8 14.8003 8 12 8C9.19974 8 7.79961 8 6.73005 8.54497C5.78924 9.02433 5.02433 9.78924 4.54497 10.73C4.35683 11.0993 4.23364 11.5079 4.15298 12M4 22V16"/><path strokeLinecap="round" d="M15 10.8149C16.23 10.8149 17.23 11.77 17.1851 13"/><path strokeLinecap="round" d="M2 22H14M22 22H18"/><path strokeLinecap="round" d="M12 2V5"/><path strokeLinecap="round" d="M21 5L19.5 6.5"/><path strokeLinecap="round" d="M3 5L4.5 6.5"/><path d="M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z"/><path strokeLinecap="round" d="M12 19V22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 22V16C20 13.1997 20 11.7996 19.455 10.73C18.9757 9.78924 18.2108 9.02433 17.27 8.54497C16.2004 8 14.8003 8 12 8C9.19974 8 7.79961 8 6.73005 8.54497C5.78924 9.02433 5.02433 9.78924 4.54497 10.73C4.35683 11.0993 4.23364 11.5079 4.15298 12M4 22V16"/><path stroke-linecap="round" d="M15 10.8149C16.23 10.8149 17.23 11.77 17.1851 13"/><path stroke-linecap="round" d="M2 22H14M22 22H18"/><path stroke-linecap="round" d="M12 2V5"/><path stroke-linecap="round" d="M21 5L19.5 6.5"/><path stroke-linecap="round" d="M3 5L4.5 6.5"/><path d="M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z"/><path stroke-linecap="round" d="M12 19V22"/></g></svg>
</template>

CSS

.icon-siren-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2022V16C20%2013.1997%2020%2011.7996%2019.455%2010.73C18.9757%209.78924%2018.2108%209.02433%2017.27%208.54497C16.2004%208%2014.8003%208%2012%208C9.19974%208%207.79961%208%206.73005%208.54497C5.78924%209.02433%205.02433%209.78924%204.54497%2010.73C4.35683%2011.0993%204.23364%2011.5079%204.15298%2012M4%2022V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010.8149C16.23%2010.8149%2017.23%2011.77%2017.1851%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022H14M22%2022H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%205L19.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%205L4.5%206.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.5C13.5%2018.3284%2012.8284%2019%2012%2019C11.1716%2019%2010.5%2018.3284%2010.5%2017.5C10.5%2016.6716%2011.1716%2016%2012%2016C12.8284%2016%2013.5%2016.6716%2013.5%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V22%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2022V16C20%2013.1997%2020%2011.7996%2019.455%2010.73C18.9757%209.78924%2018.2108%209.02433%2017.27%208.54497C16.2004%208%2014.8003%208%2012%208C9.19974%208%207.79961%208%206.73005%208.54497C5.78924%209.02433%205.02433%209.78924%204.54497%2010.73C4.35683%2011.0993%204.23364%2011.5079%204.15298%2012M4%2022V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010.8149C16.23%2010.8149%2017.23%2011.77%2017.1851%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022H14M22%2022H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%205L19.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%205L4.5%206.5%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.5C13.5%2018.3284%2012.8284%2019%2012%2019C11.1716%2019%2010.5%2018.3284%2010.5%2017.5C10.5%2016.6716%2011.1716%2016%2012%2016C12.8284%2016%2013.5%2016.6716%2013.5%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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