folder type idea opened logo
folder-type-idea-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-idea-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 idea opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGEDDnMbnv" x1=".85" x2="62.62" y1="62.72" y2="1.81" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9419"/><stop offset=".43" stop-color="#ff021d"/><stop offset=".99" stop-color="#e600ff"/></linearGradient></defs><path fill="#dbd47b" 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="#dbd47b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="url(#SVGEDDnMbnv)" d="M20.34 3.66L3.66 20.34A12.5 12.5 0 0 0 0 29.18V59c0 2.76 2.24 5 5 5h29.82c3.32 0 6.49-1.32 8.84-3.66l16.68-16.68c2.34-2.34 3.66-5.52 3.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32 0-6.49 1.32-8.84 3.66" transform="translate(10 10)scale(.3125)"/><path d="M25 15H12.5v12.5H25z"/><path fill="#fff" d="M19.375 24.688h-5.312v1.25h5.312z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeIdeaOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGEDDnMbnv" x1=".85" x2="62.62" y1="62.72" y2="1.81" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff9419"/><stop offset=".43" stopColor="#ff021d"/><stop offset=".99" stopColor="#e600ff"/></linearGradient></defs><path fill="#dbd47b" 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="#dbd47b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="url(#SVGEDDnMbnv)" d="M20.34 3.66L3.66 20.34A12.5 12.5 0 0 0 0 29.18V59c0 2.76 2.24 5 5 5h29.82c3.32 0 6.49-1.32 8.84-3.66l16.68-16.68c2.34-2.34 3.66-5.52 3.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32 0-6.49 1.32-8.84 3.66" transform="translate(10 10)scale(.3125)"/><path d="M25 15H12.5v12.5H25z"/><path fill="#fff" d="M19.375 24.688h-5.312v1.25h5.312z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGEDDnMbnv" x1=".85" x2="62.62" y1="62.72" y2="1.81" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9419"/><stop offset=".43" stop-color="#ff021d"/><stop offset=".99" stop-color="#e600ff"/></linearGradient></defs><path fill="#dbd47b" 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="#dbd47b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="url(#SVGEDDnMbnv)" d="M20.34 3.66L3.66 20.34A12.5 12.5 0 0 0 0 29.18V59c0 2.76 2.24 5 5 5h29.82c3.32 0 6.49-1.32 8.84-3.66l16.68-16.68c2.34-2.34 3.66-5.52 3.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32 0-6.49 1.32-8.84 3.66" transform="translate(10 10)scale(.3125)"/><path d="M25 15H12.5v12.5H25z"/><path fill="#fff" d="M19.375 24.688h-5.312v1.25h5.312z"/></svg> </template>
CSS
.icon-folder-type-idea-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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEDDnMbnv%22%20x1%3D%22.85%22%20x2%3D%2262.62%22%20y1%3D%2262.72%22%20y2%3D%221.81%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff9419%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%23ff021d%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%23e600ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23dbd47b%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%23dbd47b%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEDDnMbnv)%22%20d%3D%22M20.34%203.66L3.66%2020.34A12.5%2012.5%200%200%200%200%2029.18V59c0%202.76%202.24%205%205%205h29.82c3.32%200%206.49-1.32%208.84-3.66l16.68-16.68c2.34-2.34%203.66-5.52%203.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32%200-6.49%201.32-8.84%203.66%22%20transform%3D%22translate(10%2010)scale(.3125)%22%2F%3E%3Cpath%20d%3D%22M25%2015H12.5v12.5H25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.375%2024.688h-5.312v1.25h5.312z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEDDnMbnv%22%20x1%3D%22.85%22%20x2%3D%2262.62%22%20y1%3D%2262.72%22%20y2%3D%221.81%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff9419%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%23ff021d%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%23e600ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23dbd47b%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%23dbd47b%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEDDnMbnv)%22%20d%3D%22M20.34%203.66L3.66%2020.34A12.5%2012.5%200%200%200%200%2029.18V59c0%202.76%202.24%205%205%205h29.82c3.32%200%206.49-1.32%208.84-3.66l16.68-16.68c2.34-2.34%203.66-5.52%203.66-8.84V5c0-2.76-2.24-5-5-5H29.18c-3.32%200-6.49%201.32-8.84%203.66%22%20transform%3D%22translate(10%2010)scale(.3125)%22%2F%3E%3Cpath%20d%3D%22M25%2015H12.5v12.5H25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.375%2024.688h-5.312v1.25h5.312z%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-idea-opened.svg?color=%231a73e8&size=48