file type light vsixmanifest logo

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

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

Related icons in VSCode Icons

Use the file type light vsixmanifest logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#424242" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#424242" d="M10 16v6h12V10H10Z"/><path fill="#424242" d="M24 20.5V24h-7v6h13V17h-6Z"/><path fill="#99b8c4" d="m26.088 26.787l.675-.67c3.123.1 3.17-.008 3.308-.329l.858-2.089l.064-.2l-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167 2.2-2.278 2.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15 15 0 0 0-.106-3.079l-.088-.2l-2.23-.976c-.329-.149-.444-.2-2.55 2.089l-.947-.013C18 9.878 17.9 9.917 17.576 10.051l-2.071.838c-.324.131-.439.179-.314 3.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867 2.087l-.068.2l.071.174c.036.09.144.36 2.1 2.221v.976c-2.25 2.167-2.2 2.278-2.071 2.6l.854 2.113c.13.323.177.438 3.276.357l.675.7a15.2 15.2 0 0 0 .1 3.075l.088.2l2.244.981c.327.137.439.185 2.539-2.1l.946.011c2.171 2.317 2.283 2.272 2.6 2.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19 21.9a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.119Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightVsixmanifest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#424242" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#424242" d="M10 16v6h12V10H10Z"/><path fill="#424242" d="M24 20.5V24h-7v6h13V17h-6Z"/><path fill="#99b8c4" d="m26.088 26.787l.675-.67c3.123.1 3.17-.008 3.308-.329l.858-2.089l.064-.2l-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167 2.2-2.278 2.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15 15 0 0 0-.106-3.079l-.088-.2l-2.23-.976c-.329-.149-.444-.2-2.55 2.089l-.947-.013C18 9.878 17.9 9.917 17.576 10.051l-2.071.838c-.324.131-.439.179-.314 3.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867 2.087l-.068.2l.071.174c.036.09.144.36 2.1 2.221v.976c-2.25 2.167-2.2 2.278-2.071 2.6l.854 2.113c.13.323.177.438 3.276.357l.675.7a15.2 15.2 0 0 0 .1 3.075l.088.2l2.244.981c.327.137.439.185 2.539-2.1l.946.011c2.171 2.317 2.283 2.272 2.6 2.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19 21.9a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.119Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#424242" d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z"/><path fill="#424242" d="M10 16v6h12V10H10Z"/><path fill="#424242" d="M24 20.5V24h-7v6h13V17h-6Z"/><path fill="#99b8c4" d="m26.088 26.787l.675-.67c3.123.1 3.17-.008 3.308-.329l.858-2.089l.064-.2l-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167 2.2-2.278 2.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15 15 0 0 0-.106-3.079l-.088-.2l-2.23-.976c-.329-.149-.444-.2-2.55 2.089l-.947-.013C18 9.878 17.9 9.917 17.576 10.051l-2.071.838c-.324.131-.439.179-.314 3.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867 2.087l-.068.2l.071.174c.036.09.144.36 2.1 2.221v.976c-2.25 2.167-2.2 2.278-2.071 2.6l.854 2.113c.13.323.177.438 3.276.357l.675.7a15.2 15.2 0 0 0 .1 3.075l.088.2l2.244.981c.327.137.439.185 2.539-2.1l.946.011c2.171 2.317 2.283 2.272 2.6 2.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19 21.9a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.119Z"/></svg>
</template>

CSS

.icon-file-type-light-vsixmanifest {
  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%23424242%22%20d%3D%22M2%2016v14h13v-6H8V8h7V2H2ZM17%205v3h4V6h5v5h-2v4h6V2H17Z%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M10%2016v6h12V10H10Z%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M24%2020.5V24h-7v6h13V17h-6Z%22%2F%3E%3Cpath%20fill%3D%22%2399b8c4%22%20d%3D%22m26.088%2026.787l.675-.67c3.123.1%203.17-.008%203.308-.329l.858-2.089l.064-.2l-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167%202.2-2.278%202.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15%2015%200%200%200-.106-3.079l-.088-.2l-2.23-.976c-.329-.149-.444-.2-2.55%202.089l-.947-.013C18%209.878%2017.9%209.917%2017.576%2010.051l-2.071.838c-.324.131-.439.179-.314%203.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867%202.087l-.068.2l.071.174c.036.09.144.36%202.1%202.221v.976c-2.25%202.167-2.2%202.278-2.071%202.6l.854%202.113c.13.323.177.438%203.276.357l.675.7a15.2%2015.2%200%200%200%20.1%203.075l.088.2l2.244.981c.327.137.439.185%202.539-2.1l.946.011c2.171%202.317%202.283%202.272%202.6%202.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19%2021.9a3.718%203.718%200%201%201%204.866%202.118a3.76%203.76%200%200%201-4.866-2.119Z%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%23424242%22%20d%3D%22M2%2016v14h13v-6H8V8h7V2H2ZM17%205v3h4V6h5v5h-2v4h6V2H17Z%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M10%2016v6h12V10H10Z%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M24%2020.5V24h-7v6h13V17h-6Z%22%2F%3E%3Cpath%20fill%3D%22%2399b8c4%22%20d%3D%22m26.088%2026.787l.675-.67c3.123.1%203.17-.008%203.308-.329l.858-2.089l.064-.2l-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167%202.2-2.278%202.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15%2015%200%200%200-.106-3.079l-.088-.2l-2.23-.976c-.329-.149-.444-.2-2.55%202.089l-.947-.013C18%209.878%2017.9%209.917%2017.576%2010.051l-2.071.838c-.324.131-.439.179-.314%203.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867%202.087l-.068.2l.071.174c.036.09.144.36%202.1%202.221v.976c-2.25%202.167-2.2%202.278-2.071%202.6l.854%202.113c.13.323.177.438%203.276.357l.675.7a15.2%2015.2%200%200%200%20.1%203.075l.088.2l2.244.981c.327.137.439.185%202.539-2.1l.946.011c2.171%202.317%202.283%202.272%202.6%202.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19%2021.9a3.718%203.718%200%201%201%204.866%202.118a3.76%203.76%200%200%201-4.866-2.119Z%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-light-vsixmanifest.svg?color=%231a73e8&size=48