siren-open-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
siren-open-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the siren open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.347 20.71q-1.25-1.25-1.25-3.056t1.25-3.057t3.057-1.25t3.057 1.25q1.25 1.251 1.25 3.057t-1.25 3.056t-3.057 1.251t-3.057-1.25m1.507-1.019l2.53-2.53v2.069h.77v-3.385h-3.385v.77h2.07l-2.531 2.53zM3 20v-4.75h2.827v-5.115q0-2.56 1.797-4.347T12 4t4.376 1.788q1.797 1.787 1.797 4.347v.863l-.382-.024q-.189-.012-.387-.012q-2.804 0-4.758 1.96t-1.954 4.732q0 .602.105 1.191t.32 1.155zm5.673-7.058h1v-2.807q0-.96.684-1.634T12 7.827v-1q-1.38 0-2.354.964q-.973.963-.973 2.343z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSirenOpenSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.347 20.71q-1.25-1.25-1.25-3.056t1.25-3.057t3.057-1.25t3.057 1.25q1.25 1.251 1.25 3.057t-1.25 3.056t-3.057 1.251t-3.057-1.25m1.507-1.019l2.53-2.53v2.069h.77v-3.385h-3.385v.77h2.07l-2.531 2.53zM3 20v-4.75h2.827v-5.115q0-2.56 1.797-4.347T12 4t4.376 1.788q1.797 1.787 1.797 4.347v.863l-.382-.024q-.189-.012-.387-.012q-2.804 0-4.758 1.96t-1.954 4.732q0 .602.105 1.191t.32 1.155zm5.673-7.058h1v-2.807q0-.96.684-1.634T12 7.827v-1q-1.38 0-2.354.964q-.973.963-.973 2.343z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.347 20.71q-1.25-1.25-1.25-3.056t1.25-3.057t3.057-1.25t3.057 1.25q1.25 1.251 1.25 3.057t-1.25 3.056t-3.057 1.251t-3.057-1.25m1.507-1.019l2.53-2.53v2.069h.77v-3.385h-3.385v.77h2.07l-2.531 2.53zM3 20v-4.75h2.827v-5.115q0-2.56 1.797-4.347T12 4t4.376 1.788q1.797 1.787 1.797 4.347v.863l-.382-.024q-.189-.012-.387-.012q-2.804 0-4.758 1.96t-1.954 4.732q0 .602.105 1.191t.32 1.155zm5.673-7.058h1v-2.807q0-.96.684-1.634T12 7.827v-1q-1.38 0-2.354.964q-.973.963-.973 2.343z"/></svg>
</template>

CSS

.icon-siren-open-sharp {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.347%2020.71q-1.25-1.25-1.25-3.056t1.25-3.057t3.057-1.25t3.057%201.25q1.25%201.251%201.25%203.057t-1.25%203.056t-3.057%201.251t-3.057-1.25m1.507-1.019l2.53-2.53v2.069h.77v-3.385h-3.385v.77h2.07l-2.531%202.53zM3%2020v-4.75h2.827v-5.115q0-2.56%201.797-4.347T12%204t4.376%201.788q1.797%201.787%201.797%204.347v.863l-.382-.024q-.189-.012-.387-.012q-2.804%200-4.758%201.96t-1.954%204.732q0%20.602.105%201.191t.32%201.155zm5.673-7.058h1v-2.807q0-.96.684-1.634T12%207.827v-1q-1.38%200-2.354.964q-.973.963-.973%202.343z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.347%2020.71q-1.25-1.25-1.25-3.056t1.25-3.057t3.057-1.25t3.057%201.25q1.25%201.251%201.25%203.057t-1.25%203.056t-3.057%201.251t-3.057-1.25m1.507-1.019l2.53-2.53v2.069h.77v-3.385h-3.385v.77h2.07l-2.531%202.53zM3%2020v-4.75h2.827v-5.115q0-2.56%201.797-4.347T12%204t4.376%201.788q1.797%201.787%201.797%204.347v.863l-.382-.024q-.189-.012-.387-.012q-2.804%200-4.758%201.96t-1.954%204.732q0%20.602.105%201.191t.32%201.155zm5.673-7.058h1v-2.807q0-.96.684-1.634T12%207.827v-1q-1.38%200-2.354.964q-.973.963-.973%202.343z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/siren-open-sharp.svg?color=%231a73e8&size=48