fitbit logo
fitbit from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fitbit
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the fitbit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.729 2.432a2.396 2.396 0 0 1-2.38 2.38a2.4 2.4 0 0 1-2.38-2.38a2.403 2.403 0 0 1 2.38-2.38a2.4 2.4 0 0 1 2.38 2.38m-2.38 4.323c-1.401 0-2.485 1.084-2.485 2.491c0 1.405 1.084 2.489 2.491 2.489c1.4 0 2.484-1.084 2.484-2.489c0-1.407-1.099-2.491-2.5-2.491zm0 6.709c-1.401 0-2.595 1.187-2.595 2.593s1.193 2.593 2.6 2.593c1.4 0 2.593-1.187 2.593-2.593s-1.193-2.593-2.593-2.593zm0 6.807a2.45 2.45 0 0 0-2.485 2.484c0 1.407 1.084 2.491 2.491 2.491c1.4 0 2.484-1.084 2.484-2.491c0-1.291-1.099-2.484-2.5-2.484zm0 6.922a2.4 2.4 0 0 0-2.38 2.38c0 1.291 1.083 2.375 2.38 2.375a2.397 2.397 0 0 0 2.38-2.38a2.396 2.396 0 0 0-2.38-2.375m6.599-20.761c-1.516 0-2.812 1.303-2.812 2.813c0 1.509 1.296 2.807 2.812 2.807c1.511 0 2.807-1.297 2.807-2.807s-1.296-2.813-2.807-2.813m0 6.704a2.906 2.906 0 0 0-2.921 2.921c0 1.62 1.301 2.916 2.921 2.916s2.916-1.296 2.916-2.921a2.904 2.904 0 0 0-2.916-2.916m0 6.812c-1.516 0-2.812 1.303-2.812 2.807c0 1.516 1.296 2.813 2.812 2.813c1.511 0 2.807-1.303 2.807-2.813c0-1.509-1.296-2.807-2.807-2.807m6.807-7.136c-1.728 0-3.239 1.407-3.239 3.245c0 1.729 1.401 3.245 3.239 3.245c1.839 0 3.245-1.423 3.245-3.261c-.109-1.844-1.516-3.239-3.245-3.239zM8.645 7.083a2.166 2.166 0 0 0-2.156 2.163c0 1.187.969 2.161 2.156 2.161a2.166 2.166 0 0 0 2.161-2.161a2.16 2.16 0 0 0-2.161-2.157zm0 6.704c-1.296 0-2.271.968-2.271 2.271c0 1.297.964 2.271 2.261 2.271c1.301 0 2.26-.973 2.26-2.271c0-1.303-.979-2.271-2.276-2.271zm0 6.806a2.163 2.163 0 0 0 0 4.324c1.193 0 2.161-.98 2.161-2.177a2.155 2.155 0 0 0-2.161-2.161zm-6.697-6.484A1.94 1.94 0 0 0 0 16.057C0 17.136.864 18 1.948 18a1.935 1.935 0 0 0 1.943-1.943a1.937 1.937 0 0 0-1.943-1.948"/></svg>
React
import type { SVGProps } from "react";
export function CibFitbit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.729 2.432a2.396 2.396 0 0 1-2.38 2.38a2.4 2.4 0 0 1-2.38-2.38a2.403 2.403 0 0 1 2.38-2.38a2.4 2.4 0 0 1 2.38 2.38m-2.38 4.323c-1.401 0-2.485 1.084-2.485 2.491c0 1.405 1.084 2.489 2.491 2.489c1.4 0 2.484-1.084 2.484-2.489c0-1.407-1.099-2.491-2.5-2.491zm0 6.709c-1.401 0-2.595 1.187-2.595 2.593s1.193 2.593 2.6 2.593c1.4 0 2.593-1.187 2.593-2.593s-1.193-2.593-2.593-2.593zm0 6.807a2.45 2.45 0 0 0-2.485 2.484c0 1.407 1.084 2.491 2.491 2.491c1.4 0 2.484-1.084 2.484-2.491c0-1.291-1.099-2.484-2.5-2.484zm0 6.922a2.4 2.4 0 0 0-2.38 2.38c0 1.291 1.083 2.375 2.38 2.375a2.397 2.397 0 0 0 2.38-2.38a2.396 2.396 0 0 0-2.38-2.375m6.599-20.761c-1.516 0-2.812 1.303-2.812 2.813c0 1.509 1.296 2.807 2.812 2.807c1.511 0 2.807-1.297 2.807-2.807s-1.296-2.813-2.807-2.813m0 6.704a2.906 2.906 0 0 0-2.921 2.921c0 1.62 1.301 2.916 2.921 2.916s2.916-1.296 2.916-2.921a2.904 2.904 0 0 0-2.916-2.916m0 6.812c-1.516 0-2.812 1.303-2.812 2.807c0 1.516 1.296 2.813 2.812 2.813c1.511 0 2.807-1.303 2.807-2.813c0-1.509-1.296-2.807-2.807-2.807m6.807-7.136c-1.728 0-3.239 1.407-3.239 3.245c0 1.729 1.401 3.245 3.239 3.245c1.839 0 3.245-1.423 3.245-3.261c-.109-1.844-1.516-3.239-3.245-3.239zM8.645 7.083a2.166 2.166 0 0 0-2.156 2.163c0 1.187.969 2.161 2.156 2.161a2.166 2.166 0 0 0 2.161-2.161a2.16 2.16 0 0 0-2.161-2.157zm0 6.704c-1.296 0-2.271.968-2.271 2.271c0 1.297.964 2.271 2.261 2.271c1.301 0 2.26-.973 2.26-2.271c0-1.303-.979-2.271-2.276-2.271zm0 6.806a2.163 2.163 0 0 0 0 4.324c1.193 0 2.161-.98 2.161-2.177a2.155 2.155 0 0 0-2.161-2.161zm-6.697-6.484A1.94 1.94 0 0 0 0 16.057C0 17.136.864 18 1.948 18a1.935 1.935 0 0 0 1.943-1.943a1.937 1.937 0 0 0-1.943-1.948"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.729 2.432a2.396 2.396 0 0 1-2.38 2.38a2.4 2.4 0 0 1-2.38-2.38a2.403 2.403 0 0 1 2.38-2.38a2.4 2.4 0 0 1 2.38 2.38m-2.38 4.323c-1.401 0-2.485 1.084-2.485 2.491c0 1.405 1.084 2.489 2.491 2.489c1.4 0 2.484-1.084 2.484-2.489c0-1.407-1.099-2.491-2.5-2.491zm0 6.709c-1.401 0-2.595 1.187-2.595 2.593s1.193 2.593 2.6 2.593c1.4 0 2.593-1.187 2.593-2.593s-1.193-2.593-2.593-2.593zm0 6.807a2.45 2.45 0 0 0-2.485 2.484c0 1.407 1.084 2.491 2.491 2.491c1.4 0 2.484-1.084 2.484-2.491c0-1.291-1.099-2.484-2.5-2.484zm0 6.922a2.4 2.4 0 0 0-2.38 2.38c0 1.291 1.083 2.375 2.38 2.375a2.397 2.397 0 0 0 2.38-2.38a2.396 2.396 0 0 0-2.38-2.375m6.599-20.761c-1.516 0-2.812 1.303-2.812 2.813c0 1.509 1.296 2.807 2.812 2.807c1.511 0 2.807-1.297 2.807-2.807s-1.296-2.813-2.807-2.813m0 6.704a2.906 2.906 0 0 0-2.921 2.921c0 1.62 1.301 2.916 2.921 2.916s2.916-1.296 2.916-2.921a2.904 2.904 0 0 0-2.916-2.916m0 6.812c-1.516 0-2.812 1.303-2.812 2.807c0 1.516 1.296 2.813 2.812 2.813c1.511 0 2.807-1.303 2.807-2.813c0-1.509-1.296-2.807-2.807-2.807m6.807-7.136c-1.728 0-3.239 1.407-3.239 3.245c0 1.729 1.401 3.245 3.239 3.245c1.839 0 3.245-1.423 3.245-3.261c-.109-1.844-1.516-3.239-3.245-3.239zM8.645 7.083a2.166 2.166 0 0 0-2.156 2.163c0 1.187.969 2.161 2.156 2.161a2.166 2.166 0 0 0 2.161-2.161a2.16 2.16 0 0 0-2.161-2.157zm0 6.704c-1.296 0-2.271.968-2.271 2.271c0 1.297.964 2.271 2.261 2.271c1.301 0 2.26-.973 2.26-2.271c0-1.303-.979-2.271-2.276-2.271zm0 6.806a2.163 2.163 0 0 0 0 4.324c1.193 0 2.161-.98 2.161-2.177a2.155 2.155 0 0 0-2.161-2.161zm-6.697-6.484A1.94 1.94 0 0 0 0 16.057C0 17.136.864 18 1.948 18a1.935 1.935 0 0 0 1.943-1.943a1.937 1.937 0 0 0-1.943-1.948"/></svg> </template>
CSS
.icon-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%22currentColor%22%20d%3D%22M17.729%202.432a2.396%202.396%200%200%201-2.38%202.38a2.4%202.4%200%200%201-2.38-2.38a2.403%202.403%200%200%201%202.38-2.38a2.4%202.4%200%200%201%202.38%202.38m-2.38%204.323c-1.401%200-2.485%201.084-2.485%202.491c0%201.405%201.084%202.489%202.491%202.489c1.4%200%202.484-1.084%202.484-2.489c0-1.407-1.099-2.491-2.5-2.491zm0%206.709c-1.401%200-2.595%201.187-2.595%202.593s1.193%202.593%202.6%202.593c1.4%200%202.593-1.187%202.593-2.593s-1.193-2.593-2.593-2.593zm0%206.807a2.45%202.45%200%200%200-2.485%202.484c0%201.407%201.084%202.491%202.491%202.491c1.4%200%202.484-1.084%202.484-2.491c0-1.291-1.099-2.484-2.5-2.484zm0%206.922a2.4%202.4%200%200%200-2.38%202.38c0%201.291%201.083%202.375%202.38%202.375a2.397%202.397%200%200%200%202.38-2.38a2.396%202.396%200%200%200-2.38-2.375m6.599-20.761c-1.516%200-2.812%201.303-2.812%202.813c0%201.509%201.296%202.807%202.812%202.807c1.511%200%202.807-1.297%202.807-2.807s-1.296-2.813-2.807-2.813m0%206.704a2.906%202.906%200%200%200-2.921%202.921c0%201.62%201.301%202.916%202.921%202.916s2.916-1.296%202.916-2.921a2.904%202.904%200%200%200-2.916-2.916m0%206.812c-1.516%200-2.812%201.303-2.812%202.807c0%201.516%201.296%202.813%202.812%202.813c1.511%200%202.807-1.303%202.807-2.813c0-1.509-1.296-2.807-2.807-2.807m6.807-7.136c-1.728%200-3.239%201.407-3.239%203.245c0%201.729%201.401%203.245%203.239%203.245c1.839%200%203.245-1.423%203.245-3.261c-.109-1.844-1.516-3.239-3.245-3.239zM8.645%207.083a2.166%202.166%200%200%200-2.156%202.163c0%201.187.969%202.161%202.156%202.161a2.166%202.166%200%200%200%202.161-2.161a2.16%202.16%200%200%200-2.161-2.157zm0%206.704c-1.296%200-2.271.968-2.271%202.271c0%201.297.964%202.271%202.261%202.271c1.301%200%202.26-.973%202.26-2.271c0-1.303-.979-2.271-2.276-2.271zm0%206.806a2.163%202.163%200%200%200%200%204.324c1.193%200%202.161-.98%202.161-2.177a2.155%202.155%200%200%200-2.161-2.161zm-6.697-6.484A1.94%201.94%200%200%200%200%2016.057C0%2017.136.864%2018%201.948%2018a1.935%201.935%200%200%200%201.943-1.943a1.937%201.937%200%200%200-1.943-1.948%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%22currentColor%22%20d%3D%22M17.729%202.432a2.396%202.396%200%200%201-2.38%202.38a2.4%202.4%200%200%201-2.38-2.38a2.403%202.403%200%200%201%202.38-2.38a2.4%202.4%200%200%201%202.38%202.38m-2.38%204.323c-1.401%200-2.485%201.084-2.485%202.491c0%201.405%201.084%202.489%202.491%202.489c1.4%200%202.484-1.084%202.484-2.489c0-1.407-1.099-2.491-2.5-2.491zm0%206.709c-1.401%200-2.595%201.187-2.595%202.593s1.193%202.593%202.6%202.593c1.4%200%202.593-1.187%202.593-2.593s-1.193-2.593-2.593-2.593zm0%206.807a2.45%202.45%200%200%200-2.485%202.484c0%201.407%201.084%202.491%202.491%202.491c1.4%200%202.484-1.084%202.484-2.491c0-1.291-1.099-2.484-2.5-2.484zm0%206.922a2.4%202.4%200%200%200-2.38%202.38c0%201.291%201.083%202.375%202.38%202.375a2.397%202.397%200%200%200%202.38-2.38a2.396%202.396%200%200%200-2.38-2.375m6.599-20.761c-1.516%200-2.812%201.303-2.812%202.813c0%201.509%201.296%202.807%202.812%202.807c1.511%200%202.807-1.297%202.807-2.807s-1.296-2.813-2.807-2.813m0%206.704a2.906%202.906%200%200%200-2.921%202.921c0%201.62%201.301%202.916%202.921%202.916s2.916-1.296%202.916-2.921a2.904%202.904%200%200%200-2.916-2.916m0%206.812c-1.516%200-2.812%201.303-2.812%202.807c0%201.516%201.296%202.813%202.812%202.813c1.511%200%202.807-1.303%202.807-2.813c0-1.509-1.296-2.807-2.807-2.807m6.807-7.136c-1.728%200-3.239%201.407-3.239%203.245c0%201.729%201.401%203.245%203.239%203.245c1.839%200%203.245-1.423%203.245-3.261c-.109-1.844-1.516-3.239-3.245-3.239zM8.645%207.083a2.166%202.166%200%200%200-2.156%202.163c0%201.187.969%202.161%202.156%202.161a2.166%202.166%200%200%200%202.161-2.161a2.16%202.16%200%200%200-2.161-2.157zm0%206.704c-1.296%200-2.271.968-2.271%202.271c0%201.297.964%202.271%202.261%202.271c1.301%200%202.26-.973%202.26-2.271c0-1.303-.979-2.271-2.276-2.271zm0%206.806a2.163%202.163%200%200%200%200%204.324c1.193%200%202.161-.98%202.161-2.177a2.155%202.155%200%200%200-2.161-2.161zm-6.697-6.484A1.94%201.94%200%200%200%200%2016.057C0%2017.136.864%2018%201.948%2018a1.935%201.935%200%200%200%201.943-1.943a1.937%201.937%200%200%200-1.943-1.948%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/fitbit.svg?color=%231a73e8&size=48