vo2 max icon
vo2-max-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- vo2-max-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
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="M13.692 19q-.31 0-.539-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.309 0 .539.23t.23.54v3.846q0 .31-.23.54q-.23.229-.54.229zm.116-.885h2.115V14.5h-2.115zm4.826-1.615q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h2.712q.329 0 .55.22q.22.22.22.55v1.596q0 .328-.22.549t-.55.22h-2.269v1.366h2.596q.19 0 .317.125q.126.126.126.317q0 .19-.126.316t-.317.126h-2.711q-.31 0-.54-.23t-.23-.54v-1.596q0-.328.22-.549q.22-.22.55-.22h2.269V16.5zM4.884 19q-1.205 0-2.045-.858Q2 17.285 2 16.073v-4.161q0-1.003.433-1.883t1.223-1.49l4.113-3.227q.427-.333.656-.813t.229-1.026V2.5q0-.213.143-.357Q8.94 2 9.154 2q.213 0 .357.143t.143.357v.973q0 .546.238 1.026t.672.813l4.094 3.226q.65.514 1.099 1.213t.449 1.522q0 .379-.216.668q-.217.29-.64.29h-2.196q-.671 0-1.143.472t-.472 1.143v3.468q0 .261-.231.331t-.366-.124q-.196-.288-.302-.652t-.101-.796V6.608L9.154 5.48L7.75 6.608v9.465q.006 1.212-.827 2.07Q6.091 19 4.885 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVo2MaxRounded(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="M13.692 19q-.31 0-.539-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.309 0 .539.23t.23.54v3.846q0 .31-.23.54q-.23.229-.54.229zm.116-.885h2.115V14.5h-2.115zm4.826-1.615q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h2.712q.329 0 .55.22q.22.22.22.55v1.596q0 .328-.22.549t-.55.22h-2.269v1.366h2.596q.19 0 .317.125q.126.126.126.317q0 .19-.126.316t-.317.126h-2.711q-.31 0-.54-.23t-.23-.54v-1.596q0-.328.22-.549q.22-.22.55-.22h2.269V16.5zM4.884 19q-1.205 0-2.045-.858Q2 17.285 2 16.073v-4.161q0-1.003.433-1.883t1.223-1.49l4.113-3.227q.427-.333.656-.813t.229-1.026V2.5q0-.213.143-.357Q8.94 2 9.154 2q.213 0 .357.143t.143.357v.973q0 .546.238 1.026t.672.813l4.094 3.226q.65.514 1.099 1.213t.449 1.522q0 .379-.216.668q-.217.29-.64.29h-2.196q-.671 0-1.143.472t-.472 1.143v3.468q0 .261-.231.331t-.366-.124q-.196-.288-.302-.652t-.101-.796V6.608L9.154 5.48L7.75 6.608v9.465q.006 1.212-.827 2.07Q6.091 19 4.885 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.692 19q-.31 0-.539-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.309 0 .539.23t.23.54v3.846q0 .31-.23.54q-.23.229-.54.229zm.116-.885h2.115V14.5h-2.115zm4.826-1.615q-.19 0-.316-.126t-.126-.316t.126-.317t.316-.126h2.712q.329 0 .55.22q.22.22.22.55v1.596q0 .328-.22.549t-.55.22h-2.269v1.366h2.596q.19 0 .317.125q.126.126.126.317q0 .19-.126.316t-.317.126h-2.711q-.31 0-.54-.23t-.23-.54v-1.596q0-.328.22-.549q.22-.22.55-.22h2.269V16.5zM4.884 19q-1.205 0-2.045-.858Q2 17.285 2 16.073v-4.161q0-1.003.433-1.883t1.223-1.49l4.113-3.227q.427-.333.656-.813t.229-1.026V2.5q0-.213.143-.357Q8.94 2 9.154 2q.213 0 .357.143t.143.357v.973q0 .546.238 1.026t.672.813l4.094 3.226q.65.514 1.099 1.213t.449 1.522q0 .379-.216.668q-.217.29-.64.29h-2.196q-.671 0-1.143.472t-.472 1.143v3.468q0 .261-.231.331t-.366-.124q-.196-.288-.302-.652t-.101-.796V6.608L9.154 5.48L7.75 6.608v9.465q.006 1.212-.827 2.07Q6.091 19 4.885 19"/></svg> </template>
CSS
.icon-vo2-max-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%22M13.692%2019q-.31%200-.539-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.309%200%20.539.23t.23.54v3.846q0%20.31-.23.54q-.23.229-.54.229zm.116-.885h2.115V14.5h-2.115zm4.826-1.615q-.19%200-.316-.126t-.126-.316t.126-.317t.316-.126h2.712q.329%200%20.55.22q.22.22.22.55v1.596q0%20.328-.22.549t-.55.22h-2.269v1.366h2.596q.19%200%20.317.125q.126.126.126.317q0%20.19-.126.316t-.317.126h-2.711q-.31%200-.54-.23t-.23-.54v-1.596q0-.328.22-.549q.22-.22.55-.22h2.269V16.5zM4.884%2019q-1.205%200-2.045-.858Q2%2017.285%202%2016.073v-4.161q0-1.003.433-1.883t1.223-1.49l4.113-3.227q.427-.333.656-.813t.229-1.026V2.5q0-.213.143-.357Q8.94%202%209.154%202q.213%200%20.357.143t.143.357v.973q0%20.546.238%201.026t.672.813l4.094%203.226q.65.514%201.099%201.213t.449%201.522q0%20.379-.216.668q-.217.29-.64.29h-2.196q-.671%200-1.143.472t-.472%201.143v3.468q0%20.261-.231.331t-.366-.124q-.196-.288-.302-.652t-.101-.796V6.608L9.154%205.48L7.75%206.608v9.465q.006%201.212-.827%202.07Q6.091%2019%204.885%2019%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%22M13.692%2019q-.31%200-.539-.23t-.23-.54v-3.845q0-.31.23-.54t.54-.23h2.346q.309%200%20.539.23t.23.54v3.846q0%20.31-.23.54q-.23.229-.54.229zm.116-.885h2.115V14.5h-2.115zm4.826-1.615q-.19%200-.316-.126t-.126-.316t.126-.317t.316-.126h2.712q.329%200%20.55.22q.22.22.22.55v1.596q0%20.328-.22.549t-.55.22h-2.269v1.366h2.596q.19%200%20.317.125q.126.126.126.317q0%20.19-.126.316t-.317.126h-2.711q-.31%200-.54-.23t-.23-.54v-1.596q0-.328.22-.549q.22-.22.55-.22h2.269V16.5zM4.884%2019q-1.205%200-2.045-.858Q2%2017.285%202%2016.073v-4.161q0-1.003.433-1.883t1.223-1.49l4.113-3.227q.427-.333.656-.813t.229-1.026V2.5q0-.213.143-.357Q8.94%202%209.154%202q.213%200%20.357.143t.143.357v.973q0%20.546.238%201.026t.672.813l4.094%203.226q.65.514%201.099%201.213t.449%201.522q0%20.379-.216.668q-.217.29-.64.29h-2.196q-.671%200-1.143.472t-.472%201.143v3.468q0%20.261-.231.331t-.366-.124q-.196-.288-.302-.652t-.101-.796V6.608L9.154%205.48L7.75%206.608v9.465q.006%201.212-.827%202.07Q6.091%2019%204.885%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/vo2-max-rounded.svg?color=%231a73e8&size=48