fitbit from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
fitbit
Set
Simple Icons
Style
Brand
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M13.298 1.825c0 .976-.81 1.785-1.786 1.785a1.8 1.8 0 0 1-1.784-1.785c0-.973.813-1.785 1.784-1.785c.976 0 1.786.813 1.786 1.785m-1.786 3.243c-1.052 0-1.863.81-1.863 1.866c0 1.053.81 1.865 1.865 1.865c1.053 0 1.865-.811 1.865-1.865s-.825-1.866-1.875-1.866zm0 5.029c-1.052 0-1.945.891-1.945 1.945s.894 1.945 1.947 1.945s1.946-.891 1.946-1.945s-.894-1.945-1.946-1.945zm0 5.107c-1.052 0-1.863.81-1.863 1.864s.81 1.866 1.865 1.866a1.836 1.836 0 0 0 1.865-1.866c0-.972-.825-1.864-1.875-1.864zm0 5.191a1.8 1.8 0 0 0-1.784 1.784a1.8 1.8 0 0 0 1.784 1.781c.977 0 1.786-.809 1.786-1.784c0-.973-.81-1.781-1.786-1.781M16.46 4.823c-1.136 0-2.108.977-2.108 2.111s.973 2.107 2.108 2.107s2.106-.975 2.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0 5.03c-1.216 0-2.19.973-2.19 2.19a2.18 2.18 0 0 0 2.19 2.187a2.18 2.18 0 0 0 2.189-2.189a2.18 2.18 0 0 0-2.189-2.188m0 5.108c-1.136 0-2.108.976-2.108 2.107c0 1.135.973 2.109 2.108 2.109s2.106-.976 2.106-2.109s-.971-2.107-2.106-2.107m5.106-5.353a2.44 2.44 0 0 0-2.43 2.434c0 1.297 1.051 2.433 2.43 2.433c1.381 0 2.434-1.065 2.434-2.444c-.082-1.382-1.135-2.431-2.434-2.431zM6.486 5.312c-.892 0-1.62.73-1.62 1.623c0 .891.729 1.62 1.62 1.62c.893 0 1.619-.729 1.619-1.62c0-.893-.727-1.62-1.619-1.62zm0 5.027c-.973 0-1.703.729-1.703 1.703s.721 1.703 1.695 1.703s1.695-.73 1.695-1.703c0-.975-.735-1.703-1.71-1.703zm0 5.107c-.892 0-1.62.731-1.62 1.62c0 .895.729 1.623 1.62 1.623c.893 0 1.619-.735 1.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813 0-1.461.646-1.461 1.459c0 .81.648 1.459 1.46 1.459c.81 0 1.459-.648 1.459-1.459s-.648-1.459-1.458-1.459"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFitbit(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="M13.298 1.825c0 .976-.81 1.785-1.786 1.785a1.8 1.8 0 0 1-1.784-1.785c0-.973.813-1.785 1.784-1.785c.976 0 1.786.813 1.786 1.785m-1.786 3.243c-1.052 0-1.863.81-1.863 1.866c0 1.053.81 1.865 1.865 1.865c1.053 0 1.865-.811 1.865-1.865s-.825-1.866-1.875-1.866zm0 5.029c-1.052 0-1.945.891-1.945 1.945s.894 1.945 1.947 1.945s1.946-.891 1.946-1.945s-.894-1.945-1.946-1.945zm0 5.107c-1.052 0-1.863.81-1.863 1.864s.81 1.866 1.865 1.866a1.836 1.836 0 0 0 1.865-1.866c0-.972-.825-1.864-1.875-1.864zm0 5.191a1.8 1.8 0 0 0-1.784 1.784a1.8 1.8 0 0 0 1.784 1.781c.977 0 1.786-.809 1.786-1.784c0-.973-.81-1.781-1.786-1.781M16.46 4.823c-1.136 0-2.108.977-2.108 2.111s.973 2.107 2.108 2.107s2.106-.975 2.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0 5.03c-1.216 0-2.19.973-2.19 2.19a2.18 2.18 0 0 0 2.19 2.187a2.18 2.18 0 0 0 2.189-2.189a2.18 2.18 0 0 0-2.189-2.188m0 5.108c-1.136 0-2.108.976-2.108 2.107c0 1.135.973 2.109 2.108 2.109s2.106-.976 2.106-2.109s-.971-2.107-2.106-2.107m5.106-5.353a2.44 2.44 0 0 0-2.43 2.434c0 1.297 1.051 2.433 2.43 2.433c1.381 0 2.434-1.065 2.434-2.444c-.082-1.382-1.135-2.431-2.434-2.431zM6.486 5.312c-.892 0-1.62.73-1.62 1.623c0 .891.729 1.62 1.62 1.62c.893 0 1.619-.729 1.619-1.62c0-.893-.727-1.62-1.619-1.62zm0 5.027c-.973 0-1.703.729-1.703 1.703s.721 1.703 1.695 1.703s1.695-.73 1.695-1.703c0-.975-.735-1.703-1.71-1.703zm0 5.107c-.892 0-1.62.731-1.62 1.62c0 .895.729 1.623 1.62 1.623c.893 0 1.619-.735 1.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813 0-1.461.646-1.461 1.459c0 .81.648 1.459 1.46 1.459c.81 0 1.459-.648 1.459-1.459s-.648-1.459-1.458-1.459"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.298 1.825c0 .976-.81 1.785-1.786 1.785a1.8 1.8 0 0 1-1.784-1.785c0-.973.813-1.785 1.784-1.785c.976 0 1.786.813 1.786 1.785m-1.786 3.243c-1.052 0-1.863.81-1.863 1.866c0 1.053.81 1.865 1.865 1.865c1.053 0 1.865-.811 1.865-1.865s-.825-1.866-1.875-1.866zm0 5.029c-1.052 0-1.945.891-1.945 1.945s.894 1.945 1.947 1.945s1.946-.891 1.946-1.945s-.894-1.945-1.946-1.945zm0 5.107c-1.052 0-1.863.81-1.863 1.864s.81 1.866 1.865 1.866a1.836 1.836 0 0 0 1.865-1.866c0-.972-.825-1.864-1.875-1.864zm0 5.191a1.8 1.8 0 0 0-1.784 1.784a1.8 1.8 0 0 0 1.784 1.781c.977 0 1.786-.809 1.786-1.784c0-.973-.81-1.781-1.786-1.781M16.46 4.823c-1.136 0-2.108.977-2.108 2.111s.973 2.107 2.108 2.107s2.106-.975 2.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0 5.03c-1.216 0-2.19.973-2.19 2.19a2.18 2.18 0 0 0 2.19 2.187a2.18 2.18 0 0 0 2.189-2.189a2.18 2.18 0 0 0-2.189-2.188m0 5.108c-1.136 0-2.108.976-2.108 2.107c0 1.135.973 2.109 2.108 2.109s2.106-.976 2.106-2.109s-.971-2.107-2.106-2.107m5.106-5.353a2.44 2.44 0 0 0-2.43 2.434c0 1.297 1.051 2.433 2.43 2.433c1.381 0 2.434-1.065 2.434-2.444c-.082-1.382-1.135-2.431-2.434-2.431zM6.486 5.312c-.892 0-1.62.73-1.62 1.623c0 .891.729 1.62 1.62 1.62c.893 0 1.619-.729 1.619-1.62c0-.893-.727-1.62-1.619-1.62zm0 5.027c-.973 0-1.703.729-1.703 1.703s.721 1.703 1.695 1.703s1.695-.73 1.695-1.703c0-.975-.735-1.703-1.71-1.703zm0 5.107c-.892 0-1.62.731-1.62 1.62c0 .895.729 1.623 1.62 1.623c.893 0 1.619-.735 1.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813 0-1.461.646-1.461 1.459c0 .81.648 1.459 1.46 1.459c.81 0 1.459-.648 1.459-1.459s-.648-1.459-1.458-1.459"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.298%201.825c0%20.976-.81%201.785-1.786%201.785a1.8%201.8%200%200%201-1.784-1.785c0-.973.813-1.785%201.784-1.785c.976%200%201.786.813%201.786%201.785m-1.786%203.243c-1.052%200-1.863.81-1.863%201.866c0%201.053.81%201.865%201.865%201.865c1.053%200%201.865-.811%201.865-1.865s-.825-1.866-1.875-1.866zm0%205.029c-1.052%200-1.945.891-1.945%201.945s.894%201.945%201.947%201.945s1.946-.891%201.946-1.945s-.894-1.945-1.946-1.945zm0%205.107c-1.052%200-1.863.81-1.863%201.864s.81%201.866%201.865%201.866a1.836%201.836%200%200%200%201.865-1.866c0-.972-.825-1.864-1.875-1.864zm0%205.191a1.8%201.8%200%200%200-1.784%201.784a1.8%201.8%200%200%200%201.784%201.781c.977%200%201.786-.809%201.786-1.784c0-.973-.81-1.781-1.786-1.781M16.46%204.823c-1.136%200-2.108.977-2.108%202.111s.973%202.107%202.108%202.107s2.106-.975%202.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0%205.03c-1.216%200-2.19.973-2.19%202.19a2.18%202.18%200%200%200%202.19%202.187a2.18%202.18%200%200%200%202.189-2.189a2.18%202.18%200%200%200-2.189-2.188m0%205.108c-1.136%200-2.108.976-2.108%202.107c0%201.135.973%202.109%202.108%202.109s2.106-.976%202.106-2.109s-.971-2.107-2.106-2.107m5.106-5.353a2.44%202.44%200%200%200-2.43%202.434c0%201.297%201.051%202.433%202.43%202.433c1.381%200%202.434-1.065%202.434-2.444c-.082-1.382-1.135-2.431-2.434-2.431zM6.486%205.312c-.892%200-1.62.73-1.62%201.623c0%20.891.729%201.62%201.62%201.62c.893%200%201.619-.729%201.619-1.62c0-.893-.727-1.62-1.619-1.62zm0%205.027c-.973%200-1.703.729-1.703%201.703s.721%201.703%201.695%201.703s1.695-.73%201.695-1.703c0-.975-.735-1.703-1.71-1.703zm0%205.107c-.892%200-1.62.731-1.62%201.62c0%20.895.729%201.623%201.62%201.623c.893%200%201.619-.735%201.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813%200-1.461.646-1.461%201.459c0%20.81.648%201.459%201.46%201.459c.81%200%201.459-.648%201.459-1.459s-.648-1.459-1.458-1.459%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%22M13.298%201.825c0%20.976-.81%201.785-1.786%201.785a1.8%201.8%200%200%201-1.784-1.785c0-.973.813-1.785%201.784-1.785c.976%200%201.786.813%201.786%201.785m-1.786%203.243c-1.052%200-1.863.81-1.863%201.866c0%201.053.81%201.865%201.865%201.865c1.053%200%201.865-.811%201.865-1.865s-.825-1.866-1.875-1.866zm0%205.029c-1.052%200-1.945.891-1.945%201.945s.894%201.945%201.947%201.945s1.946-.891%201.946-1.945s-.894-1.945-1.946-1.945zm0%205.107c-1.052%200-1.863.81-1.863%201.864s.81%201.866%201.865%201.866a1.836%201.836%200%200%200%201.865-1.866c0-.972-.825-1.864-1.875-1.864zm0%205.191a1.8%201.8%200%200%200-1.784%201.784a1.8%201.8%200%200%200%201.784%201.781c.977%200%201.786-.809%201.786-1.784c0-.973-.81-1.781-1.786-1.781M16.46%204.823c-1.136%200-2.108.977-2.108%202.111s.973%202.107%202.108%202.107s2.106-.975%202.106-2.107c0-1.135-.972-2.109-2.106-2.109zm0%205.03c-1.216%200-2.19.973-2.19%202.19a2.18%202.18%200%200%200%202.19%202.187a2.18%202.18%200%200%200%202.189-2.189a2.18%202.18%200%200%200-2.189-2.188m0%205.108c-1.136%200-2.108.976-2.108%202.107c0%201.135.973%202.109%202.108%202.109s2.106-.976%202.106-2.109s-.971-2.107-2.106-2.107m5.106-5.353a2.44%202.44%200%200%200-2.43%202.434c0%201.297%201.051%202.433%202.43%202.433c1.381%200%202.434-1.065%202.434-2.444c-.082-1.382-1.135-2.431-2.434-2.431zM6.486%205.312c-.892%200-1.62.73-1.62%201.623c0%20.891.729%201.62%201.62%201.62c.893%200%201.619-.729%201.619-1.62c0-.893-.727-1.62-1.619-1.62zm0%205.027c-.973%200-1.703.729-1.703%201.703s.721%201.703%201.695%201.703s1.695-.73%201.695-1.703c0-.975-.735-1.703-1.71-1.703zm0%205.107c-.892%200-1.62.731-1.62%201.62c0%20.895.729%201.623%201.62%201.623c.893%200%201.619-.735%201.619-1.635s-.727-1.62-1.619-1.62zm-5.025-4.863c-.813%200-1.461.646-1.461%201.459c0%20.81.648%201.459%201.46%201.459c.81%200%201.459-.648%201.459-1.459s-.648-1.459-1.458-1.459%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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