file type floobits logo

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

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

Related icons in VSCode Icons

Use the file type floobits logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#737373" d="M6.151 6.8h5.337q3.2 7.236 6.394 14.471c.09.2.175.4.269.6c-1.777.012-3.554 0-5.331.005Q9.485 14.343 6.151 6.8m8.005 3.314h5.056a3 3 0 0 1 .28.006c.968 2.21 1.949 4.414 2.922 6.622q1.869 4.225 3.736 8.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4 11.51a2.75 2.75 0 0 1 2.888 1.662a2.726 2.726 0 0 1-1.124 3.4a2.764 2.764 0 0 1-3.357-.407A2.724 2.724 0 0 1 2.4 12.8a2.76 2.76 0 0 1 2-1.29m22.657 3.299a2.76 2.76 0 0 1 2.33 1.008a2.727 2.727 0 0 1-1 4.209a2.78 2.78 0 0 1-2.517-.126a2.733 2.733 0 0 1 1.187-5.094Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFloobits(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#737373" d="M6.151 6.8h5.337q3.2 7.236 6.394 14.471c.09.2.175.4.269.6c-1.777.012-3.554 0-5.331.005Q9.485 14.343 6.151 6.8m8.005 3.314h5.056a3 3 0 0 1 .28.006c.968 2.21 1.949 4.414 2.922 6.622q1.869 4.225 3.736 8.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4 11.51a2.75 2.75 0 0 1 2.888 1.662a2.726 2.726 0 0 1-1.124 3.4a2.764 2.764 0 0 1-3.357-.407A2.724 2.724 0 0 1 2.4 12.8a2.76 2.76 0 0 1 2-1.29m22.657 3.299a2.76 2.76 0 0 1 2.33 1.008a2.727 2.727 0 0 1-1 4.209a2.78 2.78 0 0 1-2.517-.126a2.733 2.733 0 0 1 1.187-5.094Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#737373" d="M6.151 6.8h5.337q3.2 7.236 6.394 14.471c.09.2.175.4.269.6c-1.777.012-3.554 0-5.331.005Q9.485 14.343 6.151 6.8m8.005 3.314h5.056a3 3 0 0 1 .28.006c.968 2.21 1.949 4.414 2.922 6.622q1.869 4.225 3.736 8.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4 11.51a2.75 2.75 0 0 1 2.888 1.662a2.726 2.726 0 0 1-1.124 3.4a2.764 2.764 0 0 1-3.357-.407A2.724 2.724 0 0 1 2.4 12.8a2.76 2.76 0 0 1 2-1.29m22.657 3.299a2.76 2.76 0 0 1 2.33 1.008a2.727 2.727 0 0 1-1 4.209a2.78 2.78 0 0 1-2.517-.126a2.733 2.733 0 0 1 1.187-5.094Z"/></svg>
</template>

CSS

.icon-file-type-floobits {
  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%23737373%22%20d%3D%22M6.151%206.8h5.337q3.2%207.236%206.394%2014.471c.09.2.175.4.269.6c-1.777.012-3.554%200-5.331.005Q9.485%2014.343%206.151%206.8m8.005%203.314h5.056a3%203%200%200%201%20.28.006c.968%202.21%201.949%204.414%202.922%206.622q1.869%204.225%203.736%208.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4%2011.51a2.75%202.75%200%200%201%202.888%201.662a2.726%202.726%200%200%201-1.124%203.4a2.764%202.764%200%200%201-3.357-.407A2.724%202.724%200%200%201%202.4%2012.8a2.76%202.76%200%200%201%202-1.29m22.657%203.299a2.76%202.76%200%200%201%202.33%201.008a2.727%202.727%200%200%201-1%204.209a2.78%202.78%200%200%201-2.517-.126a2.733%202.733%200%200%201%201.187-5.094Z%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%23737373%22%20d%3D%22M6.151%206.8h5.337q3.2%207.236%206.394%2014.471c.09.2.175.4.269.6c-1.777.012-3.554%200-5.331.005Q9.485%2014.343%206.151%206.8m8.005%203.314h5.056a3%203%200%200%201%20.28.006c.968%202.21%201.949%204.414%202.922%206.622q1.869%204.225%203.736%208.452h-5.337c-.857-1.957-1.728-3.909-2.59-5.864l-3.807-8.609c-.086-.204-.186-.4-.26-.607M4.4%2011.51a2.75%202.75%200%200%201%202.888%201.662a2.726%202.726%200%200%201-1.124%203.4a2.764%202.764%200%200%201-3.357-.407A2.724%202.724%200%200%201%202.4%2012.8a2.76%202.76%200%200%201%202-1.29m22.657%203.299a2.76%202.76%200%200%201%202.33%201.008a2.727%202.727%200%200%201-1%204.209a2.78%202.78%200%200%201-2.517-.126a2.733%202.733%200%200%201%201.187-5.094Z%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-floobits.svg?color=%231a73e8&size=48