Face Up icon

Face Up 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_up_outlined_fill0_wght400.svg

Face Up 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_up" />

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

Face Up icon in React

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

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

Face Up icon in Vue

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

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

Face Up icon in Angular

With Angular Material and the font from the HTML tab:

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

Face Up 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_up, fill: 0, weight: 400)

Face Up icon in Android

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

<!-- res/drawable/face_up.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.525 11.825q-.425 0-.712-.287T8.525 10.825q0-.425 .288-.712T9.525 9.825q.425 0 .713 .288T10.525 10.825q0 .425-.287 .713T9.525 11.825Zm4.975 0q-.425 0-.712-.287T13.5 10.825q0-.425 .288-.712T14.5 9.825q.425 0 .713 .288T15.5 10.825q0 .425-.287 .713T14.5 11.825ZM9.775 3.9q-1.4 .575-2.412 1.663T5.875 8.075q1.425-.5 2.413-1.625T9.775 3.9Zm2.15-.4q-.275 0-.55 .038t-.55 .112q1.125 1.45 2.663 2.4T16.825 6.975q.2 0 .413-.012T17.65 6.9q-.875-1.575-2.4-2.5t-3.325-.9ZM9.425 15.8l-1.125 1.125q-1.875-1-3.05-2.85t-1.175-4.15q0-3.3 2.313-5.612T12 2q3.3 0 5.613 2.313T19.925 9.925q0 2.3-1.175 4.15T15.7 16.925l-1.125-1.125q1.725-.75 2.788-2.325T18.425 9.925q0-.4-.062-.787T18.225 8.35q-.275 .05-.562 .063T17.1 8.45q-1.875 .075-3.55-.65t-2.925-2.15q-.725 1.55-2.075 2.613T5.575 9.8v.075q-.025 2 1.05 3.588T9.425 15.8Zm1.825 6.95v-4.525l-1.85 1.825-1.05-1.05 3.65-3.65 3.65 3.65-1.05 1.05-1.85-1.825v4.525h-1.5Zm-1.475-18.85Zm1.05-.25Z" />
</vector>

Face Up icon in SVG

npm install @material-symbols/svg-400

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

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

Face Up 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 Up
Ligatureface_up
Code pointU+F3FD
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/face_up.svg, face_up-fill.svg
FlutterSymbols.face_up
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanpersoncharacterprofileavatarheadgesturepositiveemojiportraithappyemotion

Related icons