Ophthalmology icon

Ophthalmology 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

ophthalmology_outlined_fill0_wght400.svg

Ophthalmology 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=ophthalmology" />

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

Ophthalmology icon in React

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

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

Ophthalmology icon in Vue

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

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

Ophthalmology icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Ophthalmology icon in Android

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

<!-- res/drawable/ophthalmology.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="M3 10.75v-1.5h1.75q.75-1.8 2.238-3.05T10.35 4.425l-.875-.9 1.05-1.05 1.25 1.225q.25 .25 .338 .588T12.075 4.975q-.125 .35-.387 .575T11.075 5.825q-1.8 .275-3.175 1.463T6 10.225l-.15 .525H3Zm12.25 1.25q0-1.1 .475-2.062t1.4-1.513q-.65-.825-1.475-1.475t-1.85-.95l.425-1.425q1.5 .45 2.688 1.45t1.912 2.4q.975 .45 1.45 1.463t.475 2.112q0 1.125-.462 2.125T18.825 15.575q-.725 1.375-1.925 2.388T14.2 19.425l-.425-1.425q1.075-.325 1.875-.937t1.475-1.488q-1.05-.625-1.462-1.5T15.25 12Zm3.625 1.563q.375-.688 .375-1.563t-.375-1.562Q18.5 9.75 18 9.75t-.875 .688Q16.75 11.125 16.75 12t.375 1.563q.375 .687 .875 .687t.875-.687ZM10.4 21.65l-1.05-1.075 1-1q-1.875-.525-3.375-1.775t-2.225-3.05h-1.75v-1.5h2.85l.15 .525q.525 1.75 1.888 2.938T11.05 18.175q.35 .05 .625 .275t.4 .575q.125 .35 .038 .675T11.775 20.275l-1.375 1.375Zm7.6-9.65Z" />
</vector>

Ophthalmology icon in SVG

npm install @material-symbols/svg-400

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

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

Ophthalmology 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

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

Keywords

socialhumanviewhealthbodymedicalvisualhealthcarehospitallookclinicdoctoranatomy

Related icons