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

Name
fitness-tracker
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
fitness-tracker-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.846 21l-.988-3.34q-.394-.227-.626-.627T8 16.134V7.866q0-.504.241-.904q.242-.4.636-.627L9.847 3h4.307l.938 3.31q.42.232.664.632t.244.923v8.27q0 .523-.241.923q-.242.4-.661.632L14.154 21zm-.038-4.02h4.384q.349 0 .578-.229t.23-.578V7.827q0-.348-.23-.578t-.578-.23H9.808q-.348 0-.578.23T9 7.827v8.346q0 .348.23.578t.578.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFitnessTracker(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.846 21l-.988-3.34q-.394-.227-.626-.627T8 16.134V7.866q0-.504.241-.904q.242-.4.636-.627L9.847 3h4.307l.938 3.31q.42.232.664.632t.244.923v8.27q0 .523-.241.923q-.242.4-.661.632L14.154 21zm-.038-4.02h4.384q.349 0 .578-.229t.23-.578V7.827q0-.348-.23-.578t-.578-.23H9.808q-.348 0-.578.23T9 7.827v8.346q0 .348.23.578t.578.23"/></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.846 21l-.988-3.34q-.394-.227-.626-.627T8 16.134V7.866q0-.504.241-.904q.242-.4.636-.627L9.847 3h4.307l.938 3.31q.42.232.664.632t.244.923v8.27q0 .523-.241.923q-.242.4-.661.632L14.154 21zm-.038-4.02h4.384q.349 0 .578-.229t.23-.578V7.827q0-.348-.23-.578t-.578-.23H9.808q-.348 0-.578.23T9 7.827v8.346q0 .348.23.578t.578.23"/></svg>
</template>

CSS

.icon-fitness-tracker {
  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.846%2021l-.988-3.34q-.394-.227-.626-.627T8%2016.134V7.866q0-.504.241-.904q.242-.4.636-.627L9.847%203h4.307l.938%203.31q.42.232.664.632t.244.923v8.27q0%20.523-.241.923q-.242.4-.661.632L14.154%2021zm-.038-4.02h4.384q.349%200%20.578-.229t.23-.578V7.827q0-.348-.23-.578t-.578-.23H9.808q-.348%200-.578.23T9%207.827v8.346q0%20.348.23.578t.578.23%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.846%2021l-.988-3.34q-.394-.227-.626-.627T8%2016.134V7.866q0-.504.241-.904q.242-.4.636-.627L9.847%203h4.307l.938%203.31q.42.232.664.632t.244.923v8.27q0%20.523-.241.923q-.242.4-.661.632L14.154%2021zm-.038-4.02h4.384q.349%200%20.578-.229t.23-.578V7.827q0-.348-.23-.578t-.578-.23H9.808q-.348%200-.578.23T9%207.827v8.346q0%20.348.23.578t.578.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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