familiar face and zone icon
familiar-face-and-zone-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- familiar-face-and-zone-sharp
- Set
- Material Symbols
- Style
- 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 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 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFamiliarFaceAndZoneSharp(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 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5z"/></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 6V1h5v2H3v3zm0 17v-5h2v3h3v2zm17 0v-2h3v-3h2v5zm3-17V3h-3V1h5v5z"/></svg> </template>
CSS
.icon-familiar-face-and-zone-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%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%206V1h5v2H3v3zm0%2017v-5h2v3h3v2zm17%200v-2h3v-3h2v5zm3-17V3h-3V1h5v5z%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%206V1h5v2H3v3zm0%2017v-5h2v3h3v2zm17%200v-2h3v-3h2v5zm3-17V3h-3V1h5v5z%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-sharp.svg?color=%231a73e8&size=48