file type registry logo

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

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

Related icons in VSCode Icons

Use the file type registry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1b8c98" d="M23.492 2H30v6.508h-6.508ZM11.477 7.363L15.3 2.1l5.265 3.825l-3.825 5.265Zm9 5.559l6.154-2.122l2.119 6.153l-6.15 2.122Z"/><path fill="#4ed1f8" d="M2 8.453h6.508v6.508H2ZM2 16h6.508v6.508H2Zm7.492 0H16v6.508H9.492ZM2 23.492h6.508V30H2Zm7.492 0H16V30H9.492Zm7.547 0h6.508V30h-6.508Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeRegistry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1b8c98" d="M23.492 2H30v6.508h-6.508ZM11.477 7.363L15.3 2.1l5.265 3.825l-3.825 5.265Zm9 5.559l6.154-2.122l2.119 6.153l-6.15 2.122Z"/><path fill="#4ed1f8" d="M2 8.453h6.508v6.508H2ZM2 16h6.508v6.508H2Zm7.492 0H16v6.508H9.492ZM2 23.492h6.508V30H2Zm7.492 0H16V30H9.492Zm7.547 0h6.508V30h-6.508Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1b8c98" d="M23.492 2H30v6.508h-6.508ZM11.477 7.363L15.3 2.1l5.265 3.825l-3.825 5.265Zm9 5.559l6.154-2.122l2.119 6.153l-6.15 2.122Z"/><path fill="#4ed1f8" d="M2 8.453h6.508v6.508H2ZM2 16h6.508v6.508H2Zm7.492 0H16v6.508H9.492ZM2 23.492h6.508V30H2Zm7.492 0H16V30H9.492Zm7.547 0h6.508V30h-6.508Z"/></svg>
</template>

CSS

.icon-file-type-registry {
  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%231b8c98%22%20d%3D%22M23.492%202H30v6.508h-6.508ZM11.477%207.363L15.3%202.1l5.265%203.825l-3.825%205.265Zm9%205.559l6.154-2.122l2.119%206.153l-6.15%202.122Z%22%2F%3E%3Cpath%20fill%3D%22%234ed1f8%22%20d%3D%22M2%208.453h6.508v6.508H2ZM2%2016h6.508v6.508H2Zm7.492%200H16v6.508H9.492ZM2%2023.492h6.508V30H2Zm7.492%200H16V30H9.492Zm7.547%200h6.508V30h-6.508Z%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%231b8c98%22%20d%3D%22M23.492%202H30v6.508h-6.508ZM11.477%207.363L15.3%202.1l5.265%203.825l-3.825%205.265Zm9%205.559l6.154-2.122l2.119%206.153l-6.15%202.122Z%22%2F%3E%3Cpath%20fill%3D%22%234ed1f8%22%20d%3D%22M2%208.453h6.508v6.508H2ZM2%2016h6.508v6.508H2Zm7.492%200H16v6.508H9.492ZM2%2023.492h6.508V30H2Zm7.492%200H16V30H9.492Zm7.547%200h6.508V30h-6.508Z%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-registry.svg?color=%231a73e8&size=48