Vo2 Max icon

Vo2 Max is a Google Material Symbol from the Activities 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

vo2_max_outlined_fill0_wght400.svg

Vo2 Max 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=vo2_max" />

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

Vo2 Max icon in React

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

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

Vo2 Max icon in Vue

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

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

Vo2 Max icon in Angular

With Angular Material and the font from the HTML tab:

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

Vo2 Max 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.vo2_max, fill: 0, weight: 400)

Vo2 Max icon in Android

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

<!-- res/drawable/vo2_max.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="M4.3 20q-1.391 0-2.345-.999Q1 18.002 1 16.575v-4.6q0-1.125 .488-2.125t1.362-1.7l4.375-3.5q.425-.325 .65-.81 .225-.485 .225-1.015v-1.8h1.5v1.8q0 .53 .226 1.016Q10.052 4.326 10.475 4.65l4.375 3.5q.865 .706 1.345 1.703T16.675 11.975v1.075h-1.5v-1.075q0-.782-.337-1.466Q14.5 9.825 13.925 9.325l-2.325-1.825v11.975q-.725-.475-1.1-1.212T10.125 16.575v-10.25l-1.275-1.075-1.275 1.075v10.25q0 1.425-.952 2.425T4.3 20Zm-.012-1.5q.762 0 1.275-.575 .512-.575 .512-1.35v-9.075l-2.3 1.825q-.6 .5-.937 1.184Q2.5 11.193 2.5 11.975v4.6q0 .8 .513 1.363 .513 .562 1.275 .562ZM14.15 20q-.361 0-.605-.244Q13.3 19.511 13.3 19.15v-4q0-.361 .245-.606Q13.789 14.3 14.15 14.3h2.5q.361 0 .606 .244Q17.5 14.789 17.5 15.15v4q0 .361-.244 .606Q17.011 20 16.65 20H14.15Zm.35-1.2h1.8v-3.3h-1.8v3.3ZM18.5 22v-2.75q0-.375 .238-.612T19.35 18.4h2.45v-1.2H18.5v-1.2h3.65q.375 0 .613 .238T23 16.85v1.9q0 .375-.237 .613T22.15 19.6h-2.45v1.2h3.3v1.2H18.5ZM4.3 13Zm9.1 0Z" />
</vector>

Vo2 Max icon in SVG

npm install @material-symbols/svg-400

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

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

Vo2 Max 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

NameVo2 Max
Ligaturevo2_max
Code pointU+F4AA
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/vo2_max.svg, vo2_max-fill.svg
FlutterSymbols.vo2_max
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshumanhealthbodychartmeasurementmedicalgraphdiagramanalysistrackingactivityperformance

Related icons