file type fitbit logo

file-type-fitbit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-fitbit
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type fitbit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a9b9" d="M17.58 4.24a2.1 2.1 0 1 1-2.1-2.1a2.1 2.1 0 0 1 2.1 2.1M15.48 8a2.19 2.19 0 1 0 2.19 2.18A2.19 2.19 0 0 0 15.48 8m0 5.86a2.27 2.27 0 1 0 2.27 2.27a2.26 2.26 0 0 0-2.27-2.27m0 6a2.18 2.18 0 1 0 2.19 2.18a2.18 2.18 0 0 0-2.19-2.18m0 6a2.1 2.1 0 1 0 2.1 2.1a2.1 2.1 0 0 0-2.1-2.1m5.79-18.14a2.47 2.47 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m0 5.86a2.55 2.55 0 1 0 2.55 2.55a2.55 2.55 0 0 0-2.55-2.55m0 6a2.46 2.46 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m5.93-6.28a2.83 2.83 0 1 0 2.8 2.83a2.82 2.82 0 0 0-2.8-2.83m-17.57-5a1.91 1.91 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m0 5.86a2 2 0 1 0 2 2a2 2 0 0 0-2-2m0 6a1.9 1.9 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m-5.86-5.74a1.71 1.71 0 1 0 1.7 1.71a1.7 1.7 0 0 0-1.7-1.71"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFitbit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a9b9" d="M17.58 4.24a2.1 2.1 0 1 1-2.1-2.1a2.1 2.1 0 0 1 2.1 2.1M15.48 8a2.19 2.19 0 1 0 2.19 2.18A2.19 2.19 0 0 0 15.48 8m0 5.86a2.27 2.27 0 1 0 2.27 2.27a2.26 2.26 0 0 0-2.27-2.27m0 6a2.18 2.18 0 1 0 2.19 2.18a2.18 2.18 0 0 0-2.19-2.18m0 6a2.1 2.1 0 1 0 2.1 2.1a2.1 2.1 0 0 0-2.1-2.1m5.79-18.14a2.47 2.47 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m0 5.86a2.55 2.55 0 1 0 2.55 2.55a2.55 2.55 0 0 0-2.55-2.55m0 6a2.46 2.46 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m5.93-6.28a2.83 2.83 0 1 0 2.8 2.83a2.82 2.82 0 0 0-2.8-2.83m-17.57-5a1.91 1.91 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m0 5.86a2 2 0 1 0 2 2a2 2 0 0 0-2-2m0 6a1.9 1.9 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m-5.86-5.74a1.71 1.71 0 1 0 1.7 1.71a1.7 1.7 0 0 0-1.7-1.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a9b9" d="M17.58 4.24a2.1 2.1 0 1 1-2.1-2.1a2.1 2.1 0 0 1 2.1 2.1M15.48 8a2.19 2.19 0 1 0 2.19 2.18A2.19 2.19 0 0 0 15.48 8m0 5.86a2.27 2.27 0 1 0 2.27 2.27a2.26 2.26 0 0 0-2.27-2.27m0 6a2.18 2.18 0 1 0 2.19 2.18a2.18 2.18 0 0 0-2.19-2.18m0 6a2.1 2.1 0 1 0 2.1 2.1a2.1 2.1 0 0 0-2.1-2.1m5.79-18.14a2.47 2.47 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m0 5.86a2.55 2.55 0 1 0 2.55 2.55a2.55 2.55 0 0 0-2.55-2.55m0 6a2.46 2.46 0 1 0 2.46 2.46a2.47 2.47 0 0 0-2.46-2.46m5.93-6.28a2.83 2.83 0 1 0 2.8 2.83a2.82 2.82 0 0 0-2.8-2.83m-17.57-5a1.91 1.91 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m0 5.86a2 2 0 1 0 2 2a2 2 0 0 0-2-2m0 6a1.9 1.9 0 1 0 1.9 1.9a1.9 1.9 0 0 0-1.9-1.9m-5.86-5.74a1.71 1.71 0 1 0 1.7 1.71a1.7 1.7 0 0 0-1.7-1.71"/></svg>
</template>

CSS

.icon-file-type-fitbit {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300a9b9%22%20d%3D%22M17.58%204.24a2.1%202.1%200%201%201-2.1-2.1a2.1%202.1%200%200%201%202.1%202.1M15.48%208a2.19%202.19%200%201%200%202.19%202.18A2.19%202.19%200%200%200%2015.48%208m0%205.86a2.27%202.27%200%201%200%202.27%202.27a2.26%202.26%200%200%200-2.27-2.27m0%206a2.18%202.18%200%201%200%202.19%202.18a2.18%202.18%200%200%200-2.19-2.18m0%206a2.1%202.1%200%201%200%202.1%202.1a2.1%202.1%200%200%200-2.1-2.1m5.79-18.14a2.47%202.47%200%201%200%202.46%202.46a2.47%202.47%200%200%200-2.46-2.46m0%205.86a2.55%202.55%200%201%200%202.55%202.55a2.55%202.55%200%200%200-2.55-2.55m0%206a2.46%202.46%200%201%200%202.46%202.46a2.47%202.47%200%200%200-2.46-2.46m5.93-6.28a2.83%202.83%200%201%200%202.8%202.83a2.82%202.82%200%200%200-2.8-2.83m-17.57-5a1.91%201.91%200%201%200%201.9%201.9a1.9%201.9%200%200%200-1.9-1.9m0%205.86a2%202%200%201%200%202%202a2%202%200%200%200-2-2m0%206a1.9%201.9%200%201%200%201.9%201.9a1.9%201.9%200%200%200-1.9-1.9m-5.86-5.74a1.71%201.71%200%201%200%201.7%201.71a1.7%201.7%200%200%200-1.7-1.71%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300a9b9%22%20d%3D%22M17.58%204.24a2.1%202.1%200%201%201-2.1-2.1a2.1%202.1%200%200%201%202.1%202.1M15.48%208a2.19%202.19%200%201%200%202.19%202.18A2.19%202.19%200%200%200%2015.48%208m0%205.86a2.27%202.27%200%201%200%202.27%202.27a2.26%202.26%200%200%200-2.27-2.27m0%206a2.18%202.18%200%201%200%202.19%202.18a2.18%202.18%200%200%200-2.19-2.18m0%206a2.1%202.1%200%201%200%202.1%202.1a2.1%202.1%200%200%200-2.1-2.1m5.79-18.14a2.47%202.47%200%201%200%202.46%202.46a2.47%202.47%200%200%200-2.46-2.46m0%205.86a2.55%202.55%200%201%200%202.55%202.55a2.55%202.55%200%200%200-2.55-2.55m0%206a2.46%202.46%200%201%200%202.46%202.46a2.47%202.47%200%200%200-2.46-2.46m5.93-6.28a2.83%202.83%200%201%200%202.8%202.83a2.82%202.82%200%200%200-2.8-2.83m-17.57-5a1.91%201.91%200%201%200%201.9%201.9a1.9%201.9%200%200%200-1.9-1.9m0%205.86a2%202%200%201%200%202%202a2%202%200%200%200-2-2m0%206a1.9%201.9%200%201%200%201.9%201.9a1.9%201.9%200%200%200-1.9-1.9m-5.86-5.74a1.71%201.71%200%201%200%201.7%201.71a1.7%201.7%200%200%200-1.7-1.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-fitbit.svg?color=%231a73e8&size=48