zone person alert icon

zone-person-alert from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
zone-person-alert
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
zone-person-alert-outline

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the zone person alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18v-3h2v3h3v2zm4.8-4l1-5.1l-1.8.7V15H6v-4.7l3.95-1.7q.875-.375 1.288-.487T12 8q.525 0 .975.275T13.7 9l1 1.6l.2.3q.1.15.225.275q-1.225.8-2.025 2.063T12.075 16zm3.288-9.087Q11.5 6.325 11.5 5.5t.588-1.412T13.5 3.5t1.413.588T15.5 5.5t-.587 1.413T13.5 7.5t-1.412-.587M2 5V2q0-.825.588-1.412T4 0h3v2H4v3zm18 0V2h-3V0h3q.825 0 1.413.588T22 2v3zm-1 17q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m-.5-4h1v-4h-1zm.5 2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsZonePersonAlert(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="M4 20q-.825 0-1.412-.587T2 18v-3h2v3h3v2zm4.8-4l1-5.1l-1.8.7V15H6v-4.7l3.95-1.7q.875-.375 1.288-.487T12 8q.525 0 .975.275T13.7 9l1 1.6l.2.3q.1.15.225.275q-1.225.8-2.025 2.063T12.075 16zm3.288-9.087Q11.5 6.325 11.5 5.5t.588-1.412T13.5 3.5t1.413.588T15.5 5.5t-.587 1.413T13.5 7.5t-1.412-.587M2 5V2q0-.825.588-1.412T4 0h3v2H4v3zm18 0V2h-3V0h3q.825 0 1.413.588T22 2v3zm-1 17q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m-.5-4h1v-4h-1zm.5 2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18v-3h2v3h3v2zm4.8-4l1-5.1l-1.8.7V15H6v-4.7l3.95-1.7q.875-.375 1.288-.487T12 8q.525 0 .975.275T13.7 9l1 1.6l.2.3q.1.15.225.275q-1.225.8-2.025 2.063T12.075 16zm3.288-9.087Q11.5 6.325 11.5 5.5t.588-1.412T13.5 3.5t1.413.588T15.5 5.5t-.587 1.413T13.5 7.5t-1.412-.587M2 5V2q0-.825.588-1.412T4 0h3v2H4v3zm18 0V2h-3V0h3q.825 0 1.413.588T22 2v3zm-1 17q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m-.5-4h1v-4h-1zm.5 2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15"/></svg>
</template>

CSS

.icon-zone-person-alert {
  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%22M4%2020q-.825%200-1.412-.587T2%2018v-3h2v3h3v2zm4.8-4l1-5.1l-1.8.7V15H6v-4.7l3.95-1.7q.875-.375%201.288-.487T12%208q.525%200%20.975.275T13.7%209l1%201.6l.2.3q.1.15.225.275q-1.225.8-2.025%202.063T12.075%2016zm3.288-9.087Q11.5%206.325%2011.5%205.5t.588-1.412T13.5%203.5t1.413.588T15.5%205.5t-.587%201.413T13.5%207.5t-1.412-.587M2%205V2q0-.825.588-1.412T4%200h3v2H4v3zm18%200V2h-3V0h3q.825%200%201.413.588T22%202v3zm-1%2017q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m-.5-4h1v-4h-1zm.5%202q.2%200%20.35-.15t.15-.35t-.15-.35T19%2019t-.35.15t-.15.35t.15.35t.35.15%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%22M4%2020q-.825%200-1.412-.587T2%2018v-3h2v3h3v2zm4.8-4l1-5.1l-1.8.7V15H6v-4.7l3.95-1.7q.875-.375%201.288-.487T12%208q.525%200%20.975.275T13.7%209l1%201.6l.2.3q.1.15.225.275q-1.225.8-2.025%202.063T12.075%2016zm3.288-9.087Q11.5%206.325%2011.5%205.5t.588-1.412T13.5%203.5t1.413.588T15.5%205.5t-.587%201.413T13.5%207.5t-1.412-.587M2%205V2q0-.825.588-1.412T4%200h3v2H4v3zm18%200V2h-3V0h3q.825%200%201.413.588T22%202v3zm-1%2017q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m-.5-4h1v-4h-1zm.5%202q.2%200%20.35-.15t.15-.35t-.15-.35T19%2019t-.35.15t-.15.35t.15.35t.35.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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