fitness tracker icon

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

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

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 22l-1.2-3.975q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95L9 2h6l1.15 3.925q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95L15 22zm1-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 MaterialSymbolsFitnessTracker(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 22l-1.2-3.975q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95L9 2h6l1.15 3.925q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95L15 22zm1-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 22l-1.2-3.975q-.375-.4-.587-.925T7 16V8q0-.6.213-1.125T7.8 5.95L9 2h6l1.15 3.925q.4.425.625.95T17 8v8q0 .6-.213 1.125t-.612.95L15 22zm1-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 {
  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%2022l-1.2-3.975q-.375-.4-.587-.925T7%2016V8q0-.6.213-1.125T7.8%205.95L9%202h6l1.15%203.925q.4.425.625.95T17%208v8q0%20.6-.213%201.125t-.612.95L15%2022zm1-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%2022l-1.2-3.975q-.375-.4-.587-.925T7%2016V8q0-.6.213-1.125T7.8%205.95L9%202h6l1.15%203.925q.4.425.625.95T17%208v8q0%20.6-.213%201.125t-.612.95L15%2022zm1-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.svg?color=%231a73e8&size=48