zone person idle icon
zone-person-idle-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- zone-person-idle-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- zone-person-idle-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 idle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 21.325L13.2 14.75l-.4 1.95h-4l1-5.1l-1.8.7v2.4q0 .425-.288.712T7 15.7t-.712-.287T6 14.7v-3.05q0-.3.163-.537t.437-.363l1.8-.775L1.375 2.95q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 20.7q-.825 0-1.412-.587T2 18.7v-2q0-.425.288-.712T3 15.7t.713.288T4 16.7v2h2q.425 0 .713.288T7 19.7t-.288.713T6 20.7zm16-16v-2h-2q-.425 0-.712-.288T17 1.7t.288-.712T18 .7h2q.825 0 1.413.588T22 2.7v2q0 .425-.288.713T21 5.7t-.712-.288T20 4.7m-18 0V3.2q0-.425.163-.788t.412-.637L4 3.225V4.7q0 .425-.288.713T3 5.7t-.712-.288T2 4.7m16 16q-.425 0-.712-.288T17 19.7t.288-.712T18 18.7h1.725l1.425 1.4q-.25.275-.612.437t-.788.163zM6.825 2.7l-2-2H7q.425 0 .713.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2V15.7q0-.425.288-.712T21 14.7t.713.288t.287.712zM13.5 8.2q-.825 0-1.412-.587T11.5 6.2t.588-1.412T13.5 4.2t1.413.588T15.5 6.2t-.587 1.413T13.5 8.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsZonePersonIdleRounded(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="M19.775 21.325L13.2 14.75l-.4 1.95h-4l1-5.1l-1.8.7v2.4q0 .425-.288.712T7 15.7t-.712-.287T6 14.7v-3.05q0-.3.163-.537t.437-.363l1.8-.775L1.375 2.95q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 20.7q-.825 0-1.412-.587T2 18.7v-2q0-.425.288-.712T3 15.7t.713.288T4 16.7v2h2q.425 0 .713.288T7 19.7t-.288.713T6 20.7zm16-16v-2h-2q-.425 0-.712-.288T17 1.7t.288-.712T18 .7h2q.825 0 1.413.588T22 2.7v2q0 .425-.288.713T21 5.7t-.712-.288T20 4.7m-18 0V3.2q0-.425.163-.788t.412-.637L4 3.225V4.7q0 .425-.288.713T3 5.7t-.712-.288T2 4.7m16 16q-.425 0-.712-.288T17 19.7t.288-.712T18 18.7h1.725l1.425 1.4q-.25.275-.612.437t-.788.163zM6.825 2.7l-2-2H7q.425 0 .713.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2V15.7q0-.425.288-.712T21 14.7t.713.288t.287.712zM13.5 8.2q-.825 0-1.412-.587T11.5 6.2t.588-1.412T13.5 4.2t1.413.588T15.5 6.2t-.587 1.413T13.5 8.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 21.325L13.2 14.75l-.4 1.95h-4l1-5.1l-1.8.7v2.4q0 .425-.288.712T7 15.7t-.712-.287T6 14.7v-3.05q0-.3.163-.537t.437-.363l1.8-.775L1.375 2.95q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l18.375 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 20.7q-.825 0-1.412-.587T2 18.7v-2q0-.425.288-.712T3 15.7t.713.288T4 16.7v2h2q.425 0 .713.288T7 19.7t-.288.713T6 20.7zm16-16v-2h-2q-.425 0-.712-.288T17 1.7t.288-.712T18 .7h2q.825 0 1.413.588T22 2.7v2q0 .425-.288.713T21 5.7t-.712-.288T20 4.7m-18 0V3.2q0-.425.163-.788t.412-.637L4 3.225V4.7q0 .425-.288.713T3 5.7t-.712-.288T2 4.7m16 16q-.425 0-.712-.288T17 19.7t.288-.712T18 18.7h1.725l1.425 1.4q-.25.275-.612.437t-.788.163zM6.825 2.7l-2-2H7q.425 0 .713.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2V15.7q0-.425.288-.712T21 14.7t.713.288t.287.712zM13.5 8.2q-.825 0-1.412-.587T11.5 6.2t.588-1.412T13.5 4.2t1.413.588T15.5 6.2t-.587 1.413T13.5 8.2"/></svg> </template>
CSS
.icon-zone-person-idle-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%22M19.775%2021.325L13.2%2014.75l-.4%201.95h-4l1-5.1l-1.8.7v2.4q0%20.425-.288.712T7%2015.7t-.712-.287T6%2014.7v-3.05q0-.3.163-.537t.437-.363l1.8-.775L1.375%202.95q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l18.375%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4%2020.7q-.825%200-1.412-.587T2%2018.7v-2q0-.425.288-.712T3%2015.7t.713.288T4%2016.7v2h2q.425%200%20.713.288T7%2019.7t-.288.713T6%2020.7zm16-16v-2h-2q-.425%200-.712-.288T17%201.7t.288-.712T18%20.7h2q.825%200%201.413.588T22%202.7v2q0%20.425-.288.713T21%205.7t-.712-.288T20%204.7m-18%200V3.2q0-.425.163-.788t.412-.637L4%203.225V4.7q0%20.425-.288.713T3%205.7t-.712-.288T2%204.7m16%2016q-.425%200-.712-.288T17%2019.7t.288-.712T18%2018.7h1.725l1.425%201.4q-.25.275-.612.437t-.788.163zM6.825%202.7l-2-2H7q.425%200%20.713.287T8%201.7t-.288.713T7%202.7zM22%2017.875l-2-2V15.7q0-.425.288-.712T21%2014.7t.713.288t.287.712zM13.5%208.2q-.825%200-1.412-.587T11.5%206.2t.588-1.412T13.5%204.2t1.413.588T15.5%206.2t-.587%201.413T13.5%208.2%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%22M19.775%2021.325L13.2%2014.75l-.4%201.95h-4l1-5.1l-1.8.7v2.4q0%20.425-.288.712T7%2015.7t-.712-.287T6%2014.7v-3.05q0-.3.163-.537t.437-.363l1.8-.775L1.375%202.95q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l18.375%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4%2020.7q-.825%200-1.412-.587T2%2018.7v-2q0-.425.288-.712T3%2015.7t.713.288T4%2016.7v2h2q.425%200%20.713.288T7%2019.7t-.288.713T6%2020.7zm16-16v-2h-2q-.425%200-.712-.288T17%201.7t.288-.712T18%20.7h2q.825%200%201.413.588T22%202.7v2q0%20.425-.288.713T21%205.7t-.712-.288T20%204.7m-18%200V3.2q0-.425.163-.788t.412-.637L4%203.225V4.7q0%20.425-.288.713T3%205.7t-.712-.288T2%204.7m16%2016q-.425%200-.712-.288T17%2019.7t.288-.712T18%2018.7h1.725l1.425%201.4q-.25.275-.612.437t-.788.163zM6.825%202.7l-2-2H7q.425%200%20.713.287T8%201.7t-.288.713T7%202.7zM22%2017.875l-2-2V15.7q0-.425.288-.712T21%2014.7t.713.288t.287.712zM13.5%208.2q-.825%200-1.412-.587T11.5%206.2t.588-1.412T13.5%204.2t1.413.588T15.5%206.2t-.587%201.413T13.5%208.2%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-idle-rounded.svg?color=%231a73e8&size=48