folder type e2e opened logo
folder-type-e2e-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-e2e-opened
- 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 e2e opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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.1Zm-1.7 4H.5l3.8 12.8h25.2Z"/><path fill="#0bb7b7" d="M25.3 31q-.18-.084-.357-.172a1.383 1.383 0 0 1-.446-2.171c.36-.416.752-.8 1.128-1.2c.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64 1.64 0 0 1-1.224-.411a1.325 1.325 0 0 1-.418-1.42a1.52 1.52 0 0 1 1.277-1.018c1.944-.03 3.889-.039 5.833-.055l3.34-.029c.17 0 .341-.016.6-.03c-.149-.168-.24-.274-.335-.377c-.409-.442-.852-.858-1.223-1.331a1.408 1.408 0 0 1 2.1-1.851c1.331 1.3 2.658 2.615 3.962 3.946a1.494 1.494 0 0 1 0 2.279q-1.839 1.886-3.727 3.726a6 6 0 0 1-.885.6Z"/><path fill="#0b0bb7" d="M12.023 18.292c.5.516.905.937 1.311 1.362a1.6 1.6 0 0 1 .487 1.27a1.29 1.29 0 0 1-.831 1.176a1.27 1.27 0 0 1-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37 1.37 0 0 1-.035-1.87a181 181 0 0 1 4.31-4.278a1.374 1.374 0 0 1 2.112.718a1.33 1.33 0 0 1-.284 1.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016 8.731.037a4.3 4.3 0 0 1 .76.067a1.406 1.406 0 0 1 1.144 1.446a1.426 1.426 0 0 1-1.275 1.337c-1.353.046-2.708.047-4.063.059c-1.7.014-3.406.02-5.11.031c-.184.004-.368.019-.67.033"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeE2eOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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.1Zm-1.7 4H.5l3.8 12.8h25.2Z"/><path fill="#0bb7b7" d="M25.3 31q-.18-.084-.357-.172a1.383 1.383 0 0 1-.446-2.171c.36-.416.752-.8 1.128-1.2c.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64 1.64 0 0 1-1.224-.411a1.325 1.325 0 0 1-.418-1.42a1.52 1.52 0 0 1 1.277-1.018c1.944-.03 3.889-.039 5.833-.055l3.34-.029c.17 0 .341-.016.6-.03c-.149-.168-.24-.274-.335-.377c-.409-.442-.852-.858-1.223-1.331a1.408 1.408 0 0 1 2.1-1.851c1.331 1.3 2.658 2.615 3.962 3.946a1.494 1.494 0 0 1 0 2.279q-1.839 1.886-3.727 3.726a6 6 0 0 1-.885.6Z"/><path fill="#0b0bb7" d="M12.023 18.292c.5.516.905.937 1.311 1.362a1.6 1.6 0 0 1 .487 1.27a1.29 1.29 0 0 1-.831 1.176a1.27 1.27 0 0 1-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37 1.37 0 0 1-.035-1.87a181 181 0 0 1 4.31-4.278a1.374 1.374 0 0 1 2.112.718a1.33 1.33 0 0 1-.284 1.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016 8.731.037a4.3 4.3 0 0 1 .76.067a1.406 1.406 0 0 1 1.144 1.446a1.426 1.426 0 0 1-1.275 1.337c-1.353.046-2.708.047-4.063.059c-1.7.014-3.406.02-5.11.031c-.184.004-.368.019-.67.033"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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.1Zm-1.7 4H.5l3.8 12.8h25.2Z"/><path fill="#0bb7b7" d="M25.3 31q-.18-.084-.357-.172a1.383 1.383 0 0 1-.446-2.171c.36-.416.752-.8 1.128-1.2c.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64 1.64 0 0 1-1.224-.411a1.325 1.325 0 0 1-.418-1.42a1.52 1.52 0 0 1 1.277-1.018c1.944-.03 3.889-.039 5.833-.055l3.34-.029c.17 0 .341-.016.6-.03c-.149-.168-.24-.274-.335-.377c-.409-.442-.852-.858-1.223-1.331a1.408 1.408 0 0 1 2.1-1.851c1.331 1.3 2.658 2.615 3.962 3.946a1.494 1.494 0 0 1 0 2.279q-1.839 1.886-3.727 3.726a6 6 0 0 1-.885.6Z"/><path fill="#0b0bb7" d="M12.023 18.292c.5.516.905.937 1.311 1.362a1.6 1.6 0 0 1 .487 1.27a1.29 1.29 0 0 1-.831 1.176a1.27 1.27 0 0 1-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37 1.37 0 0 1-.035-1.87a181 181 0 0 1 4.31-4.278a1.374 1.374 0 0 1 2.112.718a1.33 1.33 0 0 1-.284 1.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016 8.731.037a4.3 4.3 0 0 1 .76.067a1.406 1.406 0 0 1 1.144 1.446a1.426 1.426 0 0 1-1.275 1.337c-1.353.046-2.708.047-4.063.059c-1.7.014-3.406.02-5.11.031c-.184.004-.368.019-.67.033"/></svg> </template>
CSS
.icon-folder-type-e2e-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%23db7b7b%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.1Zm-1.7%204H.5l3.8%2012.8h25.2Z%22%2F%3E%3Cpath%20fill%3D%22%230bb7b7%22%20d%3D%22M25.3%2031q-.18-.084-.357-.172a1.383%201.383%200%200%201-.446-2.171c.36-.416.752-.8%201.128-1.2c.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64%201.64%200%200%201-1.224-.411a1.325%201.325%200%200%201-.418-1.42a1.52%201.52%200%200%201%201.277-1.018c1.944-.03%203.889-.039%205.833-.055l3.34-.029c.17%200%20.341-.016.6-.03c-.149-.168-.24-.274-.335-.377c-.409-.442-.852-.858-1.223-1.331a1.408%201.408%200%200%201%202.1-1.851c1.331%201.3%202.658%202.615%203.962%203.946a1.494%201.494%200%200%201%200%202.279q-1.839%201.886-3.727%203.726a6%206%200%200%201-.885.6Z%22%2F%3E%3Cpath%20fill%3D%22%230b0bb7%22%20d%3D%22M12.023%2018.292c.5.516.905.937%201.311%201.362a1.6%201.6%200%200%201%20.487%201.27a1.29%201.29%200%200%201-.831%201.176a1.27%201.27%200%200%201-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37%201.37%200%200%201-.035-1.87a181%20181%200%200%201%204.31-4.278a1.374%201.374%200%200%201%202.112.718a1.33%201.33%200%200%201-.284%201.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016%208.731.037a4.3%204.3%200%200%201%20.76.067a1.406%201.406%200%200%201%201.144%201.446a1.426%201.426%200%200%201-1.275%201.337c-1.353.046-2.708.047-4.063.059c-1.7.014-3.406.02-5.11.031c-.184.004-.368.019-.67.033%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%23db7b7b%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.1Zm-1.7%204H.5l3.8%2012.8h25.2Z%22%2F%3E%3Cpath%20fill%3D%22%230bb7b7%22%20d%3D%22M25.3%2031q-.18-.084-.357-.172a1.383%201.383%200%200%201-.446-2.171c.36-.416.752-.8%201.128-1.2c.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64%201.64%200%200%201-1.224-.411a1.325%201.325%200%200%201-.418-1.42a1.52%201.52%200%200%201%201.277-1.018c1.944-.03%203.889-.039%205.833-.055l3.34-.029c.17%200%20.341-.016.6-.03c-.149-.168-.24-.274-.335-.377c-.409-.442-.852-.858-1.223-1.331a1.408%201.408%200%200%201%202.1-1.851c1.331%201.3%202.658%202.615%203.962%203.946a1.494%201.494%200%200%201%200%202.279q-1.839%201.886-3.727%203.726a6%206%200%200%201-.885.6Z%22%2F%3E%3Cpath%20fill%3D%22%230b0bb7%22%20d%3D%22M12.023%2018.292c.5.516.905.937%201.311%201.362a1.6%201.6%200%200%201%20.487%201.27a1.29%201.29%200%200%201-.831%201.176a1.27%201.27%200%200%201-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37%201.37%200%200%201-.035-1.87a181%20181%200%200%201%204.31-4.278a1.374%201.374%200%200%201%202.112.718a1.33%201.33%200%200%201-.284%201.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016%208.731.037a4.3%204.3%200%200%201%20.76.067a1.406%201.406%200%200%201%201.144%201.446a1.426%201.426%200%200%201-1.275%201.337c-1.353.046-2.708.047-4.063.059c-1.7.014-3.406.02-5.11.031c-.184.004-.368.019-.67.033%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-e2e-opened.svg?color=%231a73e8&size=48