fitbit hourly activity icon

fitbit-hourly-activity-outline-sharp from Material Symbols by Google · Outline Sharp · Apache-2.0 Free for personal and commercial use.

Name
fitbit-hourly-activity-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

Related icons in Material Symbols

Use the fitbit hourly activity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 13l-4-.05V11h1.8q-.25-1.225-.775-2.313t-1.3-2.012L17 8.4L15.6 7l1.725-1.75q-1.3-1.075-2.913-1.663T11 3V1q2.5 0 4.688.938T19.5 4.513q1.625 1.637 2.563 3.825T23 13Zm-9.4 1.45L12.075 9.8l-2.85.65L8 9.475V6.45l-.3-.175l-3.375 4.5l2.55.225l10 9h.425l.5-1.35l-4.2-4.2ZM12.325 20H13.9l-7.775-7H4.6l7.725 7Zm6.3 2H11.55L.775 12.175l6.4-8.525L10 5.325v2.9l3.375-.825l2 6l4.775 4.75L18.625 22Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFitbitHourlyActivityOutlineSharp(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="m23 13l-4-.05V11h1.8q-.25-1.225-.775-2.313t-1.3-2.012L17 8.4L15.6 7l1.725-1.75q-1.3-1.075-2.913-1.663T11 3V1q2.5 0 4.688.938T19.5 4.513q1.625 1.637 2.563 3.825T23 13Zm-9.4 1.45L12.075 9.8l-2.85.65L8 9.475V6.45l-.3-.175l-3.375 4.5l2.55.225l10 9h.425l.5-1.35l-4.2-4.2ZM12.325 20H13.9l-7.775-7H4.6l7.725 7Zm6.3 2H11.55L.775 12.175l6.4-8.525L10 5.325v2.9l3.375-.825l2 6l4.775 4.75L18.625 22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 13l-4-.05V11h1.8q-.25-1.225-.775-2.313t-1.3-2.012L17 8.4L15.6 7l1.725-1.75q-1.3-1.075-2.913-1.663T11 3V1q2.5 0 4.688.938T19.5 4.513q1.625 1.637 2.563 3.825T23 13Zm-9.4 1.45L12.075 9.8l-2.85.65L8 9.475V6.45l-.3-.175l-3.375 4.5l2.55.225l10 9h.425l.5-1.35l-4.2-4.2ZM12.325 20H13.9l-7.775-7H4.6l7.725 7Zm6.3 2H11.55L.775 12.175l6.4-8.525L10 5.325v2.9l3.375-.825l2 6l4.775 4.75L18.625 22Z"/></svg>
</template>

CSS

.icon-fitbit-hourly-activity-outline-sharp {
  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%22m23%2013l-4-.05V11h1.8q-.25-1.225-.775-2.313t-1.3-2.012L17%208.4L15.6%207l1.725-1.75q-1.3-1.075-2.913-1.663T11%203V1q2.5%200%204.688.938T19.5%204.513q1.625%201.637%202.563%203.825T23%2013Zm-9.4%201.45L12.075%209.8l-2.85.65L8%209.475V6.45l-.3-.175l-3.375%204.5l2.55.225l10%209h.425l.5-1.35l-4.2-4.2ZM12.325%2020H13.9l-7.775-7H4.6l7.725%207Zm6.3%202H11.55L.775%2012.175l6.4-8.525L10%205.325v2.9l3.375-.825l2%206l4.775%204.75L18.625%2022Z%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%22m23%2013l-4-.05V11h1.8q-.25-1.225-.775-2.313t-1.3-2.012L17%208.4L15.6%207l1.725-1.75q-1.3-1.075-2.913-1.663T11%203V1q2.5%200%204.688.938T19.5%204.513q1.625%201.637%202.563%203.825T23%2013Zm-9.4%201.45L12.075%209.8l-2.85.65L8%209.475V6.45l-.3-.175l-3.375%204.5l2.55.225l10%209h.425l.5-1.35l-4.2-4.2ZM12.325%2020H13.9l-7.775-7H4.6l7.725%207Zm6.3%202H11.55L.775%2012.175l6.4-8.525L10%205.325v2.9l3.375-.825l2%206l4.775%204.75L18.625%2022Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fitbit-hourly-activity-outline-sharp.svg?color=%231a73e8&size=48