siren-question from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
siren-question
Set
Material Symbols Light
Style
Regular
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 question 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.25m3.45-.328q.155-.156.155-.373q0-.218-.156-.373t-.373-.156t-.373.155t-.156.374t.156.373t.373.156t.373-.156m-.746-1.63h.752v-.172q0-.294.147-.478t.347-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-.999.338t-.663.874l.685.273q.113-.3.37-.525t.607-.225q.414 0 .645.207t.232.62q0 .294-.17.491q-.168.197-.368.397q-.15.15-.294.32t-.268.33q-.075.131-.112.29q-.038.16-.038.322zM4.616 20q-.672 0-1.144-.472T3 18.385v-1.52q0-.67.472-1.143q.472-.472 1.144-.472h1.211v-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.155zm4.057-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 MaterialSymbolsLightSirenQuestion(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.25m3.45-.328q.155-.156.155-.373q0-.218-.156-.373t-.373-.156t-.373.155t-.156.374t.156.373t.373.156t.373-.156m-.746-1.63h.752v-.172q0-.294.147-.478t.347-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-.999.338t-.663.874l.685.273q.113-.3.37-.525t.607-.225q.414 0 .645.207t.232.62q0 .294-.17.491q-.168.197-.368.397q-.15.15-.294.32t-.268.33q-.075.131-.112.29q-.038.16-.038.322zM4.616 20q-.672 0-1.144-.472T3 18.385v-1.52q0-.67.472-1.143q.472-.472 1.144-.472h1.211v-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.155zm4.057-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.25m3.45-.328q.155-.156.155-.373q0-.218-.156-.373t-.373-.156t-.373.155t-.156.374t.156.373t.373.156t.373-.156m-.746-1.63h.752v-.172q0-.294.147-.478t.347-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-.999.338t-.663.874l.685.273q.113-.3.37-.525t.607-.225q.414 0 .645.207t.232.62q0 .294-.17.491q-.168.197-.368.397q-.15.15-.294.32t-.268.33q-.075.131-.112.29q-.038.16-.038.322zM4.616 20q-.672 0-1.144-.472T3 18.385v-1.52q0-.67.472-1.143q.472-.472 1.144-.472h1.211v-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.155zm4.057-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-question {
  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.25m3.45-.328q.155-.156.155-.373q0-.218-.156-.373t-.373-.156t-.373.155t-.156.374t.156.373t.373.156t.373-.156m-.746-1.63h.752v-.172q0-.294.147-.478t.347-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537%200-.999.338t-.663.874l.685.273q.113-.3.37-.525t.607-.225q.414%200%20.645.207t.232.62q0%20.294-.17.491q-.168.197-.368.397q-.15.15-.294.32t-.268.33q-.075.131-.112.29q-.038.16-.038.322zM4.616%2020q-.672%200-1.144-.472T3%2018.385v-1.52q0-.67.472-1.143q.472-.472%201.144-.472h1.211v-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.155zm4.057-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.25m3.45-.328q.155-.156.155-.373q0-.218-.156-.373t-.373-.156t-.373.155t-.156.374t.156.373t.373.156t.373-.156m-.746-1.63h.752v-.172q0-.294.147-.478t.347-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537%200-.999.338t-.663.874l.685.273q.113-.3.37-.525t.607-.225q.414%200%20.645.207t.232.62q0%20.294-.17.491q-.168.197-.368.397q-.15.15-.294.32t-.268.33q-.075.131-.112.29q-.038.16-.038.322zM4.616%2020q-.672%200-1.144-.472T3%2018.385v-1.52q0-.67.472-1.143q.472-.472%201.144-.472h1.211v-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.155zm4.057-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-question.svg?color=%231a73e8&size=48