e911 emergency icon

e911-emergency-outline-sharp from Material Symbols by Google · Outline Sharp · Privacy · Apache-2.0 Free for personal and commercial use.

Name
e911-emergency-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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 20v-2h1.6L9 10h6l2.4 8H19v2zm3.7-2h6.6l-1.8-6h-3zM11 8V3h2v5zm5.95 2.475L15.525 9.05l3.55-3.525l1.4 1.4zM18 15v-2h5v2zM7.05 10.475l-3.525-3.55l1.4-1.4l3.55 3.525zM1 15v-2h5v2zm11 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsE911EmergencyOutlineSharp(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 20v-2h1.6L9 10h6l2.4 8H19v2zm3.7-2h6.6l-1.8-6h-3zM11 8V3h2v5zm5.95 2.475L15.525 9.05l3.55-3.525l1.4 1.4zM18 15v-2h5v2zM7.05 10.475l-3.525-3.55l1.4-1.4l3.55 3.525zM1 15v-2h5v2zm11 3"/></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 20v-2h1.6L9 10h6l2.4 8H19v2zm3.7-2h6.6l-1.8-6h-3zM11 8V3h2v5zm5.95 2.475L15.525 9.05l3.55-3.525l1.4 1.4zM18 15v-2h5v2zM7.05 10.475l-3.525-3.55l1.4-1.4l3.55 3.525zM1 15v-2h5v2zm11 3"/></svg>
</template>

CSS

.icon-e911-emergency-outline-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%22M5%2020v-2h1.6L9%2010h6l2.4%208H19v2zm3.7-2h6.6l-1.8-6h-3zM11%208V3h2v5zm5.95%202.475L15.525%209.05l3.55-3.525l1.4%201.4zM18%2015v-2h5v2zM7.05%2010.475l-3.525-3.55l1.4-1.4l3.55%203.525zM1%2015v-2h5v2zm11%203%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%2020v-2h1.6L9%2010h6l2.4%208H19v2zm3.7-2h6.6l-1.8-6h-3zM11%208V3h2v5zm5.95%202.475L15.525%209.05l3.55-3.525l1.4%201.4zM18%2015v-2h5v2zM7.05%2010.475l-3.525-3.55l1.4-1.4l3.55%203.525zM1%2015v-2h5v2zm11%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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