zone person alert icon
zone-person-alert-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- zone-person-alert-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- zone-person-alert-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm4.8-4l1-5.1l-1.8.7V14q0 .425-.288.712T7 15t-.712-.288T6 14v-3.05q0-.3.163-.537t.437-.363L9.95 8.6q.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 4V2q0-.825.588-1.412T4 0h2q.425 0 .713.288T7 1t-.288.713T6 2H4v2q0 .425-.288.713T3 5t-.712-.288T2 4m18 0V2h-2q-.425 0-.712-.288T17 1t.288-.712T18 0h2q.825 0 1.413.588T22 2v2q0 .425-.288.713T21 5t-.712-.288T20 4m-1 18q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-4q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18m0 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 MaterialSymbolsZonePersonAlertRounded(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-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm4.8-4l1-5.1l-1.8.7V14q0 .425-.288.712T7 15t-.712-.288T6 14v-3.05q0-.3.163-.537t.437-.363L9.95 8.6q.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 4V2q0-.825.588-1.412T4 0h2q.425 0 .713.288T7 1t-.288.713T6 2H4v2q0 .425-.288.713T3 5t-.712-.288T2 4m18 0V2h-2q-.425 0-.712-.288T17 1t.288-.712T18 0h2q.825 0 1.413.588T22 2v2q0 .425-.288.713T21 5t-.712-.288T20 4m-1 18q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-4q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18m0 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-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm4.8-4l1-5.1l-1.8.7V14q0 .425-.288.712T7 15t-.712-.288T6 14v-3.05q0-.3.163-.537t.437-.363L9.95 8.6q.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 4V2q0-.825.588-1.412T4 0h2q.425 0 .713.288T7 1t-.288.713T6 2H4v2q0 .425-.288.713T3 5t-.712-.288T2 4m18 0V2h-2q-.425 0-.712-.288T17 1t.288-.712T18 0h2q.825 0 1.413.588T22 2v2q0 .425-.288.713T21 5t-.712-.288T20 4m-1 18q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-4q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18m0 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-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%22M4%2020q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h2q.425%200%20.713.288T7%2019t-.288.713T6%2020zm4.8-4l1-5.1l-1.8.7V14q0%20.425-.288.712T7%2015t-.712-.288T6%2014v-3.05q0-.3.163-.537t.437-.363L9.95%208.6q.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%204V2q0-.825.588-1.412T4%200h2q.425%200%20.713.288T7%201t-.288.713T6%202H4v2q0%20.425-.288.713T3%205t-.712-.288T2%204m18%200V2h-2q-.425%200-.712-.288T17%201t.288-.712T18%200h2q.825%200%201.413.588T22%202v2q0%20.425-.288.713T21%205t-.712-.288T20%204m-1%2018q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m0-4q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T19%2014t-.35.15t-.15.35v3q0%20.2.15.35T19%2018m0%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-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h2q.425%200%20.713.288T7%2019t-.288.713T6%2020zm4.8-4l1-5.1l-1.8.7V14q0%20.425-.288.712T7%2015t-.712-.288T6%2014v-3.05q0-.3.163-.537t.437-.363L9.95%208.6q.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%204V2q0-.825.588-1.412T4%200h2q.425%200%20.713.288T7%201t-.288.713T6%202H4v2q0%20.425-.288.713T3%205t-.712-.288T2%204m18%200V2h-2q-.425%200-.712-.288T17%201t.288-.712T18%200h2q.825%200%201.413.588T22%202v2q0%20.425-.288.713T21%205t-.712-.288T20%204m-1%2018q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m0-4q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T19%2014t-.35.15t-.15.35v3q0%20.2.15.35T19%2018m0%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-rounded.svg?color=%231a73e8&size=48