file type vsix logo

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

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

Related icons in VSCode Icons

Use the file type vsix logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#cfcfcf" d="M10 16v6h12V10H10Z"/><path fill="#cfcfcf" d="M24 20.5V24h-7v6h13V17h-6Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeVsix(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#cfcfcf" d="M10 16v6h12V10H10Z"/><path fill="#cfcfcf" d="M24 20.5V24h-7v6h13V17h-6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#cfcfcf" d="M10 16v6h12V10H10Z"/><path fill="#cfcfcf" d="M24 20.5V24h-7v6h13V17h-6Z"/></svg>
</template>

CSS

.icon-file-type-vsix {
  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%23cfcfcf%22%20d%3D%22M2%2016v14h13v-6H8V8h7V2H2ZM17%205v3h4V6h5v5h-2v4h6V2H17Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M10%2016v6h12V10H10Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M24%2020.5V24h-7v6h13V17h-6Z%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%23cfcfcf%22%20d%3D%22M2%2016v14h13v-6H8V8h7V2H2ZM17%205v3h4V6h5v5h-2v4h6V2H17Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M10%2016v6h12V10H10Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M24%2020.5V24h-7v6h13V17h-6Z%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-vsix.svg?color=%231a73e8&size=48