familiar face and zone icon
familiar-face-and-zone-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- familiar-face-and-zone-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 familiar face and zone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-3.35 0-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325T20 12t-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12q0-.425-.062-.837t-.188-.813q-.375.075-.75.113t-.75.037q-1.575 0-3-.6T10.7 8.15q-.7 1.425-1.925 2.475T6 12.15q.075 2.45 1.812 4.15T12 18m-3.213-4.287Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288m5 0Q13.5 13.426 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 5V3q0-.825.588-1.412T3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5m4 18H3q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23m16 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-3h2v3q0 .825-.587 1.413T21 23m0-18V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFamiliarFaceAndZoneRounded(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="M12 20q-3.35 0-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325T20 12t-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12q0-.425-.062-.837t-.188-.813q-.375.075-.75.113t-.75.037q-1.575 0-3-.6T10.7 8.15q-.7 1.425-1.925 2.475T6 12.15q.075 2.45 1.812 4.15T12 18m-3.213-4.287Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288m5 0Q13.5 13.426 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 5V3q0-.825.588-1.412T3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5m4 18H3q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23m16 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-3h2v3q0 .825-.587 1.413T21 23m0-18V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-3.35 0-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325T20 12t-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12q0-.425-.062-.837t-.188-.813q-.375.075-.75.113t-.75.037q-1.575 0-3-.6T10.7 8.15q-.7 1.425-1.925 2.475T6 12.15q.075 2.45 1.812 4.15T12 18m-3.213-4.287Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288m5 0Q13.5 13.426 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 5V3q0-.825.588-1.412T3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5m4 18H3q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23m16 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-3h2v3q0 .825-.587 1.413T21 23m0-18V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3v2q0 .425-.288.713T22 6t-.712-.288T21 5"/></svg> </template>
CSS
.icon-familiar-face-and-zone-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%22M12%2020q-3.35%200-5.675-2.325T4%2012t2.325-5.675T12%204t5.675%202.325T20%2012t-2.325%205.675T12%2020m0-2q2.5%200%204.25-1.75T18%2012q0-.425-.062-.837t-.188-.813q-.375.075-.75.113t-.75.037q-1.575%200-3-.6T10.7%208.15q-.7%201.425-1.925%202.475T6%2012.15q.075%202.45%201.812%204.15T12%2018m-3.213-4.287Q8.5%2013.425%208.5%2013t.288-.712T9.5%2012t.713.288t.287.712t-.288.713T9.5%2014t-.712-.288m5%200Q13.5%2013.426%2013.5%2013t.288-.712T14.5%2012t.713.288t.287.712t-.288.713T14.5%2014t-.712-.288M1%205V3q0-.825.588-1.412T3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205m4%2018H3q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023m16%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-3h2v3q0%20.825-.587%201.413T21%2023m0-18V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203v2q0%20.425-.288.713T22%206t-.712-.288T21%205%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%22M12%2020q-3.35%200-5.675-2.325T4%2012t2.325-5.675T12%204t5.675%202.325T20%2012t-2.325%205.675T12%2020m0-2q2.5%200%204.25-1.75T18%2012q0-.425-.062-.837t-.188-.813q-.375.075-.75.113t-.75.037q-1.575%200-3-.6T10.7%208.15q-.7%201.425-1.925%202.475T6%2012.15q.075%202.45%201.812%204.15T12%2018m-3.213-4.287Q8.5%2013.425%208.5%2013t.288-.712T9.5%2012t.713.288t.287.712t-.288.713T9.5%2014t-.712-.288m5%200Q13.5%2013.426%2013.5%2013t.288-.712T14.5%2012t.713.288t.287.712t-.288.713T14.5%2014t-.712-.288M1%205V3q0-.825.588-1.412T3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205m4%2018H3q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023m16%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-3h2v3q0%20.825-.587%201.413T21%2023m0-18V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203v2q0%20.425-.288.713T22%206t-.712-.288T21%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/familiar-face-and-zone-rounded.svg?color=%231a73e8&size=48