Face Nod icon

Face Nod is a Google Material Symbol from the Social 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

face_nod_outlined_fill0_wght400.svg

Face Nod 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=face_nod" />

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

Face Nod icon in React

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

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

Face Nod icon in Vue

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

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

Face Nod icon in Angular

With Angular Material and the font from the HTML tab:

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

Face Nod 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.face_nod, fill: 0, weight: 400)

Face Nod icon in Android

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

<!-- res/drawable/face_nod.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="M9 20q-3.3 0-5.612-2.312T1.075 12.075q0-3.3 2.313-5.612T9 4.15q3.3 0 5.613 2.313T16.925 12.075q0 3.3-2.312 5.613T9 20Zm0-1.5q2.677 0 4.551-1.874T15.425 12.075q0-.4-.062-.787T15.225 10.5q-.275 .05-.562 .075t-.563 .025q-1.875 .1-3.55-.637T7.625 7.8q-.725 1.55-2.075 2.613T2.575 11.95v.075q-.025 2.7 1.85 4.588T9 18.5Zm-2.475-4.525q-.425 0-.712-.287T5.525 12.975q0-.425 .288-.712T6.525 11.975q.425 0 .713 .288T7.525 12.975q0 .425-.287 .713T6.525 13.975Zm4.975 0q-.414 0-.695-.287T10.525 12.975q0-.425 .28-.712T11.5 11.975q.436 0 .73 .288T12.525 12.975q0 .425-.295 .713T11.5 13.975ZM6.775 6.05q-1.4 .575-2.412 1.663T2.875 10.225q1.425-.5 2.413-1.625T6.775 6.05Zm2.15-.4q-.275 0-.55 .038t-.55 .112q1.125 1.45 2.663 2.4T13.825 9.125q.2 0 .413-.012T14.65 9.05q-.875-1.575-2.4-2.5t-3.325-.9Zm-2.15 .4Zm1.05-.25ZM17.25 22v-4.75h1v3.575q1.65-1.875 2.7-4.1t1.05-4.725q0-2.5-1.05-4.725T18.25 3.175v3.575h-1v-4.75h4.75v1H19.425q1.575 1.95 2.575 4.225t1 4.775q0 2.5-1 4.775T19.425 21h2.575v1H17.25Z" />
</vector>

Face Nod icon in SVG

npm install @material-symbols/svg-400

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

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

Face Nod 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

NameFace Nod
Ligatureface_nod
Code pointU+F400
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/face_nod.svg, face_nod-fill.svg
FlutterSymbols.face_nod
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanpersonactioncheckforwardverifieddoneheadyesapprovegesturenext

Related icons