file type seedkit logo

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

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

Related icons in VSCode Icons

Use the file type seedkit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4f51e5" d="M2 10.944c0-3.13 0-4.696.61-5.892a5.6 5.6 0 0 1 2.448-2.443c1.198-.61 2.766-.61 5.902-.61h10.08c3.136 0 4.704 0 5.902.61a5.6 5.6 0 0 1 2.448 2.443c.61 1.196.61 2.761.61 5.892v10.062c0 3.13 0 4.696-.61 5.892a5.6 5.6 0 0 1-2.448 2.443c-1.198.61-2.766.61-5.902.61H10.96c-3.136 0-4.704 0-5.902-.61a5.6 5.6 0 0 1-2.448-2.443C2 25.702 2 24.137 2 21.006z"/><path fill="#fff" d="M16.56 16.922c0-.214.174-.387.388-.387H21.6a5.036 5.036 0 0 1 5.04 5.03c0 2.78-2.256 5.032-5.04 5.032s-5.04-2.253-5.04-5.031zm0-1.893c0 .214.174.387.388.387H21.6a5.036 5.036 0 0 0 5.04-5.03c0-2.78-2.256-5.032-5.04-5.032s-5.04 2.253-5.04 5.031zm-1.12 1.893a.39.39 0 0 0-.388-.387H10.4a5.036 5.036 0 0 0-5.04 5.03a5.036 5.036 0 0 0 5.04 5.032a5.036 5.036 0 0 0 5.04-5.031zm0-1.893a.39.39 0 0 1-.388.387H10.4a5.036 5.036 0 0 1-5.04-5.03a5.036 5.036 0 0 1 5.04-5.032a5.036 5.036 0 0 1 5.04 5.031z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSeedkit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4f51e5" d="M2 10.944c0-3.13 0-4.696.61-5.892a5.6 5.6 0 0 1 2.448-2.443c1.198-.61 2.766-.61 5.902-.61h10.08c3.136 0 4.704 0 5.902.61a5.6 5.6 0 0 1 2.448 2.443c.61 1.196.61 2.761.61 5.892v10.062c0 3.13 0 4.696-.61 5.892a5.6 5.6 0 0 1-2.448 2.443c-1.198.61-2.766.61-5.902.61H10.96c-3.136 0-4.704 0-5.902-.61a5.6 5.6 0 0 1-2.448-2.443C2 25.702 2 24.137 2 21.006z"/><path fill="#fff" d="M16.56 16.922c0-.214.174-.387.388-.387H21.6a5.036 5.036 0 0 1 5.04 5.03c0 2.78-2.256 5.032-5.04 5.032s-5.04-2.253-5.04-5.031zm0-1.893c0 .214.174.387.388.387H21.6a5.036 5.036 0 0 0 5.04-5.03c0-2.78-2.256-5.032-5.04-5.032s-5.04 2.253-5.04 5.031zm-1.12 1.893a.39.39 0 0 0-.388-.387H10.4a5.036 5.036 0 0 0-5.04 5.03a5.036 5.036 0 0 0 5.04 5.032a5.036 5.036 0 0 0 5.04-5.031zm0-1.893a.39.39 0 0 1-.388.387H10.4a5.036 5.036 0 0 1-5.04-5.03a5.036 5.036 0 0 1 5.04-5.032a5.036 5.036 0 0 1 5.04 5.031z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#4f51e5" d="M2 10.944c0-3.13 0-4.696.61-5.892a5.6 5.6 0 0 1 2.448-2.443c1.198-.61 2.766-.61 5.902-.61h10.08c3.136 0 4.704 0 5.902.61a5.6 5.6 0 0 1 2.448 2.443c.61 1.196.61 2.761.61 5.892v10.062c0 3.13 0 4.696-.61 5.892a5.6 5.6 0 0 1-2.448 2.443c-1.198.61-2.766.61-5.902.61H10.96c-3.136 0-4.704 0-5.902-.61a5.6 5.6 0 0 1-2.448-2.443C2 25.702 2 24.137 2 21.006z"/><path fill="#fff" d="M16.56 16.922c0-.214.174-.387.388-.387H21.6a5.036 5.036 0 0 1 5.04 5.03c0 2.78-2.256 5.032-5.04 5.032s-5.04-2.253-5.04-5.031zm0-1.893c0 .214.174.387.388.387H21.6a5.036 5.036 0 0 0 5.04-5.03c0-2.78-2.256-5.032-5.04-5.032s-5.04 2.253-5.04 5.031zm-1.12 1.893a.39.39 0 0 0-.388-.387H10.4a5.036 5.036 0 0 0-5.04 5.03a5.036 5.036 0 0 0 5.04 5.032a5.036 5.036 0 0 0 5.04-5.031zm0-1.893a.39.39 0 0 1-.388.387H10.4a5.036 5.036 0 0 1-5.04-5.03a5.036 5.036 0 0 1 5.04-5.032a5.036 5.036 0 0 1 5.04 5.031z"/></svg>
</template>

CSS

.icon-file-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%3Cpath%20fill%3D%22%234f51e5%22%20d%3D%22M2%2010.944c0-3.13%200-4.696.61-5.892a5.6%205.6%200%200%201%202.448-2.443c1.198-.61%202.766-.61%205.902-.61h10.08c3.136%200%204.704%200%205.902.61a5.6%205.6%200%200%201%202.448%202.443c.61%201.196.61%202.761.61%205.892v10.062c0%203.13%200%204.696-.61%205.892a5.6%205.6%200%200%201-2.448%202.443c-1.198.61-2.766.61-5.902.61H10.96c-3.136%200-4.704%200-5.902-.61a5.6%205.6%200%200%201-2.448-2.443C2%2025.702%202%2024.137%202%2021.006z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.56%2016.922c0-.214.174-.387.388-.387H21.6a5.036%205.036%200%200%201%205.04%205.03c0%202.78-2.256%205.032-5.04%205.032s-5.04-2.253-5.04-5.031zm0-1.893c0%20.214.174.387.388.387H21.6a5.036%205.036%200%200%200%205.04-5.03c0-2.78-2.256-5.032-5.04-5.032s-5.04%202.253-5.04%205.031zm-1.12%201.893a.39.39%200%200%200-.388-.387H10.4a5.036%205.036%200%200%200-5.04%205.03a5.036%205.036%200%200%200%205.04%205.032a5.036%205.036%200%200%200%205.04-5.031zm0-1.893a.39.39%200%200%201-.388.387H10.4a5.036%205.036%200%200%201-5.04-5.03a5.036%205.036%200%200%201%205.04-5.032a5.036%205.036%200%200%201%205.04%205.031z%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%234f51e5%22%20d%3D%22M2%2010.944c0-3.13%200-4.696.61-5.892a5.6%205.6%200%200%201%202.448-2.443c1.198-.61%202.766-.61%205.902-.61h10.08c3.136%200%204.704%200%205.902.61a5.6%205.6%200%200%201%202.448%202.443c.61%201.196.61%202.761.61%205.892v10.062c0%203.13%200%204.696-.61%205.892a5.6%205.6%200%200%201-2.448%202.443c-1.198.61-2.766.61-5.902.61H10.96c-3.136%200-4.704%200-5.902-.61a5.6%205.6%200%200%201-2.448-2.443C2%2025.702%202%2024.137%202%2021.006z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.56%2016.922c0-.214.174-.387.388-.387H21.6a5.036%205.036%200%200%201%205.04%205.03c0%202.78-2.256%205.032-5.04%205.032s-5.04-2.253-5.04-5.031zm0-1.893c0%20.214.174.387.388.387H21.6a5.036%205.036%200%200%200%205.04-5.03c0-2.78-2.256-5.032-5.04-5.032s-5.04%202.253-5.04%205.031zm-1.12%201.893a.39.39%200%200%200-.388-.387H10.4a5.036%205.036%200%200%200-5.04%205.03a5.036%205.036%200%200%200%205.04%205.032a5.036%205.036%200%200%200%205.04-5.031zm0-1.893a.39.39%200%200%201-.388.387H10.4a5.036%205.036%200%200%201-5.04-5.03a5.036%205.036%200%200%201%205.04-5.032a5.036%205.036%200%200%201%205.04%205.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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