folder type light redux logo
folder-type-light-redux from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-light-redux
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type light redux logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a699bf" 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="#764abc" d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845a8.16 8.16 0 0 1-3.744 3.584a6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164c-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849a5.6 5.6 0 0 0 1.37-.16a8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484a6.1 6.1 0 0 1 2.42 2.922a3.16 3.16 0 0 1-.046 2.694a3.35 3.35 0 0 1-3.128 1.872a5.8 5.8 0 0 1-2.237-.479a14 14 0 0 1-1.027.822a7.05 7.05 0 0 0 2.945.708a4.96 4.96 0 0 0 4.429-2.42a5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023a8.36 8.36 0 0 1-1.187-5.068a6.12 6.12 0 0 1 1.347-3.539a3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178c.3.068.8.228 1.142.342c-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676a9.34 9.34 0 0 0 .913 7.945a1.02 1.02 0 0 0-.16.662Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeLightRedux(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a699bf" 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="#764abc" d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845a8.16 8.16 0 0 1-3.744 3.584a6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164c-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849a5.6 5.6 0 0 0 1.37-.16a8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484a6.1 6.1 0 0 1 2.42 2.922a3.16 3.16 0 0 1-.046 2.694a3.35 3.35 0 0 1-3.128 1.872a5.8 5.8 0 0 1-2.237-.479a14 14 0 0 1-1.027.822a7.05 7.05 0 0 0 2.945.708a4.96 4.96 0 0 0 4.429-2.42a5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023a8.36 8.36 0 0 1-1.187-5.068a6.12 6.12 0 0 1 1.347-3.539a3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178c.3.068.8.228 1.142.342c-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676a9.34 9.34 0 0 0 .913 7.945a1.02 1.02 0 0 0-.16.662Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a699bf" 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="#764abc" d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845a8.16 8.16 0 0 1-3.744 3.584a6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164c-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849a5.6 5.6 0 0 0 1.37-.16a8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484a6.1 6.1 0 0 1 2.42 2.922a3.16 3.16 0 0 1-.046 2.694a3.35 3.35 0 0 1-3.128 1.872a5.8 5.8 0 0 1-2.237-.479a14 14 0 0 1-1.027.822a7.05 7.05 0 0 0 2.945.708a4.96 4.96 0 0 0 4.429-2.42a5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023a8.36 8.36 0 0 1-1.187-5.068a6.12 6.12 0 0 1 1.347-3.539a3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178c.3.068.8.228 1.142.342c-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676a9.34 9.34 0 0 0 .913 7.945a1.02 1.02 0 0 0-.16.662Z"/></svg> </template>
CSS
.icon-folder-type-light-redux {
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%23a699bf%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%23764abc%22%20d%3D%22M25.472%2022.446a1.282%201.282%200%200%200-.137-2.557h-.046a1.277%201.277%200%200%200-1.233%201.319v.005a1.3%201.3%200%200%200%20.365.845a8.16%208.16%200%200%201-3.744%203.584a6.17%206.17%200%200%201-3.721.708A3.17%203.17%200%200%201%2014.628%2025a3.35%203.35%200%200%201-.183-3.539A5.4%205.4%200%200%201%2016%2019.638c-.091-.3-.228-.8-.3-1.164c-3.31%202.4-2.968%205.639-1.963%207.169a4.73%204.73%200%200%200%203.972%201.849a5.6%205.6%200%200%200%201.37-.16a8.76%208.76%200%200%200%206.392-4.886Zm4.018-2.831a9.27%209.27%200%200%200-7.214-3.151h-.365a1.25%201.25%200%200%200-1.119-.685h-.046a1.279%201.279%200%200%200%20.046%202.557h.046a1.29%201.29%200%200%200%201.119-.776h.411a8.7%208.7%200%200%201%204.863%201.484a6.1%206.1%200%200%201%202.42%202.922a3.16%203.16%200%200%201-.046%202.694a3.35%203.35%200%200%201-3.128%201.872a5.8%205.8%200%200%201-2.237-.479a14%2014%200%200%201-1.027.822a7.05%207.05%200%200%200%202.945.708a4.96%204.96%200%200%200%204.429-2.42a5.16%205.16%200%200%200-1.1-5.548Zm-11.6%203.219a1.28%201.28%200%200%200%201.278%201.233h.046a1.279%201.279%200%200%200-.046-2.557h-.046a.4.4%200%200%200-.16.023a8.36%208.36%200%200%201-1.187-5.068a6.12%206.12%200%200%201%201.347-3.539a3.96%203.96%200%200%201%202.808-1.278c2.42-.046%203.447%202.968%203.516%204.178c.3.068.8.228%201.142.342c-.274-3.7-2.557-5.616-4.749-5.616a5.165%205.165%200%200%200-4.7%203.676a9.34%209.34%200%200%200%20.913%207.945a1.02%201.02%200%200%200-.16.662Z%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%23a699bf%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%23764abc%22%20d%3D%22M25.472%2022.446a1.282%201.282%200%200%200-.137-2.557h-.046a1.277%201.277%200%200%200-1.233%201.319v.005a1.3%201.3%200%200%200%20.365.845a8.16%208.16%200%200%201-3.744%203.584a6.17%206.17%200%200%201-3.721.708A3.17%203.17%200%200%201%2014.628%2025a3.35%203.35%200%200%201-.183-3.539A5.4%205.4%200%200%201%2016%2019.638c-.091-.3-.228-.8-.3-1.164c-3.31%202.4-2.968%205.639-1.963%207.169a4.73%204.73%200%200%200%203.972%201.849a5.6%205.6%200%200%200%201.37-.16a8.76%208.76%200%200%200%206.392-4.886Zm4.018-2.831a9.27%209.27%200%200%200-7.214-3.151h-.365a1.25%201.25%200%200%200-1.119-.685h-.046a1.279%201.279%200%200%200%20.046%202.557h.046a1.29%201.29%200%200%200%201.119-.776h.411a8.7%208.7%200%200%201%204.863%201.484a6.1%206.1%200%200%201%202.42%202.922a3.16%203.16%200%200%201-.046%202.694a3.35%203.35%200%200%201-3.128%201.872a5.8%205.8%200%200%201-2.237-.479a14%2014%200%200%201-1.027.822a7.05%207.05%200%200%200%202.945.708a4.96%204.96%200%200%200%204.429-2.42a5.16%205.16%200%200%200-1.1-5.548Zm-11.6%203.219a1.28%201.28%200%200%200%201.278%201.233h.046a1.279%201.279%200%200%200-.046-2.557h-.046a.4.4%200%200%200-.16.023a8.36%208.36%200%200%201-1.187-5.068a6.12%206.12%200%200%201%201.347-3.539a3.96%203.96%200%200%201%202.808-1.278c2.42-.046%203.447%202.968%203.516%204.178c.3.068.8.228%201.142.342c-.274-3.7-2.557-5.616-4.749-5.616a5.165%205.165%200%200%200-4.7%203.676a9.34%209.34%200%200%200%20.913%207.945a1.02%201.02%200%200%200-.16.662Z%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-light-redux.svg?color=%231a73e8&size=48