e911-emergency from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
e911-emergency
Set
Material Symbols Light
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the e911 emergency icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.692 19v-1h1.466l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h1.466v1zM11.5 7.885v-4h1v4zm5.45 2.263l-.713-.713l2.838-2.814l.689.689zm1.55 4.737v-1h4v1zM7.05 10.147L4.237 7.31l.688-.689l2.839 2.814zM1.5 14.885v-1h4v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightE911Emergency(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="M5.692 19v-1h1.466l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h1.466v1zM11.5 7.885v-4h1v4zm5.45 2.263l-.713-.713l2.838-2.814l.689.689zm1.55 4.737v-1h4v1zM7.05 10.147L4.237 7.31l.688-.689l2.839 2.814zM1.5 14.885v-1h4v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.692 19v-1h1.466l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h1.466v1zM11.5 7.885v-4h1v4zm5.45 2.263l-.713-.713l2.838-2.814l.689.689zm1.55 4.737v-1h4v1zM7.05 10.147L4.237 7.31l.688-.689l2.839 2.814zM1.5 14.885v-1h4v1z"/></svg>
</template>

CSS

.icon-e911-emergency {
  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%22M5.692%2019v-1h1.466l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535%200%20.966.31q.432.311.575.846L16.842%2018h1.466v1zM11.5%207.885v-4h1v4zm5.45%202.263l-.713-.713l2.838-2.814l.689.689zm1.55%204.737v-1h4v1zM7.05%2010.147L4.237%207.31l.688-.689l2.839%202.814zM1.5%2014.885v-1h4v1z%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%22M5.692%2019v-1h1.466l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535%200%20.966.31q.432.311.575.846L16.842%2018h1.466v1zM11.5%207.885v-4h1v4zm5.45%202.263l-.713-.713l2.838-2.814l.689.689zm1.55%204.737v-1h4v1zM7.05%2010.147L4.237%207.31l.688-.689l2.839%202.814zM1.5%2014.885v-1h4v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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