folder type src opened logo

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

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

Related icons in VSCode Icons

Use the folder type src opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2a8243" 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="#2a8243" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeSrcOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2a8243" 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="#2a8243" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2a8243" 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="#2a8243" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/></svg>
</template>

CSS

.icon-folder-type-src-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%232a8243%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%232a8243%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%2306cc14%22%20d%3D%22M19.146%2030.989a1%201%200%200%201-.207-.025a1.04%201.04%200%200%201-.726-1.213l2.709-14.431a1.04%201.04%200%200%201%20.444-.683a.9.9%200%200%201%20.7-.122a1.043%201.043%200%200%201%20.727%201.213L20.077%2030.16a1.03%201.03%200%200%201-.442.681a.9.9%200%200%201-.489.148m5.432-2.045h-.068a.93.93%200%200%201-.668-.377a1.1%201.1%200%200%201%20.1-1.419l4.658-4.553l-4.638-4.239a1.1%201.1%200%200%201-.141-1.416a.94.94%200%200%201%20.661-.4a.9.9%200%200%201%20.709.237l5.47%205a1.1%201.1%200%200%201%20.144%201.416a1%201%200%200%201-.142.163l-5.447%205.324a.92.92%200%200%201-.638.264m-8.155.003a.9.9%200%200%201-.639-.267l-5.452-5.327a1%201%200%200%201-.132-.153a1.094%201.094%200%200%201%20.141-1.414l5.471-5a.88.88%200%200%201%20.7-.238a.94.94%200%200%201%20.665.4a1.1%201.1%200%200%201-.14%201.417L12.4%2022.6l4.659%204.551a1.09%201.09%200%200%201%20.1%201.419a.93.93%200%200%201-.669.377Z%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%232a8243%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%232a8243%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%2306cc14%22%20d%3D%22M19.146%2030.989a1%201%200%200%201-.207-.025a1.04%201.04%200%200%201-.726-1.213l2.709-14.431a1.04%201.04%200%200%201%20.444-.683a.9.9%200%200%201%20.7-.122a1.043%201.043%200%200%201%20.727%201.213L20.077%2030.16a1.03%201.03%200%200%201-.442.681a.9.9%200%200%201-.489.148m5.432-2.045h-.068a.93.93%200%200%201-.668-.377a1.1%201.1%200%200%201%20.1-1.419l4.658-4.553l-4.638-4.239a1.1%201.1%200%200%201-.141-1.416a.94.94%200%200%201%20.661-.4a.9.9%200%200%201%20.709.237l5.47%205a1.1%201.1%200%200%201%20.144%201.416a1%201%200%200%201-.142.163l-5.447%205.324a.92.92%200%200%201-.638.264m-8.155.003a.9.9%200%200%201-.639-.267l-5.452-5.327a1%201%200%200%201-.132-.153a1.094%201.094%200%200%201%20.141-1.414l5.471-5a.88.88%200%200%201%20.7-.238a.94.94%200%200%201%20.665.4a1.1%201.1%200%200%201-.14%201.417L12.4%2022.6l4.659%204.551a1.09%201.09%200%200%201%20.1%201.419a.93.93%200%200%201-.669.377Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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