floydhub logo
floydhub from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- floydhub
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the floydhub logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#3b99ed" d="M208.418 208.418c-21.48 21.48-50.04 33.31-80.418 33.31s-58.937-11.83-80.418-33.31c-21.48-21.48-33.31-50.04-33.31-80.418s11.83-58.937 33.31-80.418c21.481-21.48 50.04-33.31 80.418-33.31s58.938 11.83 80.418 33.31s33.31 50.04 33.31 80.418s-11.83 58.938-33.31 80.418m37.52-130.244c-6.447-15.243-15.675-28.931-27.428-40.684s-25.442-20.981-40.684-27.428C162.041 3.385 145.277 0 128 0S93.96 3.385 78.174 10.062C62.931 16.509 49.243 25.737 37.49 37.49S16.509 62.931 10.062 78.174C3.385 93.96 0 110.723 0 128s3.385 34.041 10.062 49.826c6.447 15.242 15.675 28.931 27.428 40.684s25.441 20.981 40.684 27.428C93.96 252.614 110.723 256 128 256s34.041-3.386 49.826-10.062c15.242-6.447 28.931-15.675 40.684-27.428s20.981-25.442 27.428-40.684C252.615 162.041 256 145.277 256 128s-3.385-34.04-10.062-49.826M187.992 40.49H78.812v167.872a5.352 5.352 0 0 0 10.705 0v-64.759h77.246a5.352 5.352 0 1 0 0-10.703H89.517v-9.812h76.176a5.352 5.352 0 0 0 0-10.704H89.517v-61.19h98.475a5.352 5.352 0 1 0 0-10.704"/></svg>
React
import type { SVGProps } from "react";
export function LogosFloydhub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#3b99ed" d="M208.418 208.418c-21.48 21.48-50.04 33.31-80.418 33.31s-58.937-11.83-80.418-33.31c-21.48-21.48-33.31-50.04-33.31-80.418s11.83-58.937 33.31-80.418c21.481-21.48 50.04-33.31 80.418-33.31s58.938 11.83 80.418 33.31s33.31 50.04 33.31 80.418s-11.83 58.938-33.31 80.418m37.52-130.244c-6.447-15.243-15.675-28.931-27.428-40.684s-25.442-20.981-40.684-27.428C162.041 3.385 145.277 0 128 0S93.96 3.385 78.174 10.062C62.931 16.509 49.243 25.737 37.49 37.49S16.509 62.931 10.062 78.174C3.385 93.96 0 110.723 0 128s3.385 34.041 10.062 49.826c6.447 15.242 15.675 28.931 27.428 40.684s25.441 20.981 40.684 27.428C93.96 252.614 110.723 256 128 256s34.041-3.386 49.826-10.062c15.242-6.447 28.931-15.675 40.684-27.428s20.981-25.442 27.428-40.684C252.615 162.041 256 145.277 256 128s-3.385-34.04-10.062-49.826M187.992 40.49H78.812v167.872a5.352 5.352 0 0 0 10.705 0v-64.759h77.246a5.352 5.352 0 1 0 0-10.703H89.517v-9.812h76.176a5.352 5.352 0 0 0 0-10.704H89.517v-61.19h98.475a5.352 5.352 0 1 0 0-10.704"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#3b99ed" d="M208.418 208.418c-21.48 21.48-50.04 33.31-80.418 33.31s-58.937-11.83-80.418-33.31c-21.48-21.48-33.31-50.04-33.31-80.418s11.83-58.937 33.31-80.418c21.481-21.48 50.04-33.31 80.418-33.31s58.938 11.83 80.418 33.31s33.31 50.04 33.31 80.418s-11.83 58.938-33.31 80.418m37.52-130.244c-6.447-15.243-15.675-28.931-27.428-40.684s-25.442-20.981-40.684-27.428C162.041 3.385 145.277 0 128 0S93.96 3.385 78.174 10.062C62.931 16.509 49.243 25.737 37.49 37.49S16.509 62.931 10.062 78.174C3.385 93.96 0 110.723 0 128s3.385 34.041 10.062 49.826c6.447 15.242 15.675 28.931 27.428 40.684s25.441 20.981 40.684 27.428C93.96 252.614 110.723 256 128 256s34.041-3.386 49.826-10.062c15.242-6.447 28.931-15.675 40.684-27.428s20.981-25.442 27.428-40.684C252.615 162.041 256 145.277 256 128s-3.385-34.04-10.062-49.826M187.992 40.49H78.812v167.872a5.352 5.352 0 0 0 10.705 0v-64.759h77.246a5.352 5.352 0 1 0 0-10.703H89.517v-9.812h76.176a5.352 5.352 0 0 0 0-10.704H89.517v-61.19h98.475a5.352 5.352 0 1 0 0-10.704"/></svg> </template>
CSS
.icon-floydhub {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%233b99ed%22%20d%3D%22M208.418%20208.418c-21.48%2021.48-50.04%2033.31-80.418%2033.31s-58.937-11.83-80.418-33.31c-21.48-21.48-33.31-50.04-33.31-80.418s11.83-58.937%2033.31-80.418c21.481-21.48%2050.04-33.31%2080.418-33.31s58.938%2011.83%2080.418%2033.31s33.31%2050.04%2033.31%2080.418s-11.83%2058.938-33.31%2080.418m37.52-130.244c-6.447-15.243-15.675-28.931-27.428-40.684s-25.442-20.981-40.684-27.428C162.041%203.385%20145.277%200%20128%200S93.96%203.385%2078.174%2010.062C62.931%2016.509%2049.243%2025.737%2037.49%2037.49S16.509%2062.931%2010.062%2078.174C3.385%2093.96%200%20110.723%200%20128s3.385%2034.041%2010.062%2049.826c6.447%2015.242%2015.675%2028.931%2027.428%2040.684s25.441%2020.981%2040.684%2027.428C93.96%20252.614%20110.723%20256%20128%20256s34.041-3.386%2049.826-10.062c15.242-6.447%2028.931-15.675%2040.684-27.428s20.981-25.442%2027.428-40.684C252.615%20162.041%20256%20145.277%20256%20128s-3.385-34.04-10.062-49.826M187.992%2040.49H78.812v167.872a5.352%205.352%200%200%200%2010.705%200v-64.759h77.246a5.352%205.352%200%201%200%200-10.703H89.517v-9.812h76.176a5.352%205.352%200%200%200%200-10.704H89.517v-61.19h98.475a5.352%205.352%200%201%200%200-10.704%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%20256%20256%22%3E%3Cpath%20fill%3D%22%233b99ed%22%20d%3D%22M208.418%20208.418c-21.48%2021.48-50.04%2033.31-80.418%2033.31s-58.937-11.83-80.418-33.31c-21.48-21.48-33.31-50.04-33.31-80.418s11.83-58.937%2033.31-80.418c21.481-21.48%2050.04-33.31%2080.418-33.31s58.938%2011.83%2080.418%2033.31s33.31%2050.04%2033.31%2080.418s-11.83%2058.938-33.31%2080.418m37.52-130.244c-6.447-15.243-15.675-28.931-27.428-40.684s-25.442-20.981-40.684-27.428C162.041%203.385%20145.277%200%20128%200S93.96%203.385%2078.174%2010.062C62.931%2016.509%2049.243%2025.737%2037.49%2037.49S16.509%2062.931%2010.062%2078.174C3.385%2093.96%200%20110.723%200%20128s3.385%2034.041%2010.062%2049.826c6.447%2015.242%2015.675%2028.931%2027.428%2040.684s25.441%2020.981%2040.684%2027.428C93.96%20252.614%20110.723%20256%20128%20256s34.041-3.386%2049.826-10.062c15.242-6.447%2028.931-15.675%2040.684-27.428s20.981-25.442%2027.428-40.684C252.615%20162.041%20256%20145.277%20256%20128s-3.385-34.04-10.062-49.826M187.992%2040.49H78.812v167.872a5.352%205.352%200%200%200%2010.705%200v-64.759h77.246a5.352%205.352%200%201%200%200-10.703H89.517v-9.812h76.176a5.352%205.352%200%200%200%200-10.704H89.517v-61.19h98.475a5.352%205.352%200%201%200%200-10.704%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/floydhub.svg?color=%231a73e8&size=48