siren rounded icon

siren-rounded-linear from Solar by 480 Design · Linear · Security · CC-BY-4.0 Attribution required.

Name
siren-rounded-linear
Set
Solar
Style
Linear
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the siren rounded 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 d="M20 22V16C20 11.5817 16.4183 8 12 8C7.58172 8 4 11.5817 4 16V22"/><path stroke-linecap="round" d="M14.2905 11.5C15.2932 11.9059 16.0939 12.7065 16.4998 13.7092"/><path stroke-linecap="round" d="M2 22H22"/><path stroke-linecap="round" d="M12 2V5"/><path stroke-linecap="round" d="M21 6L19.5 7.5"/><path stroke-linecap="round" d="M3 6L4.5 7.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 SolarSirenRoundedLinear(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 d="M20 22V16C20 11.5817 16.4183 8 12 8C7.58172 8 4 11.5817 4 16V22"/><path strokeLinecap="round" d="M14.2905 11.5C15.2932 11.9059 16.0939 12.7065 16.4998 13.7092"/><path strokeLinecap="round" d="M2 22H22"/><path strokeLinecap="round" d="M12 2V5"/><path strokeLinecap="round" d="M21 6L19.5 7.5"/><path strokeLinecap="round" d="M3 6L4.5 7.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 d="M20 22V16C20 11.5817 16.4183 8 12 8C7.58172 8 4 11.5817 4 16V22"/><path stroke-linecap="round" d="M14.2905 11.5C15.2932 11.9059 16.0939 12.7065 16.4998 13.7092"/><path stroke-linecap="round" d="M2 22H22"/><path stroke-linecap="round" d="M12 2V5"/><path stroke-linecap="round" d="M21 6L19.5 7.5"/><path stroke-linecap="round" d="M3 6L4.5 7.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-rounded-linear {
  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%20d%3D%22M20%2022V16C20%2011.5817%2016.4183%208%2012%208C7.58172%208%204%2011.5817%204%2016V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.2905%2011.5C15.2932%2011.9059%2016.0939%2012.7065%2016.4998%2013.7092%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022H22%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%206L19.5%207.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%206L4.5%207.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%20d%3D%22M20%2022V16C20%2011.5817%2016.4183%208%2012%208C7.58172%208%204%2011.5817%204%2016V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.2905%2011.5C15.2932%2011.9059%2016.0939%2012.7065%2016.4998%2013.7092%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2022H22%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%206L19.5%207.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%206L4.5%207.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-rounded-linear.svg?color=%231a73e8&size=48