contact emergency icon

contact-emergency-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
contact-emergency-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the contact emergency icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm13.9-2H22V5H2v14h.1q1.05-1.875 2.9-2.937T9 15t4 1.063T15.9 19m-4.775-5.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M4.55 19h8.9q-.85-.95-2.013-1.475T9 17t-2.425.525T4.55 19m3.737-7.288Q8 11.425 8 11t.288-.712T9 10t.713.288T10 11t-.288.713T9 12t-.712-.288M17.25 10.3v.95q0 .325.213.538T18 12t.538-.213t.212-.537v-.95l.825.475q.275.15.575.075t.45-.35t.075-.575t-.35-.45L19.5 9l.825-.475q.275-.15.35-.45T20.6 7.5t-.45-.35t-.575.075l-.825.475v-.95q0-.325-.213-.537T18 6t-.537.213t-.213.537v.95l-.825-.475q-.275-.15-.575-.075t-.45.35t-.075.575t.35.45L16.5 9l-.825.475q-.275.15-.35.45t.075.575t.45.35t.575-.075z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContactEmergencyOutlineRounded(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="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm13.9-2H22V5H2v14h.1q1.05-1.875 2.9-2.937T9 15t4 1.063T15.9 19m-4.775-5.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M4.55 19h8.9q-.85-.95-2.013-1.475T9 17t-2.425.525T4.55 19m3.737-7.288Q8 11.425 8 11t.288-.712T9 10t.713.288T10 11t-.288.713T9 12t-.712-.288M17.25 10.3v.95q0 .325.213.538T18 12t.538-.213t.212-.537v-.95l.825.475q.275.15.575.075t.45-.35t.075-.575t-.35-.45L19.5 9l.825-.475q.275-.15.35-.45T20.6 7.5t-.45-.35t-.575.075l-.825.475v-.95q0-.325-.213-.537T18 6t-.537.213t-.213.537v.95l-.825-.475q-.275-.15-.575-.075t-.45.35t-.075.575t.35.45L16.5 9l-.825.475q-.275.15-.35.45t.075.575t.45.35t.575-.075z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21q-.825 0-1.412-.587T0 19V5q0-.825.588-1.412T2 3h20q.825 0 1.413.588T24 5v14q0 .825-.587 1.413T22 21zm13.9-2H22V5H2v14h.1q1.05-1.875 2.9-2.937T9 15t4 1.063T15.9 19m-4.775-5.875Q12 12.25 12 11t-.875-2.125T9 8t-2.125.875T6 11t.875 2.125T9 14t2.125-.875M4.55 19h8.9q-.85-.95-2.013-1.475T9 17t-2.425.525T4.55 19m3.737-7.288Q8 11.425 8 11t.288-.712T9 10t.713.288T10 11t-.288.713T9 12t-.712-.288M17.25 10.3v.95q0 .325.213.538T18 12t.538-.213t.212-.537v-.95l.825.475q.275.15.575.075t.45-.35t.075-.575t-.35-.45L19.5 9l.825-.475q.275-.15.35-.45T20.6 7.5t-.45-.35t-.575.075l-.825.475v-.95q0-.325-.213-.537T18 6t-.537.213t-.213.537v.95l-.825-.475q-.275-.15-.575-.075t-.45.35t-.075.575t.35.45L16.5 9l-.825.475q-.275.15-.35.45t.075.575t.45.35t.575-.075z"/></svg>
</template>

CSS

.icon-contact-emergency-outline-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%22M2%2021q-.825%200-1.412-.587T0%2019V5q0-.825.588-1.412T2%203h20q.825%200%201.413.588T24%205v14q0%20.825-.587%201.413T22%2021zm13.9-2H22V5H2v14h.1q1.05-1.875%202.9-2.937T9%2015t4%201.063T15.9%2019m-4.775-5.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M4.55%2019h8.9q-.85-.95-2.013-1.475T9%2017t-2.425.525T4.55%2019m3.737-7.288Q8%2011.425%208%2011t.288-.712T9%2010t.713.288T10%2011t-.288.713T9%2012t-.712-.288M17.25%2010.3v.95q0%20.325.213.538T18%2012t.538-.213t.212-.537v-.95l.825.475q.275.15.575.075t.45-.35t.075-.575t-.35-.45L19.5%209l.825-.475q.275-.15.35-.45T20.6%207.5t-.45-.35t-.575.075l-.825.475v-.95q0-.325-.213-.537T18%206t-.537.213t-.213.537v.95l-.825-.475q-.275-.15-.575-.075t-.45.35t-.075.575t.35.45L16.5%209l-.825.475q-.275.15-.35.45t.075.575t.45.35t.575-.075z%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%22M2%2021q-.825%200-1.412-.587T0%2019V5q0-.825.588-1.412T2%203h20q.825%200%201.413.588T24%205v14q0%20.825-.587%201.413T22%2021zm13.9-2H22V5H2v14h.1q1.05-1.875%202.9-2.937T9%2015t4%201.063T15.9%2019m-4.775-5.875Q12%2012.25%2012%2011t-.875-2.125T9%208t-2.125.875T6%2011t.875%202.125T9%2014t2.125-.875M4.55%2019h8.9q-.85-.95-2.013-1.475T9%2017t-2.425.525T4.55%2019m3.737-7.288Q8%2011.425%208%2011t.288-.712T9%2010t.713.288T10%2011t-.288.713T9%2012t-.712-.288M17.25%2010.3v.95q0%20.325.213.538T18%2012t.538-.213t.212-.537v-.95l.825.475q.275.15.575.075t.45-.35t.075-.575t-.35-.45L19.5%209l.825-.475q.275-.15.35-.45T20.6%207.5t-.45-.35t-.575.075l-.825.475v-.95q0-.325-.213-.537T18%206t-.537.213t-.213.537v.95l-.825-.475q-.275-.15-.575-.075t-.45.35t-.075.575t.35.45L16.5%209l-.825.475q-.275.15-.35.45t.075.575t.45.35t.575-.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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