Cardiology icon

Cardiology 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

cardiology_outlined_fill0_wght400.svg

Cardiology 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=cardiology" />

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

Cardiology icon in React

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

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

Cardiology icon in Vue

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

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

Cardiology icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Cardiology icon in Android

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

<!-- res/drawable/cardiology.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.25 3q1.425 0 2.638 .675t2.112 1.95q1.05-1.35 2.225-1.987T16.75 3q2.225 0 3.738 1.513T22 8.275q0 .375-.037 .738T21.825 9.75h-1.55q.125-.375 .175-.737t.05-.738q0-1.65-1.05-2.712T16.75 4.5q-1.275 0-2.375 .788T12.6 7.5h-1.225q-.65-1.4-1.75-2.2t-2.375-.8q-1.65 0-2.7 1.063T3.5 8.275q0 .375 .05 .738t.175 .737H2.175q-.1-.375-.137-.737T2 8.275q0-2.25 1.513-3.762T7.25 3Zm-2.45 11.25h1.95q.95 1.05 2.238 2.288T12 19.35q1.725-1.575 3-2.812t2.225-2.288h1.975q-1.05 1.225-2.55 2.713T13.025 20.4l-1.025 .925-1.025-.925q-2.125-1.95-3.625-3.437T4.8 14.25Zm6.25 1.5q.225 0 .4-.137t.25-.363l1.525-4.525 1.15 1.7q.125 .15 .275 .238t.35 .087h7.75v-1.5H15.425l-1.8-2.65q-.125-.175-.3-.25t-.375-.075q-.225 0-.412 .138T12.275 8.775l-1.5 4.525-1.175-1.725q-.125-.15-.262-.237T9 11.25H1.25v1.5h7.3l1.8 2.675q.125 .175 .313 .25t.387 .075Zm.95-3.825Z" />
</vector>

Cardiology icon in SVG

npm install @material-symbols/svg-400

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

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

Cardiology 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

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

Keywords

socialhealthmonitorchartmedicalgraphdiagrammeasurehealthcarehospitalmedicineclinicdoctor

Related icons