familiar face and zone icon
familiar-face-and-zone-outline-sharp from Material Symbols by Google · Outline Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- familiar-face-and-zone-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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 18M6.4 9.85q1.1-.575 1.675-1.337T9.2 6.7q-.95.5-1.675 1.313T6.4 9.85m2.388 3.863Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288M16.25 8.5h.3q.15 0 .3-.025q-.825-1.125-2.087-1.8T12 6h-.3q-.15 0-.275.025q.975 1.125 2.062 1.8t2.763.675m-2.463 5.213Q13.5 13.425 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5zm-11.8.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFamiliarFaceAndZoneOutlineSharp(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 18M6.4 9.85q1.1-.575 1.675-1.337T9.2 6.7q-.95.5-1.675 1.313T6.4 9.85m2.388 3.863Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288M16.25 8.5h.3q.15 0 .3-.025q-.825-1.125-2.087-1.8T12 6h-.3q-.15 0-.275.025q.975 1.125 2.062 1.8t2.763.675m-2.463 5.213Q13.5 13.425 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5zm-11.8.7"/></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 18M6.4 9.85q1.1-.575 1.675-1.337T9.2 6.7q-.95.5-1.675 1.313T6.4 9.85m2.388 3.863Q8.5 13.425 8.5 13t.288-.712T9.5 12t.713.288t.287.712t-.288.713T9.5 14t-.712-.288M16.25 8.5h.3q.15 0 .3-.025q-.825-1.125-2.087-1.8T12 6h-.3q-.15 0-.275.025q.975 1.125 2.062 1.8t2.763.675m-2.463 5.213Q13.5 13.425 13.5 13t.288-.712T14.5 12t.713.288t.287.712t-.288.713T14.5 14t-.712-.288M1 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5zm-11.8.7"/></svg> </template>
CSS
.icon-familiar-face-and-zone-outline-sharp {
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%2018M6.4%209.85q1.1-.575%201.675-1.337T9.2%206.7q-.95.5-1.675%201.313T6.4%209.85m2.388%203.863Q8.5%2013.425%208.5%2013t.288-.712T9.5%2012t.713.288t.287.712t-.288.713T9.5%2014t-.712-.288M16.25%208.5h.3q.15%200%20.3-.025q-.825-1.125-2.087-1.8T12%206h-.3q-.15%200-.275.025q.975%201.125%202.062%201.8t2.763.675m-2.463%205.213Q13.5%2013.425%2013.5%2013t.288-.712T14.5%2012t.713.288t.287.712t-.288.713T14.5%2014t-.712-.288M1%206V1h5v2H3v3zm0%2017v-5h2v3h3v2zm17%200v-2h3v-3h2v5zm3-17V3h-3V1h5v5zm-11.8.7%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%2018M6.4%209.85q1.1-.575%201.675-1.337T9.2%206.7q-.95.5-1.675%201.313T6.4%209.85m2.388%203.863Q8.5%2013.425%208.5%2013t.288-.712T9.5%2012t.713.288t.287.712t-.288.713T9.5%2014t-.712-.288M16.25%208.5h.3q.15%200%20.3-.025q-.825-1.125-2.087-1.8T12%206h-.3q-.15%200-.275.025q.975%201.125%202.062%201.8t2.763.675m-2.463%205.213Q13.5%2013.425%2013.5%2013t.288-.712T14.5%2012t.713.288t.287.712t-.288.713T14.5%2014t-.712-.288M1%206V1h5v2H3v3zm0%2017v-5h2v3h3v2zm17%200v-2h3v-3h2v5zm3-17V3h-3V1h5v5zm-11.8.7%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-outline-sharp.svg?color=%231a73e8&size=48