Multimodal Hand Eye icon

Multimodal Hand Eye is a Google Material Symbol from the UI actions 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

multimodal_hand_eye_outlined_fill0_wght400.svg

Multimodal Hand 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=multimodal_hand_eye" />

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

Multimodal Hand Eye icon in React

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

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

Multimodal Hand Eye icon in Vue

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

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

Multimodal Hand Eye icon in Angular

With Angular Material and the font from the HTML tab:

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

Multimodal Hand 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.multimodal_hand_eye, fill: 0, weight: 400)

Multimodal Hand Eye icon in Android

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

<!-- res/drawable/multimodal_hand_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="M6.825 23q-.547 0-1.048-.2T4.875 22.2L-.05 17.25l.65-.675q.325-.325 .75-.425t.85 .025l2.05 .575v-9q0-.319 .225-.534 .225-.216 .538-.216t.525 .216q.212 .215 .212 .534v11l-3.075-.875 3.275 3.25q.175 .2 .388 .288T6.825 21.5h4.675q.95 0 1.6-.661T13.75 19.25v-4.25q0-.319 .225-.534 .225-.216 .538-.216t.525 .216q.212 .215 .212 .534v4.25q0 1.575-1.087 2.663T11.5 23H6.825Zm.6-7.25v-4q0-.325 .225-.537t.538-.213q.312 0 .525 .216 .212 .215 .212 .534v4h-1.5Zm3.15 0v-2.75q0-.319 .225-.534 .225-.216 .538-.216t.525 .216q.212 .215 .212 .534v2.75h-1.5Zm.925 5.75H5.95h5.55Zm4.769-11Q14.075 10.5 12.25 9.375T9.55 6.25q.875-2 2.7-3.125t4.025-1.125q2.2 0 4.025 1.125t2.7 3.138q-.825 2.012-2.681 3.125t-4.05 1.112ZM19.15 8.263q1.325-.738 2.175-2.013-.85-1.275-2.175-2.012T16.275 3.5q-1.55 0-2.875 .738T11.225 6.25q.85 1.275 2.175 2.013T16.275 9q1.55 0 2.875-.737Zm-3.762-1.128q-.363-.366-.363-.888 0-.522 .366-.884 .365-.363 .887-.363 .522 0 .885 .366 .362 .365 .362 .887 0 .522-.365 .885-.366 .362-.888 .362-.522 0-.884-.365Z" />
</vector>

Multimodal Hand Eye icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/multimodal_hand_eye.svg" width="24" height="24" alt="Multimodal Hand Eye">

Multimodal Hand 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

NameMultimodal Hand Eye
Ligaturemultimodal_hand_eye
Code pointU+F41B
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/multimodal_hand_eye.svg, multimodal_hand_eye-fill.svg
FlutterSymbols.multimodal_hand_eye
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionsconnectionviewongraphicsysteminputanalysisabstractgestureinteractionsensorshow

Related icons