Dropper Eye icon

Dropper Eye is a Google Material Symbol from the Images 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

dropper_eye_outlined_fill0_wght400.svg

Dropper Eye 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=dropper_eye" />

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

Dropper Eye icon in React

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

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

Dropper Eye icon in Vue

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

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

Dropper Eye icon in Angular

With Angular Material and the font from the HTML tab:

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

Dropper Eye 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.dropper_eye, fill: 0, weight: 400)

Dropper Eye icon in Android

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

<!-- res/drawable/dropper_eye.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="m16.075 9 3.1-3.1-1.075-1.075-3.1 3.1 1.075 1.075Zm0 0-1.075-1.075 1.075 1.075ZM3 21v-4.2l9.425-9.425-1.8-1.8 1.025-1.025 2.3 2.3 3.55-3.55q.125-.125 .275-.2t.3-.075q.15 0 .3 .075t.3 .2l2.025 2.025q.125 .15 .2 .3t.075 .3q0 .15-.075 .3t-.2 .275L17.15 10.05l1.8 1.8-1.025 1.025-4.55-4.425-8.875 8.875v2.175h2.775q.2 .425 .425 .788t.5 .712H3Zm12.275 2q-2.2 0-4.025-1.125T8.55 18.75q.875-2 2.7-3.125t4.025-1.125q2.2 0 4.025 1.125t2.7 3.125q-.825 2.025-2.675 3.138T15.275 23Zm2.875-2.237q1.325-.738 2.175-2.013-.85-1.275-2.175-2.012T15.275 16q-1.55 0-2.875 .738T10.225 18.75q.85 1.275 2.175 2.013T15.275 21.5q1.55 0 2.875-.737Zm-3.762-1.125Q14.025 19.275 14.025 18.75t.363-.887Q14.75 17.5 15.275 17.5t.888 .363Q16.525 18.225 16.525 18.75t-.362 .888Q15.8 20 15.275 20t-.887-.362Z" />
</vector>

Dropper Eye icon in SVG

npm install @material-symbols/svg-400

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

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

Dropper Eye 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

NameDropper Eye
Ligaturedropper_eye
Code pointU+F351
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/dropper_eye.svg, dropper_eye-fill.svg
FlutterSymbols.dropper_eye
LicenseApache License 2.0 (© Google LLC)

Keywords

imageshealthtoolmedicalanalysishealthcarescienceliquidmedicinedropdoctortreatmentcolor

Related icons