Familiar Face And Zone icon

Familiar Face And Zone is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

familiar_face_and_zone_outlined_fill0_wght400.svg

Familiar Face And Zone icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=familiar_face_and_zone" />

<span class="material-symbols-outlined">familiar_face_and_zone</span>

Familiar Face And Zone icon in React

// With the font from the HTML tab:
export function FamiliarFaceAndZoneIcon() {
  return (
    <span className="material-symbols-outlined">
      familiar_face_and_zone
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FamiliarFaceAndZoneIcon from "@material-symbols/svg-400/outlined/familiar_face_and_zone.svg?react";

Familiar Face And Zone icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">familiar_face_and_zone</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FamiliarFaceAndZoneIcon from "@material-symbols/svg-400/outlined/familiar_face_and_zone.svg?component"; -->

Familiar Face And Zone icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">familiar_face_and_zone</mat-icon>

Familiar Face And Zone icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.familiar_face_and_zone, fill: 0, weight: 400)

Familiar Face And Zone icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/familiar_face_and_zone.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.025 19.975q-3.35 0-5.675-2.318T4.025 12q0-3.36 2.325-5.693Q8.675 3.975 12.025 3.975t5.675 2.338Q20.025 8.65 20.025 12t-2.325 5.663Q15.375 19.975 12.025 19.975Zm.05-1.5q2.65 0 4.525-1.881T18.475 12.025q0-.55-.1-1.05t-.3-1.075q-.875 .125-1.287 .163T16.075 10.1q-1.575 0-3.112-.85T10.175 6.875q-.65 1.725-1.862 2.988T5.475 11.625q0 3.025 1.936 4.938T12.075 18.475ZM5.925 9.8q.975-.575 1.713-1.462T8.725 6.375q-1 .575-1.725 1.463T5.925 9.8Zm3.138 3.663Q8.775 13.175 8.775 12.75t.288-.712Q9.35 11.75 9.775 11.75t.713 .288Q10.775 12.325 10.775 12.75t-.287 .713Q10.2 13.75 9.775 13.75t-.712-.287ZM16.35 8.6q.325 0 .588-.025t.537-.075q-.825-1.375-2.325-2.2t-3.15-.825q-.2 0-.375 .013t-.45 .062q.85 1.425 2.238 2.238T16.35 8.6ZM13.525 13.48q-.3-.294-.3-.73t.3-.73Q13.825 11.725 14.25 11.725t.713 .295Q15.25 12.315 15.25 12.75t-.287 .73Q14.675 13.775 14.25 13.775t-.725-.295ZM1 5.8v-3.3q0-.6 .45-1.05t1.05-.45h3.3v1.5H2.5v3.3H1ZM5.8 23H2.5q-.6 0-1.05-.45t-.45-1.05v-3.3h1.5v3.3h3.3v1.5Zm12.4 0v-1.5h3.3v-3.3h1.5v3.3q0 .6-.45 1.05t-1.05 .45H18.2Zm3.3-17.2v-3.3H18.2v-1.5h3.3q.6 0 1.05 .45t.45 1.05v3.3h-1.5Zm-10.325-.25Zm-2.45 .825Z" />
</vector>

Familiar Face And Zone icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/familiar_face_and_zone.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/familiar_face_and_zone.svg" width="24" height="24" alt="Familiar Face And Zone">

Familiar Face And Zone icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFamiliar Face And Zone
Ligaturefamiliar_face_and_zone
Code pointU+E21C
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/familiar_face_and_zone.svg, familiar_face_and_zone-fill.svg
FlutterSymbols.familiar_face_and_zone
LicenseApache License 2.0 (© Google LLC)

Keywords

homepersonsecuritynestprofileuserframesafetysilhouettetrackingprivateactivity

Related icons