folder type windsurf opened logo
folder-type-windsurf-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-windsurf-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 windsurf opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8cf3da" 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="#8cf3da" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#0b100f" d="M29.401 14.903h-.19a1.814 1.814 0 0 0-1.818 1.814v4.056c0 .81-.67 1.466-1.466 1.466a1.52 1.52 0 0 1-1.227-.638l-4.143-5.917a1.84 1.84 0 0 0-1.508-.784c-.945 0-1.795.803-1.795 1.794v4.08a1.47 1.47 0 0 1-1.466 1.466c-.475 0-.947-.238-1.227-.638L9.925 14.98a.187.187 0 0 0-.34.107v3.538c0 .179.055.352.157.5l4.562 6.515c.27.385.668.67 1.126.774a1.803 1.803 0 0 0 2.204-1.748V20.59c0-.81.656-1.466 1.466-1.466h.002c.489 0 .947.238 1.227.638l4.144 5.916a1.81 1.81 0 0 0 3.3-1.01v-4.079c0-.81.657-1.466 1.467-1.466h.162a.183.183 0 0 0 .183-.184v-3.851a.183.183 0 0 0-.183-.184z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeWindsurfOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8cf3da" 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="#8cf3da" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#0b100f" d="M29.401 14.903h-.19a1.814 1.814 0 0 0-1.818 1.814v4.056c0 .81-.67 1.466-1.466 1.466a1.52 1.52 0 0 1-1.227-.638l-4.143-5.917a1.84 1.84 0 0 0-1.508-.784c-.945 0-1.795.803-1.795 1.794v4.08a1.47 1.47 0 0 1-1.466 1.466c-.475 0-.947-.238-1.227-.638L9.925 14.98a.187.187 0 0 0-.34.107v3.538c0 .179.055.352.157.5l4.562 6.515c.27.385.668.67 1.126.774a1.803 1.803 0 0 0 2.204-1.748V20.59c0-.81.656-1.466 1.466-1.466h.002c.489 0 .947.238 1.227.638l4.144 5.916a1.81 1.81 0 0 0 3.3-1.01v-4.079c0-.81.657-1.466 1.467-1.466h.162a.183.183 0 0 0 .183-.184v-3.851a.183.183 0 0 0-.183-.184z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8cf3da" 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="#8cf3da" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#0b100f" d="M29.401 14.903h-.19a1.814 1.814 0 0 0-1.818 1.814v4.056c0 .81-.67 1.466-1.466 1.466a1.52 1.52 0 0 1-1.227-.638l-4.143-5.917a1.84 1.84 0 0 0-1.508-.784c-.945 0-1.795.803-1.795 1.794v4.08a1.47 1.47 0 0 1-1.466 1.466c-.475 0-.947-.238-1.227-.638L9.925 14.98a.187.187 0 0 0-.34.107v3.538c0 .179.055.352.157.5l4.562 6.515c.27.385.668.67 1.126.774a1.803 1.803 0 0 0 2.204-1.748V20.59c0-.81.656-1.466 1.466-1.466h.002c.489 0 .947.238 1.227.638l4.144 5.916a1.81 1.81 0 0 0 3.3-1.01v-4.079c0-.81.657-1.466 1.467-1.466h.162a.183.183 0 0 0 .183-.184v-3.851a.183.183 0 0 0-.183-.184z"/></svg> </template>
CSS
.icon-folder-type-windsurf-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%238cf3da%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%238cf3da%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%230b100f%22%20d%3D%22M29.401%2014.903h-.19a1.814%201.814%200%200%200-1.818%201.814v4.056c0%20.81-.67%201.466-1.466%201.466a1.52%201.52%200%200%201-1.227-.638l-4.143-5.917a1.84%201.84%200%200%200-1.508-.784c-.945%200-1.795.803-1.795%201.794v4.08a1.47%201.47%200%200%201-1.466%201.466c-.475%200-.947-.238-1.227-.638L9.925%2014.98a.187.187%200%200%200-.34.107v3.538c0%20.179.055.352.157.5l4.562%206.515c.27.385.668.67%201.126.774a1.803%201.803%200%200%200%202.204-1.748V20.59c0-.81.656-1.466%201.466-1.466h.002c.489%200%20.947.238%201.227.638l4.144%205.916a1.81%201.81%200%200%200%203.3-1.01v-4.079c0-.81.657-1.466%201.467-1.466h.162a.183.183%200%200%200%20.183-.184v-3.851a.183.183%200%200%200-.183-.184z%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%238cf3da%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%238cf3da%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%230b100f%22%20d%3D%22M29.401%2014.903h-.19a1.814%201.814%200%200%200-1.818%201.814v4.056c0%20.81-.67%201.466-1.466%201.466a1.52%201.52%200%200%201-1.227-.638l-4.143-5.917a1.84%201.84%200%200%200-1.508-.784c-.945%200-1.795.803-1.795%201.794v4.08a1.47%201.47%200%200%201-1.466%201.466c-.475%200-.947-.238-1.227-.638L9.925%2014.98a.187.187%200%200%200-.34.107v3.538c0%20.179.055.352.157.5l4.562%206.515c.27.385.668.67%201.126.774a1.803%201.803%200%200%200%202.204-1.748V20.59c0-.81.656-1.466%201.466-1.466h.002c.489%200%20.947.238%201.227.638l4.144%205.916a1.81%201.81%200%200%200%203.3-1.01v-4.079c0-.81.657-1.466%201.467-1.466h.162a.183.183%200%200%200%20.183-.184v-3.851a.183.183%200%200%200-.183-.184z%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-windsurf-opened.svg?color=%231a73e8&size=48