folder type seedkit logo

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

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

Related icons in VSCode Icons

Use the folder type seedkit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#4f51e5" d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2zm-2.1 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#4f51e5" d="M16 18.194c0-1.118 0-1.677.218-2.104c.192-.376.498-.681.874-.872C17.52 15 18.08 15 19.2 15h3.6c1.12 0 1.68 0 2.108.218c.376.191.682.496.874.872c.218.427.218.986.218 2.104v3.594c0 1.118 0 1.677-.218 2.104a2 2 0 0 1-.874.873c-.428.218-.988.218-2.108.218h-3.6c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.873C16 23.465 16 22.906 16 21.788z"/><path fill="#fff" d="M21.2 20.33a.14.14 0 0 1 .139-.14H23a1.798 1.798 0 1 1 0 3.594c-.994 0-1.8-.804-1.8-1.796zm0-.677c0 .077.062.139.139.139H23a1.798 1.798 0 1 0 0-3.594c-.994 0-1.8.804-1.8 1.797zm-.4.677a.14.14 0 0 0-.139-.14H19a1.798 1.798 0 1 0 0 3.594c.994 0 1.8-.804 1.8-1.796zm0-.677a.14.14 0 0 1-.139.139H19a1.798 1.798 0 1 1 0-3.594c.994 0 1.8.804 1.8 1.797z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeSeedkit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#4f51e5" d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2zm-2.1 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#4f51e5" d="M16 18.194c0-1.118 0-1.677.218-2.104c.192-.376.498-.681.874-.872C17.52 15 18.08 15 19.2 15h3.6c1.12 0 1.68 0 2.108.218c.376.191.682.496.874.872c.218.427.218.986.218 2.104v3.594c0 1.118 0 1.677-.218 2.104a2 2 0 0 1-.874.873c-.428.218-.988.218-2.108.218h-3.6c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.873C16 23.465 16 22.906 16 21.788z"/><path fill="#fff" d="M21.2 20.33a.14.14 0 0 1 .139-.14H23a1.798 1.798 0 1 1 0 3.594c-.994 0-1.8-.804-1.8-1.796zm0-.677c0 .077.062.139.139.139H23a1.798 1.798 0 1 0 0-3.594c-.994 0-1.8.804-1.8 1.797zm-.4.677a.14.14 0 0 0-.139-.14H19a1.798 1.798 0 1 0 0 3.594c.994 0 1.8-.804 1.8-1.796zm0-.677a.14.14 0 0 1-.139.139H19a1.798 1.798 0 1 1 0-3.594c.994 0 1.8.804 1.8 1.797z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#4f51e5" d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2zm-2.1 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#4f51e5" d="M16 18.194c0-1.118 0-1.677.218-2.104c.192-.376.498-.681.874-.872C17.52 15 18.08 15 19.2 15h3.6c1.12 0 1.68 0 2.108.218c.376.191.682.496.874.872c.218.427.218.986.218 2.104v3.594c0 1.118 0 1.677-.218 2.104a2 2 0 0 1-.874.873c-.428.218-.988.218-2.108.218h-3.6c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.873C16 23.465 16 22.906 16 21.788z"/><path fill="#fff" d="M21.2 20.33a.14.14 0 0 1 .139-.14H23a1.798 1.798 0 1 1 0 3.594c-.994 0-1.8-.804-1.8-1.796zm0-.677c0 .077.062.139.139.139H23a1.798 1.798 0 1 0 0-3.594c-.994 0-1.8.804-1.8 1.797zm-.4.677a.14.14 0 0 0-.139-.14H19a1.798 1.798 0 1 0 0 3.594c.994 0 1.8-.804 1.8-1.796zm0-.677a.14.14 0 0 1-.139.139H19a1.798 1.798 0 1 1 0-3.594c.994 0 1.8.804 1.8 1.797z"/></g></svg>
</template>

CSS

.icon-folder-type-seedkit {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%234f51e5%22%20d%3D%22M29.6%205.5H18.2l-2.1%204.2H4.4v16.8h25.2zm-2.1%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%234f51e5%22%20d%3D%22M16%2018.194c0-1.118%200-1.677.218-2.104c.192-.376.498-.681.874-.872C17.52%2015%2018.08%2015%2019.2%2015h3.6c1.12%200%201.68%200%202.108.218c.376.191.682.496.874.872c.218.427.218.986.218%202.104v3.594c0%201.118%200%201.677-.218%202.104a2%202%200%200%201-.874.873c-.428.218-.988.218-2.108.218h-3.6c-1.12%200-1.68%200-2.108-.218a2%202%200%200%201-.874-.873C16%2023.465%2016%2022.906%2016%2021.788z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.2%2020.33a.14.14%200%200%201%20.139-.14H23a1.798%201.798%200%201%201%200%203.594c-.994%200-1.8-.804-1.8-1.796zm0-.677c0%20.077.062.139.139.139H23a1.798%201.798%200%201%200%200-3.594c-.994%200-1.8.804-1.8%201.797zm-.4.677a.14.14%200%200%200-.139-.14H19a1.798%201.798%200%201%200%200%203.594c.994%200%201.8-.804%201.8-1.796zm0-.677a.14.14%200%200%201-.139.139H19a1.798%201.798%200%201%201%200-3.594c.994%200%201.8.804%201.8%201.797z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%234f51e5%22%20d%3D%22M29.6%205.5H18.2l-2.1%204.2H4.4v16.8h25.2zm-2.1%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%234f51e5%22%20d%3D%22M16%2018.194c0-1.118%200-1.677.218-2.104c.192-.376.498-.681.874-.872C17.52%2015%2018.08%2015%2019.2%2015h3.6c1.12%200%201.68%200%202.108.218c.376.191.682.496.874.872c.218.427.218.986.218%202.104v3.594c0%201.118%200%201.677-.218%202.104a2%202%200%200%201-.874.873c-.428.218-.988.218-2.108.218h-3.6c-1.12%200-1.68%200-2.108-.218a2%202%200%200%201-.874-.873C16%2023.465%2016%2022.906%2016%2021.788z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.2%2020.33a.14.14%200%200%201%20.139-.14H23a1.798%201.798%200%201%201%200%203.594c-.994%200-1.8-.804-1.8-1.796zm0-.677c0%20.077.062.139.139.139H23a1.798%201.798%200%201%200%200-3.594c-.994%200-1.8.804-1.8%201.797zm-.4.677a.14.14%200%200%200-.139-.14H19a1.798%201.798%200%201%200%200%203.594c.994%200%201.8-.804%201.8-1.796zm0-.677a.14.14%200%200%201-.139.139H19a1.798%201.798%200%201%201%200-3.594c.994%200%201.8.804%201.8%201.797z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-seedkit.svg?color=%231a73e8&size=48