folder type windsurf logo

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

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

Related icons in VSCode Icons

Use the folder type windsurf logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#30e8ba" 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="#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 VscodeIconsFolderTypeWindsurf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#30e8ba" 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="#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="#30e8ba" 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="#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 {
  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%2330e8ba%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%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%2330e8ba%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%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.svg?color=%231a73e8&size=48