fitness tracker icon

fitness-tracker-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
fitness-tracker-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the fitness tracker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 22q-.35 0-.612-.187t-.363-.513L7.8 18.025q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95l.975-3.25q.1-.325.363-.513T9.75 2h4.5q.35 0 .6.2t.35.525l.95 3.2q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95l-.95 3.2q-.1.325-.362.525t-.613.2zm.25-5h4q.425 0 .713-.288T15 16V8q0-.425-.288-.712T14 7h-4q-.425 0-.712.288T9 8v8q0 .425.288.713T10 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFitnessTrackerRounded(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="M9.75 22q-.35 0-.612-.187t-.363-.513L7.8 18.025q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95l.975-3.25q.1-.325.363-.513T9.75 2h4.5q.35 0 .6.2t.35.525l.95 3.2q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95l-.95 3.2q-.1.325-.362.525t-.613.2zm.25-5h4q.425 0 .713-.288T15 16V8q0-.425-.288-.712T14 7h-4q-.425 0-.712.288T9 8v8q0 .425.288.713T10 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 22q-.35 0-.612-.187t-.363-.513L7.8 18.025q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95l.975-3.25q.1-.325.363-.513T9.75 2h4.5q.35 0 .6.2t.35.525l.95 3.2q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95l-.95 3.2q-.1.325-.362.525t-.613.2zm.25-5h4q.425 0 .713-.288T15 16V8q0-.425-.288-.712T14 7h-4q-.425 0-.712.288T9 8v8q0 .425.288.713T10 17"/></svg>
</template>

CSS

.icon-fitness-tracker-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%22M9.75%2022q-.35%200-.612-.187t-.363-.513L7.8%2018.025q-.375-.4-.587-.925T7%2016V8q0-.6.213-1.125T7.8%205.95l.975-3.25q.1-.325.363-.513T9.75%202h4.5q.35%200%20.6.2t.35.525l.95%203.2q.4.425.625.95T17%208v8q0%20.6-.213%201.125t-.612.95l-.95%203.2q-.1.325-.362.525t-.613.2zm.25-5h4q.425%200%20.713-.288T15%2016V8q0-.425-.288-.712T14%207h-4q-.425%200-.712.288T9%208v8q0%20.425.288.713T10%2017%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%22M9.75%2022q-.35%200-.612-.187t-.363-.513L7.8%2018.025q-.375-.4-.587-.925T7%2016V8q0-.6.213-1.125T7.8%205.95l.975-3.25q.1-.325.363-.513T9.75%202h4.5q.35%200%20.6.2t.35.525l.95%203.2q.4.425.625.95T17%208v8q0%20.6-.213%201.125t-.612.95l-.95%203.2q-.1.325-.362.525t-.613.2zm.25-5h4q.425%200%20.713-.288T15%2016V8q0-.425-.288-.712T14%207h-4q-.425%200-.712.288T9%208v8q0%20.425.288.713T10%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fitness-tracker-rounded.svg?color=%231a73e8&size=48