file type bithound logo

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

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

Related icons in VSCode Icons

Use the file type bithound logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c31230" d="M28.638 14.849a15 15 0 0 0-.7-3.244a19.66 19.66 0 0 0-5.188-8.127c-.1-.09-.5-.325-.641-.245c-.384.212.34 1.684.429 1.95a9.25 9.25 0 0 1 .5 5.037a5.01 5.01 0 0 1-4.538 4.006c-1.259.106-2.527-.038-3.792.11a7.18 7.18 0 0 0-5.014 2.422a5 5 0 0 0-.38.581h-.03a2.15 2.15 0 0 1-1.161-.272l-.162-.092a8.4 8.4 0 0 1-3.067-3.941a11.4 11.4 0 0 1-.689-2.061a5.5 5.5 0 0 1-.1-.973a1.4 1.4 0 0 0-.091-.658c-.242-.386-.556-.017-.6.292a7.7 7.7 0 0 0-.133 1.525a8.2 8.2 0 0 0 .59 2.541a11.1 11.1 0 0 0 1.934 3.273a12 12 0 0 0 1.112 1.133a5.6 5.6 0 0 1 1.073.971a2.6 2.6 0 0 1 .332 1.581a12.2 12.2 0 0 0 .287 4.142a12 12 0 0 0 1.538 3.552a7 7 0 0 0 1.331 1.472c.339.266.98.3.609-.682a6.96 6.96 0 0 1 .384-6.424c1.067-1.684 2.955-3.18 5.092-2.913a6.05 6.05 0 0 1 5.164 6.347a8.5 8.5 0 0 1-.348 2.414a2.1 2.1 0 0 0-.112 1.074c.134.577.777.365 1.055-.014c.757-1.033 1.56-2.034 2.274-3.1a17.62 17.62 0 0 0 3.042-11.677"/><path fill="#c31230" d="M11.074 6.374a5 5 0 0 1 .14.551a.6.6 0 0 0 .073.254a2.26 2.26 0 0 0 1.092 1.031a8 8 0 0 0 1.038.432a4.7 4.7 0 0 0 1.6-.073c.9-.072 1.734-.392 2.562.088c-4.234 4.968-.239 6.076 2.866 3.68c3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10 10 0 0 0-.378-.181c-1.329-.615-2.525.395-3.486 1.209c-.277.234-.553.476-.845.693a7.4 7.4 0 0 1-1.277.754a4.4 4.4 0 0 1-1.554.493a2.4 2.4 0 0 0-.361.046c-.227.019-.346.081-.4.181a.35.35 0 0 0-.134.307a.86.86 0 0 0 .2.456z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeBithound(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c31230" d="M28.638 14.849a15 15 0 0 0-.7-3.244a19.66 19.66 0 0 0-5.188-8.127c-.1-.09-.5-.325-.641-.245c-.384.212.34 1.684.429 1.95a9.25 9.25 0 0 1 .5 5.037a5.01 5.01 0 0 1-4.538 4.006c-1.259.106-2.527-.038-3.792.11a7.18 7.18 0 0 0-5.014 2.422a5 5 0 0 0-.38.581h-.03a2.15 2.15 0 0 1-1.161-.272l-.162-.092a8.4 8.4 0 0 1-3.067-3.941a11.4 11.4 0 0 1-.689-2.061a5.5 5.5 0 0 1-.1-.973a1.4 1.4 0 0 0-.091-.658c-.242-.386-.556-.017-.6.292a7.7 7.7 0 0 0-.133 1.525a8.2 8.2 0 0 0 .59 2.541a11.1 11.1 0 0 0 1.934 3.273a12 12 0 0 0 1.112 1.133a5.6 5.6 0 0 1 1.073.971a2.6 2.6 0 0 1 .332 1.581a12.2 12.2 0 0 0 .287 4.142a12 12 0 0 0 1.538 3.552a7 7 0 0 0 1.331 1.472c.339.266.98.3.609-.682a6.96 6.96 0 0 1 .384-6.424c1.067-1.684 2.955-3.18 5.092-2.913a6.05 6.05 0 0 1 5.164 6.347a8.5 8.5 0 0 1-.348 2.414a2.1 2.1 0 0 0-.112 1.074c.134.577.777.365 1.055-.014c.757-1.033 1.56-2.034 2.274-3.1a17.62 17.62 0 0 0 3.042-11.677"/><path fill="#c31230" d="M11.074 6.374a5 5 0 0 1 .14.551a.6.6 0 0 0 .073.254a2.26 2.26 0 0 0 1.092 1.031a8 8 0 0 0 1.038.432a4.7 4.7 0 0 0 1.6-.073c.9-.072 1.734-.392 2.562.088c-4.234 4.968-.239 6.076 2.866 3.68c3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10 10 0 0 0-.378-.181c-1.329-.615-2.525.395-3.486 1.209c-.277.234-.553.476-.845.693a7.4 7.4 0 0 1-1.277.754a4.4 4.4 0 0 1-1.554.493a2.4 2.4 0 0 0-.361.046c-.227.019-.346.081-.4.181a.35.35 0 0 0-.134.307a.86.86 0 0 0 .2.456z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c31230" d="M28.638 14.849a15 15 0 0 0-.7-3.244a19.66 19.66 0 0 0-5.188-8.127c-.1-.09-.5-.325-.641-.245c-.384.212.34 1.684.429 1.95a9.25 9.25 0 0 1 .5 5.037a5.01 5.01 0 0 1-4.538 4.006c-1.259.106-2.527-.038-3.792.11a7.18 7.18 0 0 0-5.014 2.422a5 5 0 0 0-.38.581h-.03a2.15 2.15 0 0 1-1.161-.272l-.162-.092a8.4 8.4 0 0 1-3.067-3.941a11.4 11.4 0 0 1-.689-2.061a5.5 5.5 0 0 1-.1-.973a1.4 1.4 0 0 0-.091-.658c-.242-.386-.556-.017-.6.292a7.7 7.7 0 0 0-.133 1.525a8.2 8.2 0 0 0 .59 2.541a11.1 11.1 0 0 0 1.934 3.273a12 12 0 0 0 1.112 1.133a5.6 5.6 0 0 1 1.073.971a2.6 2.6 0 0 1 .332 1.581a12.2 12.2 0 0 0 .287 4.142a12 12 0 0 0 1.538 3.552a7 7 0 0 0 1.331 1.472c.339.266.98.3.609-.682a6.96 6.96 0 0 1 .384-6.424c1.067-1.684 2.955-3.18 5.092-2.913a6.05 6.05 0 0 1 5.164 6.347a8.5 8.5 0 0 1-.348 2.414a2.1 2.1 0 0 0-.112 1.074c.134.577.777.365 1.055-.014c.757-1.033 1.56-2.034 2.274-3.1a17.62 17.62 0 0 0 3.042-11.677"/><path fill="#c31230" d="M11.074 6.374a5 5 0 0 1 .14.551a.6.6 0 0 0 .073.254a2.26 2.26 0 0 0 1.092 1.031a8 8 0 0 0 1.038.432a4.7 4.7 0 0 0 1.6-.073c.9-.072 1.734-.392 2.562.088c-4.234 4.968-.239 6.076 2.866 3.68c3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10 10 0 0 0-.378-.181c-1.329-.615-2.525.395-3.486 1.209c-.277.234-.553.476-.845.693a7.4 7.4 0 0 1-1.277.754a4.4 4.4 0 0 1-1.554.493a2.4 2.4 0 0 0-.361.046c-.227.019-.346.081-.4.181a.35.35 0 0 0-.134.307a.86.86 0 0 0 .2.456z"/></svg>
</template>

CSS

.icon-file-type-bithound {
  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%23c31230%22%20d%3D%22M28.638%2014.849a15%2015%200%200%200-.7-3.244a19.66%2019.66%200%200%200-5.188-8.127c-.1-.09-.5-.325-.641-.245c-.384.212.34%201.684.429%201.95a9.25%209.25%200%200%201%20.5%205.037a5.01%205.01%200%200%201-4.538%204.006c-1.259.106-2.527-.038-3.792.11a7.18%207.18%200%200%200-5.014%202.422a5%205%200%200%200-.38.581h-.03a2.15%202.15%200%200%201-1.161-.272l-.162-.092a8.4%208.4%200%200%201-3.067-3.941a11.4%2011.4%200%200%201-.689-2.061a5.5%205.5%200%200%201-.1-.973a1.4%201.4%200%200%200-.091-.658c-.242-.386-.556-.017-.6.292a7.7%207.7%200%200%200-.133%201.525a8.2%208.2%200%200%200%20.59%202.541a11.1%2011.1%200%200%200%201.934%203.273a12%2012%200%200%200%201.112%201.133a5.6%205.6%200%200%201%201.073.971a2.6%202.6%200%200%201%20.332%201.581a12.2%2012.2%200%200%200%20.287%204.142a12%2012%200%200%200%201.538%203.552a7%207%200%200%200%201.331%201.472c.339.266.98.3.609-.682a6.96%206.96%200%200%201%20.384-6.424c1.067-1.684%202.955-3.18%205.092-2.913a6.05%206.05%200%200%201%205.164%206.347a8.5%208.5%200%200%201-.348%202.414a2.1%202.1%200%200%200-.112%201.074c.134.577.777.365%201.055-.014c.757-1.033%201.56-2.034%202.274-3.1a17.62%2017.62%200%200%200%203.042-11.677%22%2F%3E%3Cpath%20fill%3D%22%23c31230%22%20d%3D%22M11.074%206.374a5%205%200%200%201%20.14.551a.6.6%200%200%200%20.073.254a2.26%202.26%200%200%200%201.092%201.031a8%208%200%200%200%201.038.432a4.7%204.7%200%200%200%201.6-.073c.9-.072%201.734-.392%202.562.088c-4.234%204.968-.239%206.076%202.866%203.68c3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10%2010%200%200%200-.378-.181c-1.329-.615-2.525.395-3.486%201.209c-.277.234-.553.476-.845.693a7.4%207.4%200%200%201-1.277.754a4.4%204.4%200%200%201-1.554.493a2.4%202.4%200%200%200-.361.046c-.227.019-.346.081-.4.181a.35.35%200%200%200-.134.307a.86.86%200%200%200%20.2.456z%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%23c31230%22%20d%3D%22M28.638%2014.849a15%2015%200%200%200-.7-3.244a19.66%2019.66%200%200%200-5.188-8.127c-.1-.09-.5-.325-.641-.245c-.384.212.34%201.684.429%201.95a9.25%209.25%200%200%201%20.5%205.037a5.01%205.01%200%200%201-4.538%204.006c-1.259.106-2.527-.038-3.792.11a7.18%207.18%200%200%200-5.014%202.422a5%205%200%200%200-.38.581h-.03a2.15%202.15%200%200%201-1.161-.272l-.162-.092a8.4%208.4%200%200%201-3.067-3.941a11.4%2011.4%200%200%201-.689-2.061a5.5%205.5%200%200%201-.1-.973a1.4%201.4%200%200%200-.091-.658c-.242-.386-.556-.017-.6.292a7.7%207.7%200%200%200-.133%201.525a8.2%208.2%200%200%200%20.59%202.541a11.1%2011.1%200%200%200%201.934%203.273a12%2012%200%200%200%201.112%201.133a5.6%205.6%200%200%201%201.073.971a2.6%202.6%200%200%201%20.332%201.581a12.2%2012.2%200%200%200%20.287%204.142a12%2012%200%200%200%201.538%203.552a7%207%200%200%200%201.331%201.472c.339.266.98.3.609-.682a6.96%206.96%200%200%201%20.384-6.424c1.067-1.684%202.955-3.18%205.092-2.913a6.05%206.05%200%200%201%205.164%206.347a8.5%208.5%200%200%201-.348%202.414a2.1%202.1%200%200%200-.112%201.074c.134.577.777.365%201.055-.014c.757-1.033%201.56-2.034%202.274-3.1a17.62%2017.62%200%200%200%203.042-11.677%22%2F%3E%3Cpath%20fill%3D%22%23c31230%22%20d%3D%22M11.074%206.374a5%205%200%200%201%20.14.551a.6.6%200%200%200%20.073.254a2.26%202.26%200%200%200%201.092%201.031a8%208%200%200%200%201.038.432a4.7%204.7%200%200%200%201.6-.073c.9-.072%201.734-.392%202.562.088c-4.234%204.968-.239%206.076%202.866%203.68c3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10%2010%200%200%200-.378-.181c-1.329-.615-2.525.395-3.486%201.209c-.277.234-.553.476-.845.693a7.4%207.4%200%200%201-1.277.754a4.4%204.4%200%200%201-1.554.493a2.4%202.4%200%200%200-.361.046c-.227.019-.346.081-.4.181a.35.35%200%200%200-.134.307a.86.86%200%200%200%20.2.456z%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-bithound.svg?color=%231a73e8&size=48