folder type swagger opened logo

folder-type-swagger-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-swagger-opened
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type swagger opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2e6040" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#2e6040" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#85ea2d" d="M22.56 29.97c-4.86 0-8.81-3.95-8.81-8.81s3.95-8.81 8.81-8.81s8.81 3.95 8.81 8.81s-3.95 8.81-8.81 8.81"/><g fill="#173647"><path d="M22.45 12.87a8.37 8.37 0 1 1 0 16.74a8.37 8.37 0 0 1 0-16.74m0-.88c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25s-4.15-9.25-9.25-9.25"/><path d="M19.1 18.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76 1.08c.75.49.84 1.25.89 2.02c.02.42.01.84.06 1.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6 6 0 0 1-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09 1.34-1.13c.21-.01.43 0 .67 0v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19 2.34h-.02a.65.65 0 0 0-.06 1.3h.04a.64.64 0 0 0 .68-.6v-.04a.65.65 0 0 0-.64-.66m2.23 0a.62.62 0 0 0-.64.6v.06c0 .39.26.64.66.64c.39 0 .64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28 0a.66.66 0 0 0-.67.64c0 .36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4 4 0 0 1-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25 0 .44.1.47.38c.02.26.02.52.05.78c.05.51.08 1.04.17 1.55c.08.42.37.73.72.99c-.63.42-.81 1.03-.85 1.71c-.02.46-.03.93-.05 1.4c-.02.43-.17.57-.6.58c-.12 0-.24.01-.37.02v1.01c.25 0 .48.01.71 0c.72-.04 1.15-.39 1.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1 1 0 0 0 .15-.04v-1.13c-.09-.01-.16-.02-.22-.02"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeSwaggerOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2e6040" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#2e6040" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#85ea2d" d="M22.56 29.97c-4.86 0-8.81-3.95-8.81-8.81s3.95-8.81 8.81-8.81s8.81 3.95 8.81 8.81s-3.95 8.81-8.81 8.81"/><g fill="#173647"><path d="M22.45 12.87a8.37 8.37 0 1 1 0 16.74a8.37 8.37 0 0 1 0-16.74m0-.88c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25s-4.15-9.25-9.25-9.25"/><path d="M19.1 18.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76 1.08c.75.49.84 1.25.89 2.02c.02.42.01.84.06 1.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6 6 0 0 1-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09 1.34-1.13c.21-.01.43 0 .67 0v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19 2.34h-.02a.65.65 0 0 0-.06 1.3h.04a.64.64 0 0 0 .68-.6v-.04a.65.65 0 0 0-.64-.66m2.23 0a.62.62 0 0 0-.64.6v.06c0 .39.26.64.66.64c.39 0 .64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28 0a.66.66 0 0 0-.67.64c0 .36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4 4 0 0 1-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25 0 .44.1.47.38c.02.26.02.52.05.78c.05.51.08 1.04.17 1.55c.08.42.37.73.72.99c-.63.42-.81 1.03-.85 1.71c-.02.46-.03.93-.05 1.4c-.02.43-.17.57-.6.58c-.12 0-.24.01-.37.02v1.01c.25 0 .48.01.71 0c.72-.04 1.15-.39 1.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1 1 0 0 0 .15-.04v-1.13c-.09-.01-.16-.02-.22-.02"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2e6040" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#2e6040" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#85ea2d" d="M22.56 29.97c-4.86 0-8.81-3.95-8.81-8.81s3.95-8.81 8.81-8.81s8.81 3.95 8.81 8.81s-3.95 8.81-8.81 8.81"/><g fill="#173647"><path d="M22.45 12.87a8.37 8.37 0 1 1 0 16.74a8.37 8.37 0 0 1 0-16.74m0-.88c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25s-4.15-9.25-9.25-9.25"/><path d="M19.1 18.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76 1.08c.75.49.84 1.25.89 2.02c.02.42.01.84.06 1.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6 6 0 0 1-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09 1.34-1.13c.21-.01.43 0 .67 0v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19 2.34h-.02a.65.65 0 0 0-.06 1.3h.04a.64.64 0 0 0 .68-.6v-.04a.65.65 0 0 0-.64-.66m2.23 0a.62.62 0 0 0-.64.6v.06c0 .39.26.64.66.64c.39 0 .64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28 0a.66.66 0 0 0-.67.64c0 .36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4 4 0 0 1-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25 0 .44.1.47.38c.02.26.02.52.05.78c.05.51.08 1.04.17 1.55c.08.42.37.73.72.99c-.63.42-.81 1.03-.85 1.71c-.02.46-.03.93-.05 1.4c-.02.43-.17.57-.6.58c-.12 0-.24.01-.37.02v1.01c.25 0 .48.01.71 0c.72-.04 1.15-.39 1.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1 1 0 0 0 .15-.04v-1.13c-.09-.01-.16-.02-.22-.02"/></g></svg>
</template>

CSS

.icon-folder-type-swagger-opened {
  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%232e6040%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%232e6040%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%2385ea2d%22%20d%3D%22M22.56%2029.97c-4.86%200-8.81-3.95-8.81-8.81s3.95-8.81%208.81-8.81s8.81%203.95%208.81%208.81s-3.95%208.81-8.81%208.81%22%2F%3E%3Cg%20fill%3D%22%23173647%22%3E%3Cpath%20d%3D%22M22.45%2012.87a8.37%208.37%200%201%201%200%2016.74a8.37%208.37%200%200%201%200-16.74m0-.88c-5.1%200-9.25%204.15-9.25%209.25s4.15%209.25%209.25%209.25s9.25-4.15%209.25-9.25s-4.15-9.25-9.25-9.25%22%2F%3E%3Cpath%20d%3D%22M19.1%2018.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76%201.08c.75.49.84%201.25.89%202.02c.02.42.01.84.06%201.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6%206%200%200%201-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09%201.34-1.13c.21-.01.43%200%20.67%200v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19%202.34h-.02a.65.65%200%200%200-.06%201.3h.04a.64.64%200%200%200%20.68-.6v-.04a.65.65%200%200%200-.64-.66m2.23%200a.62.62%200%200%200-.64.6v.06c0%20.39.26.64.66.64c.39%200%20.64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28%200a.66.66%200%200%200-.67.64c0%20.36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4%204%200%200%201-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25%200%20.44.1.47.38c.02.26.02.52.05.78c.05.51.08%201.04.17%201.55c.08.42.37.73.72.99c-.63.42-.81%201.03-.85%201.71c-.02.46-.03.93-.05%201.4c-.02.43-.17.57-.6.58c-.12%200-.24.01-.37.02v1.01c.25%200%20.48.01.71%200c.72-.04%201.15-.39%201.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1%201%200%200%200%20.15-.04v-1.13c-.09-.01-.16-.02-.22-.02%22%2F%3E%3C%2Fg%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%232e6040%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%232e6040%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%2385ea2d%22%20d%3D%22M22.56%2029.97c-4.86%200-8.81-3.95-8.81-8.81s3.95-8.81%208.81-8.81s8.81%203.95%208.81%208.81s-3.95%208.81-8.81%208.81%22%2F%3E%3Cg%20fill%3D%22%23173647%22%3E%3Cpath%20d%3D%22M22.45%2012.87a8.37%208.37%200%201%201%200%2016.74a8.37%208.37%200%200%201%200-16.74m0-.88c-5.1%200-9.25%204.15-9.25%209.25s4.15%209.25%209.25%209.25s9.25-4.15%209.25-9.25s-4.15-9.25-9.25-9.25%22%2F%3E%3Cpath%20d%3D%22M19.1%2018.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76%201.08c.75.49.84%201.25.89%202.02c.02.42.01.84.06%201.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6%206%200%200%201-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09%201.34-1.13c.21-.01.43%200%20.67%200v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19%202.34h-.02a.65.65%200%200%200-.06%201.3h.04a.64.64%200%200%200%20.68-.6v-.04a.65.65%200%200%200-.64-.66m2.23%200a.62.62%200%200%200-.64.6v.06c0%20.39.26.64.66.64c.39%200%20.64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28%200a.66.66%200%200%200-.67.64c0%20.36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4%204%200%200%201-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25%200%20.44.1.47.38c.02.26.02.52.05.78c.05.51.08%201.04.17%201.55c.08.42.37.73.72.99c-.63.42-.81%201.03-.85%201.71c-.02.46-.03.93-.05%201.4c-.02.43-.17.57-.6.58c-.12%200-.24.01-.37.02v1.01c.25%200%20.48.01.71%200c.72-.04%201.15-.39%201.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1%201%200%200%200%20.15-.04v-1.13c-.09-.01-.16-.02-.22-.02%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-swagger-opened.svg?color=%231a73e8&size=48