vo2 max icon
vo2-max-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- vo2-max-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the vo2 max icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20q-1.475 0-2.488-1.05T1 16.4v-4.45q0-1.175.5-2.2T2.925 8L7.25 4.6q.35-.275.55-.687T8 3.05V1h2v2.05q0 .45.2.863t.575.687L15.1 8q.9.725 1.4 1.75t.5 2.2V12q0 .425-.288.713T16 13t-.712-.288T15 12v-.05q0-.7-.3-1.312T13.85 9.6L12 8.125v8.225q0 .425-.287.713T11 17.35t-.712-.288T10 16.35v-9.8l-1-.8l-1 .8v9.85q.025 1.5-1 2.55T4.5 20m.025-2q.65 0 1.075-.475T6 16.4V8.125L4.15 9.6q-.55.425-.85 1.038T3 11.95v4.45q0 .65.438 1.125T4.525 18M14 20q-.425 0-.712-.287T13 19v-4q0-.425.288-.712T14 14h2.5q.425 0 .713.288T17.5 15v4q0 .425-.288.713T16.5 20zm.5-1.5H16v-3h-1.5zm4.75-1q-.325 0-.537-.212t-.213-.538t.213-.537t.537-.213H22q.425 0 .713.288T23 17v1.75q0 .425-.288.713T22 19.75h-2v.75h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H19.5q-.425 0-.712-.288T18.5 21v-1.75q0-.425.288-.712t.712-.288h2v-.75zm-5.75-4.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVo2MaxOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20q-1.475 0-2.488-1.05T1 16.4v-4.45q0-1.175.5-2.2T2.925 8L7.25 4.6q.35-.275.55-.687T8 3.05V1h2v2.05q0 .45.2.863t.575.687L15.1 8q.9.725 1.4 1.75t.5 2.2V12q0 .425-.288.713T16 13t-.712-.288T15 12v-.05q0-.7-.3-1.312T13.85 9.6L12 8.125v8.225q0 .425-.287.713T11 17.35t-.712-.288T10 16.35v-9.8l-1-.8l-1 .8v9.85q.025 1.5-1 2.55T4.5 20m.025-2q.65 0 1.075-.475T6 16.4V8.125L4.15 9.6q-.55.425-.85 1.038T3 11.95v4.45q0 .65.438 1.125T4.525 18M14 20q-.425 0-.712-.287T13 19v-4q0-.425.288-.712T14 14h2.5q.425 0 .713.288T17.5 15v4q0 .425-.288.713T16.5 20zm.5-1.5H16v-3h-1.5zm4.75-1q-.325 0-.537-.212t-.213-.538t.213-.537t.537-.213H22q.425 0 .713.288T23 17v1.75q0 .425-.288.713T22 19.75h-2v.75h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H19.5q-.425 0-.712-.288T18.5 21v-1.75q0-.425.288-.712t.712-.288h2v-.75zm-5.75-4.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20q-1.475 0-2.488-1.05T1 16.4v-4.45q0-1.175.5-2.2T2.925 8L7.25 4.6q.35-.275.55-.687T8 3.05V1h2v2.05q0 .45.2.863t.575.687L15.1 8q.9.725 1.4 1.75t.5 2.2V12q0 .425-.288.713T16 13t-.712-.288T15 12v-.05q0-.7-.3-1.312T13.85 9.6L12 8.125v8.225q0 .425-.287.713T11 17.35t-.712-.288T10 16.35v-9.8l-1-.8l-1 .8v9.85q.025 1.5-1 2.55T4.5 20m.025-2q.65 0 1.075-.475T6 16.4V8.125L4.15 9.6q-.55.425-.85 1.038T3 11.95v4.45q0 .65.438 1.125T4.525 18M14 20q-.425 0-.712-.287T13 19v-4q0-.425.288-.712T14 14h2.5q.425 0 .713.288T17.5 15v4q0 .425-.288.713T16.5 20zm.5-1.5H16v-3h-1.5zm4.75-1q-.325 0-.537-.212t-.213-.538t.213-.537t.537-.213H22q.425 0 .713.288T23 17v1.75q0 .425-.288.713T22 19.75h-2v.75h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212H19.5q-.425 0-.712-.288T18.5 21v-1.75q0-.425.288-.712t.712-.288h2v-.75zm-5.75-4.45"/></svg> </template>
CSS
.icon-vo2-max-outline-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2020q-1.475%200-2.488-1.05T1%2016.4v-4.45q0-1.175.5-2.2T2.925%208L7.25%204.6q.35-.275.55-.687T8%203.05V1h2v2.05q0%20.45.2.863t.575.687L15.1%208q.9.725%201.4%201.75t.5%202.2V12q0%20.425-.288.713T16%2013t-.712-.288T15%2012v-.05q0-.7-.3-1.312T13.85%209.6L12%208.125v8.225q0%20.425-.287.713T11%2017.35t-.712-.288T10%2016.35v-9.8l-1-.8l-1%20.8v9.85q.025%201.5-1%202.55T4.5%2020m.025-2q.65%200%201.075-.475T6%2016.4V8.125L4.15%209.6q-.55.425-.85%201.038T3%2011.95v4.45q0%20.65.438%201.125T4.525%2018M14%2020q-.425%200-.712-.287T13%2019v-4q0-.425.288-.712T14%2014h2.5q.425%200%20.713.288T17.5%2015v4q0%20.425-.288.713T16.5%2020zm.5-1.5H16v-3h-1.5zm4.75-1q-.325%200-.537-.212t-.213-.538t.213-.537t.537-.213H22q.425%200%20.713.288T23%2017v1.75q0%20.425-.288.713T22%2019.75h-2v.75h2.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212H19.5q-.425%200-.712-.288T18.5%2021v-1.75q0-.425.288-.712t.712-.288h2v-.75zm-5.75-4.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%2020q-1.475%200-2.488-1.05T1%2016.4v-4.45q0-1.175.5-2.2T2.925%208L7.25%204.6q.35-.275.55-.687T8%203.05V1h2v2.05q0%20.45.2.863t.575.687L15.1%208q.9.725%201.4%201.75t.5%202.2V12q0%20.425-.288.713T16%2013t-.712-.288T15%2012v-.05q0-.7-.3-1.312T13.85%209.6L12%208.125v8.225q0%20.425-.287.713T11%2017.35t-.712-.288T10%2016.35v-9.8l-1-.8l-1%20.8v9.85q.025%201.5-1%202.55T4.5%2020m.025-2q.65%200%201.075-.475T6%2016.4V8.125L4.15%209.6q-.55.425-.85%201.038T3%2011.95v4.45q0%20.65.438%201.125T4.525%2018M14%2020q-.425%200-.712-.287T13%2019v-4q0-.425.288-.712T14%2014h2.5q.425%200%20.713.288T17.5%2015v4q0%20.425-.288.713T16.5%2020zm.5-1.5H16v-3h-1.5zm4.75-1q-.325%200-.537-.212t-.213-.538t.213-.537t.537-.213H22q.425%200%20.713.288T23%2017v1.75q0%20.425-.288.713T22%2019.75h-2v.75h2.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212H19.5q-.425%200-.712-.288T18.5%2021v-1.75q0-.425.288-.712t.712-.288h2v-.75zm-5.75-4.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vo2-max-outline-rounded.svg?color=%231a73e8&size=48