Head Mounted Device icon

Head Mounted Device is a Google Material Symbol from the Hardware 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

head_mounted_device_outlined_fill0_wght400.svg

Head Mounted Device 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=head_mounted_device" />

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

Head Mounted Device icon in React

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

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

Head Mounted Device icon in Vue

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

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

Head Mounted Device icon in Angular

With Angular Material and the font from the HTML tab:

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

Head Mounted Device 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.head_mounted_device, fill: 0, weight: 400)

Head Mounted Device icon in Android

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

<!-- res/drawable/head_mounted_device.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="M7.4 18q-1.6 0-2.712-1.137T3.575 14.1v-4.275q0-1.235 .75-2.168 .75-.932 1.95-1.157 1.425-.275 2.85-.387 1.425-.113 2.875-.113 1.45 0 2.888 .113Q16.325 6.225 17.75 6.5q1.2 .225 1.95 1.163t.75 2.162v4.275q0 1.625-1.112 2.763T16.625 18h-1.05q-.308 0-.617-.05-.308-.05-.583-.15l-1.625-.55q-.354-.125-.737-.125t-.738 .125l-1.625 .55q-.3 .1-.6 .15t-.631 .05H7.4Zm0-1.5h1.025q.193 0 .371-.037Q8.975 16.425 9.175 16.375q.725-.233 1.413-.492Q11.275 15.625 12.019 15.625q.743 0 1.437 .263T14.85 16.375q.175 .05 .354 .088T15.575 16.5h1.05q.975 0 1.65-.712t.675-1.688v-4.275q0-.675-.412-1.2T17.475 7.975q-1.35-.275-2.725-.375t-2.75-.1q-1.375 0-2.737 .1T6.55 7.975q-.65 .125-1.062 .65T5.075 9.825v4.275q0 .975 .675 1.688t1.65 .712ZM1 14.1v-4.275h1v4.275H1Zm21 0v-4.275h1v4.275h-1Zm-9.975-2.1Z" />
</vector>

Head Mounted Device icon in SVG

npm install @material-symbols/svg-400

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

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

Head Mounted Device 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

NameHead Mounted Device
Ligaturehead_mounted_device
Code pointU+F4C5
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/head_mounted_device.svg, head_mounted_device-fill.svg
FlutterSymbols.head_mounted_device
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareviewdigitalentertainmentequipmentelectronicsgadgetgamingaccessoryfuturevrfuturistic

Related icons