fitbit hourly activity icon

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

Name
fitbit-hourly-activity-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M20 13q-.425-.025-.713-.3T19 12q0-.425.288-.713T20 11h.8q-.25-1.225-.775-2.313t-1.3-2.012L17.7 7.7q-.3.3-.7.3t-.7-.3Q16 7.4 16 7t.3-.7l1.025-1.05q-1.175-.95-2.587-1.525t-2.988-.7q-.35-.05-.563-.337T10.976 2q0-.425.275-.713t.7-.237q2.175.175 4.088 1.075t3.375 2.35q1.462 1.45 2.387 3.363t1.1 4.087q.05.425-.262.75T21.9 13H20ZM4.95 11q.925 0 1.787.325t1.563.95L16.875 20h.425q.35 0 .525-.175T18 19.3v-.313q0-.137-.2-.337l-4.2-4.2l-1.525-4.65l-1.625.375q-.875.225-1.662-.4T8 8.225V6.45l-.3-.175l-3.375 4.5q-.025.025-.05.087t-.05.138h.725Zm.025 2H4.6l7.25 6.575q.25.225.5.325t.575.1h.975l-6.925-6.225q-.375-.35-.937-.563T4.975 13Zm7.975 9q-.7 0-1.325-.238T10.5 21.05L3.2 14.4q-1.05-.95-1.188-2.325t.713-2.5L6.2 4.95q.425-.55 1.038-.712T8.45 4.4l.55.325q.5.25.75.663t.25.937v1.9l1.75-.425q.725-.175 1.325.163T13.9 9l1.475 4.4l3.825 3.825q.475.475.638.988T20 19.3q0 1.15-.775 1.925T17.3 22h-4.35Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFitbitHourlyActivityOutlineRounded(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="M20 13q-.425-.025-.713-.3T19 12q0-.425.288-.713T20 11h.8q-.25-1.225-.775-2.313t-1.3-2.012L17.7 7.7q-.3.3-.7.3t-.7-.3Q16 7.4 16 7t.3-.7l1.025-1.05q-1.175-.95-2.587-1.525t-2.988-.7q-.35-.05-.563-.337T10.976 2q0-.425.275-.713t.7-.237q2.175.175 4.088 1.075t3.375 2.35q1.462 1.45 2.387 3.363t1.1 4.087q.05.425-.262.75T21.9 13H20ZM4.95 11q.925 0 1.787.325t1.563.95L16.875 20h.425q.35 0 .525-.175T18 19.3v-.313q0-.137-.2-.337l-4.2-4.2l-1.525-4.65l-1.625.375q-.875.225-1.662-.4T8 8.225V6.45l-.3-.175l-3.375 4.5q-.025.025-.05.087t-.05.138h.725Zm.025 2H4.6l7.25 6.575q.25.225.5.325t.575.1h.975l-6.925-6.225q-.375-.35-.937-.563T4.975 13Zm7.975 9q-.7 0-1.325-.238T10.5 21.05L3.2 14.4q-1.05-.95-1.188-2.325t.713-2.5L6.2 4.95q.425-.55 1.038-.712T8.45 4.4l.55.325q.5.25.75.663t.25.937v1.9l1.75-.425q.725-.175 1.325.163T13.9 9l1.475 4.4l3.825 3.825q.475.475.638.988T20 19.3q0 1.15-.775 1.925T17.3 22h-4.35Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13q-.425-.025-.713-.3T19 12q0-.425.288-.713T20 11h.8q-.25-1.225-.775-2.313t-1.3-2.012L17.7 7.7q-.3.3-.7.3t-.7-.3Q16 7.4 16 7t.3-.7l1.025-1.05q-1.175-.95-2.587-1.525t-2.988-.7q-.35-.05-.563-.337T10.976 2q0-.425.275-.713t.7-.237q2.175.175 4.088 1.075t3.375 2.35q1.462 1.45 2.387 3.363t1.1 4.087q.05.425-.262.75T21.9 13H20ZM4.95 11q.925 0 1.787.325t1.563.95L16.875 20h.425q.35 0 .525-.175T18 19.3v-.313q0-.137-.2-.337l-4.2-4.2l-1.525-4.65l-1.625.375q-.875.225-1.662-.4T8 8.225V6.45l-.3-.175l-3.375 4.5q-.025.025-.05.087t-.05.138h.725Zm.025 2H4.6l7.25 6.575q.25.225.5.325t.575.1h.975l-6.925-6.225q-.375-.35-.937-.563T4.975 13Zm7.975 9q-.7 0-1.325-.238T10.5 21.05L3.2 14.4q-1.05-.95-1.188-2.325t.713-2.5L6.2 4.95q.425-.55 1.038-.712T8.45 4.4l.55.325q.5.25.75.663t.25.937v1.9l1.75-.425q.725-.175 1.325.163T13.9 9l1.475 4.4l3.825 3.825q.475.475.638.988T20 19.3q0 1.15-.775 1.925T17.3 22h-4.35Z"/></svg>
</template>

CSS

.icon-fitbit-hourly-activity-outline-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%22M20%2013q-.425-.025-.713-.3T19%2012q0-.425.288-.713T20%2011h.8q-.25-1.225-.775-2.313t-1.3-2.012L17.7%207.7q-.3.3-.7.3t-.7-.3Q16%207.4%2016%207t.3-.7l1.025-1.05q-1.175-.95-2.587-1.525t-2.988-.7q-.35-.05-.563-.337T10.976%202q0-.425.275-.713t.7-.237q2.175.175%204.088%201.075t3.375%202.35q1.462%201.45%202.387%203.363t1.1%204.087q.05.425-.262.75T21.9%2013H20ZM4.95%2011q.925%200%201.787.325t1.563.95L16.875%2020h.425q.35%200%20.525-.175T18%2019.3v-.313q0-.137-.2-.337l-4.2-4.2l-1.525-4.65l-1.625.375q-.875.225-1.662-.4T8%208.225V6.45l-.3-.175l-3.375%204.5q-.025.025-.05.087t-.05.138h.725Zm.025%202H4.6l7.25%206.575q.25.225.5.325t.575.1h.975l-6.925-6.225q-.375-.35-.937-.563T4.975%2013Zm7.975%209q-.7%200-1.325-.238T10.5%2021.05L3.2%2014.4q-1.05-.95-1.188-2.325t.713-2.5L6.2%204.95q.425-.55%201.038-.712T8.45%204.4l.55.325q.5.25.75.663t.25.937v1.9l1.75-.425q.725-.175%201.325.163T13.9%209l1.475%204.4l3.825%203.825q.475.475.638.988T20%2019.3q0%201.15-.775%201.925T17.3%2022h-4.35Z%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%22M20%2013q-.425-.025-.713-.3T19%2012q0-.425.288-.713T20%2011h.8q-.25-1.225-.775-2.313t-1.3-2.012L17.7%207.7q-.3.3-.7.3t-.7-.3Q16%207.4%2016%207t.3-.7l1.025-1.05q-1.175-.95-2.587-1.525t-2.988-.7q-.35-.05-.563-.337T10.976%202q0-.425.275-.713t.7-.237q2.175.175%204.088%201.075t3.375%202.35q1.462%201.45%202.387%203.363t1.1%204.087q.05.425-.262.75T21.9%2013H20ZM4.95%2011q.925%200%201.787.325t1.563.95L16.875%2020h.425q.35%200%20.525-.175T18%2019.3v-.313q0-.137-.2-.337l-4.2-4.2l-1.525-4.65l-1.625.375q-.875.225-1.662-.4T8%208.225V6.45l-.3-.175l-3.375%204.5q-.025.025-.05.087t-.05.138h.725Zm.025%202H4.6l7.25%206.575q.25.225.5.325t.575.1h.975l-6.925-6.225q-.375-.35-.937-.563T4.975%2013Zm7.975%209q-.7%200-1.325-.238T10.5%2021.05L3.2%2014.4q-1.05-.95-1.188-2.325t.713-2.5L6.2%204.95q.425-.55%201.038-.712T8.45%204.4l.55.325q.5.25.75.663t.25.937v1.9l1.75-.425q.725-.175%201.325.163T13.9%209l1.475%204.4l3.825%203.825q.475.475.638.988T20%2019.3q0%201.15-.775%201.925T17.3%2022h-4.35Z%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-rounded.svg?color=%231a73e8&size=48