zone person idle icon
zone-person-idle-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- zone-person-idle-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- zone-person-idle-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
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="m20.756 20.921l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 11.973V14.7q0 .214-.143.357T7 15.2t-.357-.143T6.5 14.7v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 2.412q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 19.7q-.691 0-1.153-.462T3 18.085V16.2q0-.213.143-.357T3.5 15.7t.357.143T4 16.2v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 19.2t-.143.357t-.357.143zM20 5.2V3.315q0-.23-.192-.423t-.423-.192H17.5q-.213 0-.357-.143T17 2.2t.143-.357t.357-.143h1.885q.69 0 1.152.463T21 3.316V5.2q0 .214-.143.357T20.5 5.7t-.357-.143T20 5.2m-17 0V3.43q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 3.32 4 3.436V5.2q0 .214-.143.357T3.5 5.7t-.357-.143T3 5.2m14.5 14.5q-.213 0-.357-.143T17 19.2t.143-.357t.357-.143h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 2.7l-1-1H7q.214 0 .357.143T7.5 2.2t-.143.357T7 2.7zM21 16.933l-1-1V15.7q0-.213.143-.357t.357-.143t.357.143t.143.357zm-7.5-9.04q-.71 0-1.201-.492q-.491-.491-.491-1.201t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightZonePersonIdleRounded(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="m20.756 20.921l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 11.973V14.7q0 .214-.143.357T7 15.2t-.357-.143T6.5 14.7v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 2.412q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 19.7q-.691 0-1.153-.462T3 18.085V16.2q0-.213.143-.357T3.5 15.7t.357.143T4 16.2v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 19.2t-.143.357t-.357.143zM20 5.2V3.315q0-.23-.192-.423t-.423-.192H17.5q-.213 0-.357-.143T17 2.2t.143-.357t.357-.143h1.885q.69 0 1.152.463T21 3.316V5.2q0 .214-.143.357T20.5 5.7t-.357-.143T20 5.2m-17 0V3.43q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 3.32 4 3.436V5.2q0 .214-.143.357T3.5 5.7t-.357-.143T3 5.2m14.5 14.5q-.213 0-.357-.143T17 19.2t.143-.357t.357-.143h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 2.7l-1-1H7q.214 0 .357.143T7.5 2.2t-.143.357T7 2.7zM21 16.933l-1-1V15.7q0-.213.143-.357t.357-.143t.357.143t.143.357zm-7.5-9.04q-.71 0-1.201-.492q-.491-.491-.491-1.201t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.756 20.921l-7.767-7.767l-.573 2.93h-3l1.038-5.33L7.5 11.973V14.7q0 .214-.143.357T7 15.2t-.357-.143T6.5 14.7v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24 2.412q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616 19.7q-.691 0-1.153-.462T3 18.085V16.2q0-.213.143-.357T3.5 15.7t.357.143T4 16.2v1.885q0 .23.192.423t.423.192H6.5q.214 0 .357.143T7 19.2t-.143.357t-.357.143zM20 5.2V3.315q0-.23-.192-.423t-.423-.192H17.5q-.213 0-.357-.143T17 2.2t.143-.357t.357-.143h1.885q.69 0 1.152.463T21 3.316V5.2q0 .214-.143.357T20.5 5.7t-.357-.143T20 5.2m-17 0V3.43q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4 3.32 4 3.436V5.2q0 .214-.143.357T3.5 5.7t-.357-.143T3 5.2m14.5 14.5q-.213 0-.357-.143T17 19.2t.143-.357t.357-.143h1.821q.115 0 .221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767 2.7l-1-1H7q.214 0 .357.143T7.5 2.2t-.143.357T7 2.7zM21 16.933l-1-1V15.7q0-.213.143-.357t.357-.143t.357.143t.143.357zm-7.5-9.04q-.71 0-1.201-.492q-.491-.491-.491-1.201t.491-1.201t1.201-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></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%22m20.756%2020.921l-7.767-7.767l-.573%202.93h-3l1.038-5.33L7.5%2011.973V14.7q0%20.214-.143.357T7%2015.2t-.357-.143T6.5%2014.7v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24%202.412q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616%2019.7q-.691%200-1.153-.462T3%2018.085V16.2q0-.213.143-.357T3.5%2015.7t.357.143T4%2016.2v1.885q0%20.23.192.423t.423.192H6.5q.214%200%20.357.143T7%2019.2t-.143.357t-.357.143zM20%205.2V3.315q0-.23-.192-.423t-.423-.192H17.5q-.213%200-.357-.143T17%202.2t.143-.357t.357-.143h1.885q.69%200%201.152.463T21%203.316V5.2q0%20.214-.143.357T20.5%205.7t-.357-.143T20%205.2m-17%200V3.43q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4%203.32%204%203.436V5.2q0%20.214-.143.357T3.5%205.7t-.357-.143T3%205.2m14.5%2014.5q-.213%200-.357-.143T17%2019.2t.143-.357t.357-.143h1.821q.115%200%20.221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767%202.7l-1-1H7q.214%200%20.357.143T7.5%202.2t-.143.357T7%202.7zM21%2016.933l-1-1V15.7q0-.213.143-.357t.357-.143t.357.143t.143.357zm-7.5-9.04q-.71%200-1.201-.492q-.491-.491-.491-1.201t.491-1.201t1.201-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%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%22m20.756%2020.921l-7.767-7.767l-.573%202.93h-3l1.038-5.33L7.5%2011.973V14.7q0%20.214-.143.357T7%2015.2t-.357-.143T6.5%2014.7v-2.858q0-.242.143-.441t.36-.305l2.782-1.14L2.24%202.412q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165M4.616%2019.7q-.691%200-1.153-.462T3%2018.085V16.2q0-.213.143-.357T3.5%2015.7t.357.143T4%2016.2v1.885q0%20.23.192.423t.423.192H6.5q.214%200%20.357.143T7%2019.2t-.143.357t-.357.143zM20%205.2V3.315q0-.23-.192-.423t-.423-.192H17.5q-.213%200-.357-.143T17%202.2t.143-.357t.357-.143h1.885q.69%200%201.152.463T21%203.316V5.2q0%20.214-.143.357T20.5%205.7t-.357-.143T20%205.2m-17%200V3.43q0-.347.115-.643q.114-.295.306-.512l.733.739q-.058.096-.106.202Q4%203.32%204%203.436V5.2q0%20.214-.143.357T3.5%205.7t-.357-.143T3%205.2m14.5%2014.5q-.213%200-.357-.143T17%2019.2t.143-.357t.357-.143h1.821q.115%200%20.221-.048t.164-.144l.732.727q-.192.217-.478.341q-.285.124-.633.124zM6.767%202.7l-1-1H7q.214%200%20.357.143T7.5%202.2t-.143.357T7%202.7zM21%2016.933l-1-1V15.7q0-.213.143-.357t.357-.143t.357.143t.143.357zm-7.5-9.04q-.71%200-1.201-.492q-.491-.491-.491-1.201t.491-1.201t1.201-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/zone-person-idle-rounded.svg?color=%231a73e8&size=48