file type bats logo

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

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

Related icons in VSCode Icons

Use the file type bats logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3d3d3d" d="M18.59 26.976a6.5 6.5 0 0 1 4.257-1.576a6.5 6.5 0 0 1 4.635 1.92l2.135 2.134A18.7 18.7 0 0 0 27.4 18.231l-.034-.062l-.241.242a6.567 6.567 0 0 1-9.265 0a.5.5 0 0 1 0-.712l2.187-2.186h-.01a4.525 4.525 0 0 1-3.553-3.553v-.011L14.3 14.135a.5.5 0 0 1-.713 0a6.57 6.57 0 0 1 0-9.263l.244-.241l-.063-.031A18.73 18.73 0 0 0 2.547 2.378l2.135 2.135A6.5 6.5 0 0 1 6.6 9.148a6.5 6.5 0 0 1-1.576 4.257a9.54 9.54 0 0 1 2.067 10.444l-.763 1.821l1.817-.756a9.54 9.54 0 0 1 10.445 2.062"/><path fill="#d2d2d2" d="m29.812 30l-2.5-2.5a6.3 6.3 0 0 0-4.439-1.846h-.032a6.25 6.25 0 0 0-4.082 1.515l-.177.153l-.166-.165a9.26 9.26 0 0 0-10.17-2.008l-2.384.992l1-2.386a9.26 9.26 0 0 0-2.015-10.172l-.166-.166l.153-.177a6.24 6.24 0 0 0 1.515-4.091A6.3 6.3 0 0 0 4.5 4.691L2 2.188l.518-.06A18.88 18.88 0 0 1 13.89 4.374l.357.2l-.482.478a6.33 6.33 0 0 0 0 8.906a.25.25 0 0 0 .178.073a.25.25 0 0 0 .179-.074l2.618-2.617v.593a4.26 4.26 0 0 0 3.326 3.327h.593l-2.617 2.616a.253.253 0 0 0 0 .357a6.33 6.33 0 0 0 8.91 0l.474-.479l.2.354a18.86 18.86 0 0 1 2.248 11.375Zm-6.945-4.853a6.8 6.8 0 0 1 4.8 1.994l1.76 1.759a18.35 18.35 0 0 0-2.114-10.314a6.835 6.835 0 0 1-9.621 0a.756.756 0 0 1 0-1.069l1.87-1.87a4.76 4.76 0 0 1-3.207-3.207l-1.87 1.869a.75.75 0 0 1-.534.222a.75.75 0 0 1-.534-.222a6.82 6.82 0 0 1 0-9.618l.006-.006A18.36 18.36 0 0 0 3.1 2.575l1.76 1.76a6.8 6.8 0 0 1 1.993 4.814a6.74 6.74 0 0 1-1.489 4.242A9.76 9.76 0 0 1 7.9 18.263a9.77 9.77 0 0 1-.574 5.684L6.8 25.2l1.251-.521A9.8 9.8 0 0 1 18.6 26.636a6.75 6.75 0 0 1 4.228-1.489Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeBats(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3d3d3d" d="M18.59 26.976a6.5 6.5 0 0 1 4.257-1.576a6.5 6.5 0 0 1 4.635 1.92l2.135 2.134A18.7 18.7 0 0 0 27.4 18.231l-.034-.062l-.241.242a6.567 6.567 0 0 1-9.265 0a.5.5 0 0 1 0-.712l2.187-2.186h-.01a4.525 4.525 0 0 1-3.553-3.553v-.011L14.3 14.135a.5.5 0 0 1-.713 0a6.57 6.57 0 0 1 0-9.263l.244-.241l-.063-.031A18.73 18.73 0 0 0 2.547 2.378l2.135 2.135A6.5 6.5 0 0 1 6.6 9.148a6.5 6.5 0 0 1-1.576 4.257a9.54 9.54 0 0 1 2.067 10.444l-.763 1.821l1.817-.756a9.54 9.54 0 0 1 10.445 2.062"/><path fill="#d2d2d2" d="m29.812 30l-2.5-2.5a6.3 6.3 0 0 0-4.439-1.846h-.032a6.25 6.25 0 0 0-4.082 1.515l-.177.153l-.166-.165a9.26 9.26 0 0 0-10.17-2.008l-2.384.992l1-2.386a9.26 9.26 0 0 0-2.015-10.172l-.166-.166l.153-.177a6.24 6.24 0 0 0 1.515-4.091A6.3 6.3 0 0 0 4.5 4.691L2 2.188l.518-.06A18.88 18.88 0 0 1 13.89 4.374l.357.2l-.482.478a6.33 6.33 0 0 0 0 8.906a.25.25 0 0 0 .178.073a.25.25 0 0 0 .179-.074l2.618-2.617v.593a4.26 4.26 0 0 0 3.326 3.327h.593l-2.617 2.616a.253.253 0 0 0 0 .357a6.33 6.33 0 0 0 8.91 0l.474-.479l.2.354a18.86 18.86 0 0 1 2.248 11.375Zm-6.945-4.853a6.8 6.8 0 0 1 4.8 1.994l1.76 1.759a18.35 18.35 0 0 0-2.114-10.314a6.835 6.835 0 0 1-9.621 0a.756.756 0 0 1 0-1.069l1.87-1.87a4.76 4.76 0 0 1-3.207-3.207l-1.87 1.869a.75.75 0 0 1-.534.222a.75.75 0 0 1-.534-.222a6.82 6.82 0 0 1 0-9.618l.006-.006A18.36 18.36 0 0 0 3.1 2.575l1.76 1.76a6.8 6.8 0 0 1 1.993 4.814a6.74 6.74 0 0 1-1.489 4.242A9.76 9.76 0 0 1 7.9 18.263a9.77 9.77 0 0 1-.574 5.684L6.8 25.2l1.251-.521A9.8 9.8 0 0 1 18.6 26.636a6.75 6.75 0 0 1 4.228-1.489Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3d3d3d" d="M18.59 26.976a6.5 6.5 0 0 1 4.257-1.576a6.5 6.5 0 0 1 4.635 1.92l2.135 2.134A18.7 18.7 0 0 0 27.4 18.231l-.034-.062l-.241.242a6.567 6.567 0 0 1-9.265 0a.5.5 0 0 1 0-.712l2.187-2.186h-.01a4.525 4.525 0 0 1-3.553-3.553v-.011L14.3 14.135a.5.5 0 0 1-.713 0a6.57 6.57 0 0 1 0-9.263l.244-.241l-.063-.031A18.73 18.73 0 0 0 2.547 2.378l2.135 2.135A6.5 6.5 0 0 1 6.6 9.148a6.5 6.5 0 0 1-1.576 4.257a9.54 9.54 0 0 1 2.067 10.444l-.763 1.821l1.817-.756a9.54 9.54 0 0 1 10.445 2.062"/><path fill="#d2d2d2" d="m29.812 30l-2.5-2.5a6.3 6.3 0 0 0-4.439-1.846h-.032a6.25 6.25 0 0 0-4.082 1.515l-.177.153l-.166-.165a9.26 9.26 0 0 0-10.17-2.008l-2.384.992l1-2.386a9.26 9.26 0 0 0-2.015-10.172l-.166-.166l.153-.177a6.24 6.24 0 0 0 1.515-4.091A6.3 6.3 0 0 0 4.5 4.691L2 2.188l.518-.06A18.88 18.88 0 0 1 13.89 4.374l.357.2l-.482.478a6.33 6.33 0 0 0 0 8.906a.25.25 0 0 0 .178.073a.25.25 0 0 0 .179-.074l2.618-2.617v.593a4.26 4.26 0 0 0 3.326 3.327h.593l-2.617 2.616a.253.253 0 0 0 0 .357a6.33 6.33 0 0 0 8.91 0l.474-.479l.2.354a18.86 18.86 0 0 1 2.248 11.375Zm-6.945-4.853a6.8 6.8 0 0 1 4.8 1.994l1.76 1.759a18.35 18.35 0 0 0-2.114-10.314a6.835 6.835 0 0 1-9.621 0a.756.756 0 0 1 0-1.069l1.87-1.87a4.76 4.76 0 0 1-3.207-3.207l-1.87 1.869a.75.75 0 0 1-.534.222a.75.75 0 0 1-.534-.222a6.82 6.82 0 0 1 0-9.618l.006-.006A18.36 18.36 0 0 0 3.1 2.575l1.76 1.76a6.8 6.8 0 0 1 1.993 4.814a6.74 6.74 0 0 1-1.489 4.242A9.76 9.76 0 0 1 7.9 18.263a9.77 9.77 0 0 1-.574 5.684L6.8 25.2l1.251-.521A9.8 9.8 0 0 1 18.6 26.636a6.75 6.75 0 0 1 4.228-1.489Z"/></svg>
</template>

CSS

.icon-file-type-bats {
  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%233d3d3d%22%20d%3D%22M18.59%2026.976a6.5%206.5%200%200%201%204.257-1.576a6.5%206.5%200%200%201%204.635%201.92l2.135%202.134A18.7%2018.7%200%200%200%2027.4%2018.231l-.034-.062l-.241.242a6.567%206.567%200%200%201-9.265%200a.5.5%200%200%201%200-.712l2.187-2.186h-.01a4.525%204.525%200%200%201-3.553-3.553v-.011L14.3%2014.135a.5.5%200%200%201-.713%200a6.57%206.57%200%200%201%200-9.263l.244-.241l-.063-.031A18.73%2018.73%200%200%200%202.547%202.378l2.135%202.135A6.5%206.5%200%200%201%206.6%209.148a6.5%206.5%200%200%201-1.576%204.257a9.54%209.54%200%200%201%202.067%2010.444l-.763%201.821l1.817-.756a9.54%209.54%200%200%201%2010.445%202.062%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22m29.812%2030l-2.5-2.5a6.3%206.3%200%200%200-4.439-1.846h-.032a6.25%206.25%200%200%200-4.082%201.515l-.177.153l-.166-.165a9.26%209.26%200%200%200-10.17-2.008l-2.384.992l1-2.386a9.26%209.26%200%200%200-2.015-10.172l-.166-.166l.153-.177a6.24%206.24%200%200%200%201.515-4.091A6.3%206.3%200%200%200%204.5%204.691L2%202.188l.518-.06A18.88%2018.88%200%200%201%2013.89%204.374l.357.2l-.482.478a6.33%206.33%200%200%200%200%208.906a.25.25%200%200%200%20.178.073a.25.25%200%200%200%20.179-.074l2.618-2.617v.593a4.26%204.26%200%200%200%203.326%203.327h.593l-2.617%202.616a.253.253%200%200%200%200%20.357a6.33%206.33%200%200%200%208.91%200l.474-.479l.2.354a18.86%2018.86%200%200%201%202.248%2011.375Zm-6.945-4.853a6.8%206.8%200%200%201%204.8%201.994l1.76%201.759a18.35%2018.35%200%200%200-2.114-10.314a6.835%206.835%200%200%201-9.621%200a.756.756%200%200%201%200-1.069l1.87-1.87a4.76%204.76%200%200%201-3.207-3.207l-1.87%201.869a.75.75%200%200%201-.534.222a.75.75%200%200%201-.534-.222a6.82%206.82%200%200%201%200-9.618l.006-.006A18.36%2018.36%200%200%200%203.1%202.575l1.76%201.76a6.8%206.8%200%200%201%201.993%204.814a6.74%206.74%200%200%201-1.489%204.242A9.76%209.76%200%200%201%207.9%2018.263a9.77%209.77%200%200%201-.574%205.684L6.8%2025.2l1.251-.521A9.8%209.8%200%200%201%2018.6%2026.636a6.75%206.75%200%200%201%204.228-1.489Z%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%233d3d3d%22%20d%3D%22M18.59%2026.976a6.5%206.5%200%200%201%204.257-1.576a6.5%206.5%200%200%201%204.635%201.92l2.135%202.134A18.7%2018.7%200%200%200%2027.4%2018.231l-.034-.062l-.241.242a6.567%206.567%200%200%201-9.265%200a.5.5%200%200%201%200-.712l2.187-2.186h-.01a4.525%204.525%200%200%201-3.553-3.553v-.011L14.3%2014.135a.5.5%200%200%201-.713%200a6.57%206.57%200%200%201%200-9.263l.244-.241l-.063-.031A18.73%2018.73%200%200%200%202.547%202.378l2.135%202.135A6.5%206.5%200%200%201%206.6%209.148a6.5%206.5%200%200%201-1.576%204.257a9.54%209.54%200%200%201%202.067%2010.444l-.763%201.821l1.817-.756a9.54%209.54%200%200%201%2010.445%202.062%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22m29.812%2030l-2.5-2.5a6.3%206.3%200%200%200-4.439-1.846h-.032a6.25%206.25%200%200%200-4.082%201.515l-.177.153l-.166-.165a9.26%209.26%200%200%200-10.17-2.008l-2.384.992l1-2.386a9.26%209.26%200%200%200-2.015-10.172l-.166-.166l.153-.177a6.24%206.24%200%200%200%201.515-4.091A6.3%206.3%200%200%200%204.5%204.691L2%202.188l.518-.06A18.88%2018.88%200%200%201%2013.89%204.374l.357.2l-.482.478a6.33%206.33%200%200%200%200%208.906a.25.25%200%200%200%20.178.073a.25.25%200%200%200%20.179-.074l2.618-2.617v.593a4.26%204.26%200%200%200%203.326%203.327h.593l-2.617%202.616a.253.253%200%200%200%200%20.357a6.33%206.33%200%200%200%208.91%200l.474-.479l.2.354a18.86%2018.86%200%200%201%202.248%2011.375Zm-6.945-4.853a6.8%206.8%200%200%201%204.8%201.994l1.76%201.759a18.35%2018.35%200%200%200-2.114-10.314a6.835%206.835%200%200%201-9.621%200a.756.756%200%200%201%200-1.069l1.87-1.87a4.76%204.76%200%200%201-3.207-3.207l-1.87%201.869a.75.75%200%200%201-.534.222a.75.75%200%200%201-.534-.222a6.82%206.82%200%200%201%200-9.618l.006-.006A18.36%2018.36%200%200%200%203.1%202.575l1.76%201.76a6.8%206.8%200%200%201%201.993%204.814a6.74%206.74%200%200%201-1.489%204.242A9.76%209.76%200%200%201%207.9%2018.263a9.77%209.77%200%200%201-.574%205.684L6.8%2025.2l1.251-.521A9.8%209.8%200%200%201%2018.6%2026.636a6.75%206.75%200%200%201%204.228-1.489Z%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-bats.svg?color=%231a73e8&size=48