Cardio Load icon

Cardio Load 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

cardio_load_outlined_fill0_wght400.svg

Cardio Load 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=cardio_load" />

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

Cardio Load icon in React

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

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

Cardio Load icon in Vue

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

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

Cardio Load icon in Angular

With Angular Material and the font from the HTML tab:

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

Cardio Load 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.cardio_load, fill: 0, weight: 400)

Cardio Load icon in Android

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

<!-- res/drawable/cardio_load.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="m12.025 20.975-2.475-2.275q-2.35-2.15-3.812-3.637T3.45 12.45q-.825-1.125-1.125-2.075t-.3-2q0-2.275 1.525-3.825t3.725-1.55q1.425 0 2.65 .663t2.1 1.937q.9-1.275 2.1-1.937T16.75 3q2.2 0 3.725 1.55t1.525 3.825q0 1.05-.3 2t-1.125 2.075q-.825 1.125-2.287 2.613T14.475 18.7l-2.45 2.275ZM3.9 10.25h16.25q.2-.5 .275-.937t.075-.938q0-1.675-1.062-2.775T16.75 4.5q-1.275 0-2.375 .788T12.625 7.475h-1.225q-.65-1.4-1.75-2.187T7.275 4.5q-1.625 0-2.687 1.1T3.525 8.375q0 .5 .088 .938T3.9 10.25Zm2.625 3.5h11q.55-.575 .975-1.075t.75-.925H4.8q.325 .425 .738 .925t.987 1.075Zm5.5 5.25q1.225-1.125 2.213-2.037T16.025 15.25H8.025q.8 .8 1.788 1.713T12.025 19Zm0-8.75Z" />
</vector>

Cardio Load icon in SVG

npm install @material-symbols/svg-400

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

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

Cardio Load 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

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

Keywords

socialhealthmonitorbodychartmedicalgraphtrackingmeasureactivityperformancemonitoringfavorite

Related icons