folder type script logo

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

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

Related icons in VSCode Icons

Use the folder type script logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#828282" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeScript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#828282" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#828282" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/></svg>
</template>

CSS

.icon-folder-type-script {
  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%23828282%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M16.012%2010h11.642a3.14%203.14%200%200%201%201.913.817a4.73%204.73%200%200%201%201.363%202.833c.03.212.048.425.07.639v.368a.7.7%200%200%201-.306.491a1.2%201.2%200%200%201-.678.1h-1.637q-.009%206.069%200%2012.138a3.57%203.57%200%200%201-.532%201.888A3.63%203.63%200%200%201%2025.96%2030.8a4.4%204.4%200%200%201-.972.2H13.92a4.04%204.04%200%200%201-2.216-.8a4.48%204.48%200%200%201-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73%200%200%201%20.3-.454a1.1%201.1%200%200%201%20.639-.1h1.681v-12.14A3.6%203.6%200%200%201%2013.744%2011a3.64%203.64%200%200%201%202.268-1%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M14.092%2012.777a4.6%204.6%200%200%200-.154%201.653v11.318c2.434.006%204.868%200%207.3%200a.65.65%200%200%201%20.587.433a3%203%200%200%201%20.051.572a3.42%203.42%200%200%200%201.038%202.278a2.66%202.66%200%200%200%201.806.652a2.3%202.3%200%200%200%202.338-2.252V13.889a2%202%200%200%201%20.03-.466a4.6%204.6%200%200%201%20.569-1.4a2.2%202.2%200%200%201%20.673-.719q-6.051-.008-12.1%200a2.31%202.31%200%200%200-2.138%201.473%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M18.008%2016.819a.7.7%200%200%201%20.607-.258a.656.656%200%200%201%20.582.722a.2.2%200%200%201-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293%201.265-1.924%201.912c.654.666%201.327%201.313%201.986%201.974a1.05%201.05%200%200%201%20.375.53a.66.66%200%200%201-.466.761a.65.65%200%200%201-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665%200%200%201-.043-.939v-.006q1.3-1.293%202.598-2.574m3.804.357a.66.66%200%200%201%20.574-.609a.67.67%200%200%201%20.547.188q1.3%201.285%202.595%202.573a.674.674%200%200%201%20.105.947a1%201%200%200%201-.094.1q-1.259%201.244-2.512%202.491a.77.77%200%200%201-.475.277a.656.656%200%200%201-.719-.479a.66.66%200%200%201%20.182-.646c.724-.722%201.456-1.434%202.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69%200%200%201-.231-.554%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%23828282%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M16.012%2010h11.642a3.14%203.14%200%200%201%201.913.817a4.73%204.73%200%200%201%201.363%202.833c.03.212.048.425.07.639v.368a.7.7%200%200%201-.306.491a1.2%201.2%200%200%201-.678.1h-1.637q-.009%206.069%200%2012.138a3.57%203.57%200%200%201-.532%201.888A3.63%203.63%200%200%201%2025.96%2030.8a4.4%204.4%200%200%201-.972.2H13.92a4.04%204.04%200%200%201-2.216-.8a4.48%204.48%200%200%201-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73%200%200%201%20.3-.454a1.1%201.1%200%200%201%20.639-.1h1.681v-12.14A3.6%203.6%200%200%201%2013.744%2011a3.64%203.64%200%200%201%202.268-1%22%2F%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M14.092%2012.777a4.6%204.6%200%200%200-.154%201.653v11.318c2.434.006%204.868%200%207.3%200a.65.65%200%200%201%20.587.433a3%203%200%200%201%20.051.572a3.42%203.42%200%200%200%201.038%202.278a2.66%202.66%200%200%200%201.806.652a2.3%202.3%200%200%200%202.338-2.252V13.889a2%202%200%200%201%20.03-.466a4.6%204.6%200%200%201%20.569-1.4a2.2%202.2%200%200%201%20.673-.719q-6.051-.008-12.1%200a2.31%202.31%200%200%200-2.138%201.473%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M18.008%2016.819a.7.7%200%200%201%20.607-.258a.656.656%200%200%201%20.582.722a.2.2%200%200%201-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293%201.265-1.924%201.912c.654.666%201.327%201.313%201.986%201.974a1.05%201.05%200%200%201%20.375.53a.66.66%200%200%201-.466.761a.65.65%200%200%201-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665%200%200%201-.043-.939v-.006q1.3-1.293%202.598-2.574m3.804.357a.66.66%200%200%201%20.574-.609a.67.67%200%200%201%20.547.188q1.3%201.285%202.595%202.573a.674.674%200%200%201%20.105.947a1%201%200%200%201-.094.1q-1.259%201.244-2.512%202.491a.77.77%200%200%201-.475.277a.656.656%200%200%201-.719-.479a.66.66%200%200%201%20.182-.646c.724-.722%201.456-1.434%202.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69%200%200%201-.231-.554%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-script.svg?color=%231a73e8&size=48