Undereye icon

Undereye 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

undereye_outlined_fill0_wght400.svg

Undereye 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=undereye" />

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

Undereye icon in React

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

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

Undereye icon in Vue

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

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

Undereye icon in Angular

With Angular Material and the font from the HTML tab:

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

Undereye 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.undereye, fill: 0, weight: 400)

Undereye icon in Android

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

<!-- res/drawable/undereye.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="M11.996 18.9q-3.754 0-6.7-2.087T1 11.425q1.325-3.35 4.263-5.4t6.725-2.05q3.787 0 6.75 2.113T23.025 11.55q-1.325 3.3-4.3 5.325t-6.729 2.025ZM4.025 20.7q-.95-.645-1.7-1.451Q1.575 18.443 1.075 17.5l1.325-.725q.425 .775 1.063 1.438T4.9 19.45l-.875 1.25Zm7.975-3.3q3.025 0 5.525-1.625t3.825-4.325q-1.325-2.7-3.825-4.337T12 5.475q-3.025 0-5.537 1.638T2.65 11.45q1.3 2.7 3.813 4.325T12 17.4ZM6.225 21.875l.575-1.4q.95 .4 1.988 .65t2.162 .325l-.1 1.525q-1.25-.1-2.412-.387T6.225 21.875Zm5.775-6.075q1.813 0 3.081-1.271Q16.35 13.257 16.35 11.441q0-1.816-1.269-3.078T12 7.1q-1.812 0-3.081 1.266-1.269 1.266-1.269 3.075Q7.65 13.25 8.919 14.525T12 15.8Zm-.003-1.3q-1.272 0-2.159-.89-.888-.891-.888-2.163t.891-2.159q.89-.888 2.162-.888t2.16 .891q.887 .89 .887 2.162t-.89 2.16q-.891 .887-2.163 .887ZM13.15 22.975l-.1-1.525q1.125-.075 2.15-.325t1.975-.65l.6 1.425q-1.05 .425-2.212 .7T13.15 22.975Zm6.8-2.275-.85-1.25q.795-.547 1.422-1.211T21.575 16.8l1.325 .675q-.5 .95-1.25 1.763T19.95 20.7ZM12 11.45Z" />
</vector>

Undereye icon in SVG

npm install @material-symbols/svg-400

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

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

Undereye 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

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

Keywords

socialhumanviewphotobodyfacedashdashedseeanatomyeyeeyesvisibility

Related icons