e911 emergency icon
e911-emergency-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- e911-emergency-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visibleencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
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="M6.192 19q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h.966l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h.966q.213 0 .357.143t.143.357t-.143.357t-.357.143zM11.5 7.385v-3q0-.214.143-.357q.143-.144.357-.144t.357.144t.143.356v3q0 .214-.143.357T12 7.885t-.357-.144t-.143-.356m5.096 1.696l2.145-2.125q.14-.14.34-.134q.202.007.348.153q.14.14.14.335q0 .194-.14.334l-2.125 2.15q-.146.146-.344.156t-.364-.156t-.165-.357t.165-.356M19 13.885h3q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144M6.696 9.79L4.571 7.644q-.14-.14-.133-.341q.006-.201.153-.347q.14-.14.334-.14t.335.14L7.41 9.08q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165M2 14.885q-.213 0-.357-.144t-.143-.356t.143-.357q.144-.144.357-.144h3q.214 0 .357.144q.143.143.143.357q0 .213-.143.356T5 14.885z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightE911EmergencyRounded(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="M6.192 19q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h.966l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h.966q.213 0 .357.143t.143.357t-.143.357t-.357.143zM11.5 7.385v-3q0-.214.143-.357q.143-.144.357-.144t.357.144t.143.356v3q0 .214-.143.357T12 7.885t-.357-.144t-.143-.356m5.096 1.696l2.145-2.125q.14-.14.34-.134q.202.007.348.153q.14.14.14.335q0 .194-.14.334l-2.125 2.15q-.146.146-.344.156t-.364-.156t-.165-.357t.165-.356M19 13.885h3q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144M6.696 9.79L4.571 7.644q-.14-.14-.133-.341q.006-.201.153-.347q.14-.14.334-.14t.335.14L7.41 9.08q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165M2 14.885q-.213 0-.357-.144t-.143-.356t.143-.357q.144-.144.357-.144h3q.214 0 .357.144q.143.143.143.357q0 .213-.143.356T5 14.885z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.192 19q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h.966l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535 0 .966.31q.432.311.575.846L16.842 18h.966q.213 0 .357.143t.143.357t-.143.357t-.357.143zM11.5 7.385v-3q0-.214.143-.357q.143-.144.357-.144t.357.144t.143.356v3q0 .214-.143.357T12 7.885t-.357-.144t-.143-.356m5.096 1.696l2.145-2.125q.14-.14.34-.134q.202.007.348.153q.14.14.14.335q0 .194-.14.334l-2.125 2.15q-.146.146-.344.156t-.364-.156t-.165-.357t.165-.356M19 13.885h3q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3q-.213 0-.357-.144t-.143-.356t.143-.357t.357-.144M6.696 9.79L4.571 7.644q-.14-.14-.133-.341q.006-.201.153-.347q.14-.14.334-.14t.335.14L7.41 9.08q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165M2 14.885q-.213 0-.357-.144t-.143-.356t.143-.357q.144-.144.357-.144h3q.214 0 .357.144q.143.143.143.357q0 .213-.143.356T5 14.885z"/></svg> </template>
CSS
.icon-e911-emergency-rounded {
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%22M6.192%2019q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h.966l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535%200%20.966.31q.432.311.575.846L16.842%2018h.966q.213%200%20.357.143t.143.357t-.143.357t-.357.143zM11.5%207.385v-3q0-.214.143-.357q.143-.144.357-.144t.357.144t.143.356v3q0%20.214-.143.357T12%207.885t-.357-.144t-.143-.356m5.096%201.696l2.145-2.125q.14-.14.34-.134q.202.007.348.153q.14.14.14.335q0%20.194-.14.334l-2.125%202.15q-.146.146-.344.156t-.364-.156t-.165-.357t.165-.356M19%2013.885h3q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-3q-.213%200-.357-.144t-.143-.356t.143-.357t.357-.144M6.696%209.79L4.571%207.644q-.14-.14-.133-.341q.006-.201.153-.347q.14-.14.334-.14t.335.14L7.41%209.08q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165M2%2014.885q-.213%200-.357-.144t-.143-.356t.143-.357q.144-.144.357-.144h3q.214%200%20.357.144q.143.143.143.357q0%20.213-.143.356T5%2014.885z%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%22M6.192%2019q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h.966l1.878-6.344q.143-.535.575-.846t.966-.31h2.846q.535%200%20.966.31q.432.311.575.846L16.842%2018h.966q.213%200%20.357.143t.143.357t-.143.357t-.357.143zM11.5%207.385v-3q0-.214.143-.357q.143-.144.357-.144t.357.144t.143.356v3q0%20.214-.143.357T12%207.885t-.357-.144t-.143-.356m5.096%201.696l2.145-2.125q.14-.14.34-.134q.202.007.348.153q.14.14.14.335q0%20.194-.14.334l-2.125%202.15q-.146.146-.344.156t-.364-.156t-.165-.357t.165-.356M19%2013.885h3q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-3q-.213%200-.357-.144t-.143-.356t.143-.357t.357-.144M6.696%209.79L4.571%207.644q-.14-.14-.133-.341q.006-.201.153-.347q.14-.14.334-.14t.335.14L7.41%209.08q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165M2%2014.885q-.213%200-.357-.144t-.143-.356t.143-.357q.144-.144.357-.144h3q.214%200%20.357.144q.143.143.143.357q0%20.213-.143.356T5%2014.885z%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-rounded.svg?color=%231a73e8&size=48