folder seeders logo
folder-seeders from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-seeders
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder seeders logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#a5d6a7" d="M13.683 5.978a9 9 0 0 0-1.306.17a7.648 7.653 0 0 0-1.088.32a6 6 0 0 0-1.177.631a4.71 4.713 0 0 0-.29.226l-.015.006a6 6 0 0 0-.68.686a11 11 0 0 1-.237.316a6 6 0 0 0-.752 1.562a8.728 8.734 0 0 0-.278 1.294a11.3 11.3 0 0 0-.08 1.883a17.366 17.378 0 0 0 .03.52a9.172 9.178 0 0 0 .036.437q.39.038.778.066q.504.033 1.01.02a9 9 0 0 0 2.402-.378a8 8 0 0 0 .394-.145a7.658 7.663 0 0 0 .762-.37q.405-.247.773-.547a11.774 11.782 0 0 0 .423-.413a8.904 8.91 0 0 0 .404-.51q.431-.639.692-1.368a7.7 7.7 0 0 0 .36-1.604q.15-1.338-.071-2.664a.02.02 0 0 0-.01-.016a6 6 0 0 0-.28-.05L15 6q-.66-.059-1.317-.022m.276 1.802q.06 0 .121.003a4.336 4.34 0 0 0-.683.32a8.2 8.2 0 0 0-1.425 1.016a8 8 0 0 1-.252.226a23.868 23.884 0 0 0-.586.608a14.349 14.359 0 0 1-.3.357q-.733.921-1.258 1.983q-.005.007-.01.003a5.56 5.56 0 0 1 .69-2.49q.918-1.56 2.7-1.923q.193-.039.388-.063q.308-.028.615-.04"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderSeeders(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#a5d6a7" d="M13.683 5.978a9 9 0 0 0-1.306.17a7.648 7.653 0 0 0-1.088.32a6 6 0 0 0-1.177.631a4.71 4.713 0 0 0-.29.226l-.015.006a6 6 0 0 0-.68.686a11 11 0 0 1-.237.316a6 6 0 0 0-.752 1.562a8.728 8.734 0 0 0-.278 1.294a11.3 11.3 0 0 0-.08 1.883a17.366 17.378 0 0 0 .03.52a9.172 9.178 0 0 0 .036.437q.39.038.778.066q.504.033 1.01.02a9 9 0 0 0 2.402-.378a8 8 0 0 0 .394-.145a7.658 7.663 0 0 0 .762-.37q.405-.247.773-.547a11.774 11.782 0 0 0 .423-.413a8.904 8.91 0 0 0 .404-.51q.431-.639.692-1.368a7.7 7.7 0 0 0 .36-1.604q.15-1.338-.071-2.664a.02.02 0 0 0-.01-.016a6 6 0 0 0-.28-.05L15 6q-.66-.059-1.317-.022m.276 1.802q.06 0 .121.003a4.336 4.34 0 0 0-.683.32a8.2 8.2 0 0 0-1.425 1.016a8 8 0 0 1-.252.226a23.868 23.884 0 0 0-.586.608a14.349 14.359 0 0 1-.3.357q-.733.921-1.258 1.983q-.005.007-.01.003a5.56 5.56 0 0 1 .69-2.49q.918-1.56 2.7-1.923q.193-.039.388-.063q.308-.028.615-.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#a5d6a7" d="M13.683 5.978a9 9 0 0 0-1.306.17a7.648 7.653 0 0 0-1.088.32a6 6 0 0 0-1.177.631a4.71 4.713 0 0 0-.29.226l-.015.006a6 6 0 0 0-.68.686a11 11 0 0 1-.237.316a6 6 0 0 0-.752 1.562a8.728 8.734 0 0 0-.278 1.294a11.3 11.3 0 0 0-.08 1.883a17.366 17.378 0 0 0 .03.52a9.172 9.178 0 0 0 .036.437q.39.038.778.066q.504.033 1.01.02a9 9 0 0 0 2.402-.378a8 8 0 0 0 .394-.145a7.658 7.663 0 0 0 .762-.37q.405-.247.773-.547a11.774 11.782 0 0 0 .423-.413a8.904 8.91 0 0 0 .404-.51q.431-.639.692-1.368a7.7 7.7 0 0 0 .36-1.604q.15-1.338-.071-2.664a.02.02 0 0 0-.01-.016a6 6 0 0 0-.28-.05L15 6q-.66-.059-1.317-.022m.276 1.802q.06 0 .121.003a4.336 4.34 0 0 0-.683.32a8.2 8.2 0 0 0-1.425 1.016a8 8 0 0 1-.252.226a23.868 23.884 0 0 0-.586.608a14.349 14.359 0 0 1-.3.357q-.733.921-1.258 1.983q-.005.007-.01.003a5.56 5.56 0 0 1 .69-2.49q.918-1.56 2.7-1.923q.193-.039.388-.063q.308-.028.615-.04"/></svg> </template>
CSS
.icon-folder-seeders {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23a5d6a7%22%20d%3D%22M13.683%205.978a9%209%200%200%200-1.306.17a7.648%207.653%200%200%200-1.088.32a6%206%200%200%200-1.177.631a4.71%204.713%200%200%200-.29.226l-.015.006a6%206%200%200%200-.68.686a11%2011%200%200%201-.237.316a6%206%200%200%200-.752%201.562a8.728%208.734%200%200%200-.278%201.294a11.3%2011.3%200%200%200-.08%201.883a17.366%2017.378%200%200%200%20.03.52a9.172%209.178%200%200%200%20.036.437q.39.038.778.066q.504.033%201.01.02a9%209%200%200%200%202.402-.378a8%208%200%200%200%20.394-.145a7.658%207.663%200%200%200%20.762-.37q.405-.247.773-.547a11.774%2011.782%200%200%200%20.423-.413a8.904%208.91%200%200%200%20.404-.51q.431-.639.692-1.368a7.7%207.7%200%200%200%20.36-1.604q.15-1.338-.071-2.664a.02.02%200%200%200-.01-.016a6%206%200%200%200-.28-.05L15%206q-.66-.059-1.317-.022m.276%201.802q.06%200%20.121.003a4.336%204.34%200%200%200-.683.32a8.2%208.2%200%200%200-1.425%201.016a8%208%200%200%201-.252.226a23.868%2023.884%200%200%200-.586.608a14.349%2014.359%200%200%201-.3.357q-.733.921-1.258%201.983q-.005.007-.01.003a5.56%205.56%200%200%201%20.69-2.49q.918-1.56%202.7-1.923q.193-.039.388-.063q.308-.028.615-.04%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%2016%2016%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23a5d6a7%22%20d%3D%22M13.683%205.978a9%209%200%200%200-1.306.17a7.648%207.653%200%200%200-1.088.32a6%206%200%200%200-1.177.631a4.71%204.713%200%200%200-.29.226l-.015.006a6%206%200%200%200-.68.686a11%2011%200%200%201-.237.316a6%206%200%200%200-.752%201.562a8.728%208.734%200%200%200-.278%201.294a11.3%2011.3%200%200%200-.08%201.883a17.366%2017.378%200%200%200%20.03.52a9.172%209.178%200%200%200%20.036.437q.39.038.778.066q.504.033%201.01.02a9%209%200%200%200%202.402-.378a8%208%200%200%200%20.394-.145a7.658%207.663%200%200%200%20.762-.37q.405-.247.773-.547a11.774%2011.782%200%200%200%20.423-.413a8.904%208.91%200%200%200%20.404-.51q.431-.639.692-1.368a7.7%207.7%200%200%200%20.36-1.604q.15-1.338-.071-2.664a.02.02%200%200%200-.01-.016a6%206%200%200%200-.28-.05L15%206q-.66-.059-1.317-.022m.276%201.802q.06%200%20.121.003a4.336%204.34%200%200%200-.683.32a8.2%208.2%200%200%200-1.425%201.016a8%208%200%200%201-.252.226a23.868%2023.884%200%200%200-.586.608a14.349%2014.359%200%200%201-.3.357q-.733.921-1.258%201.983q-.005.007-.01.003a5.56%205.56%200%200%201%20.69-2.49q.918-1.56%202.7-1.923q.193-.039.388-.063q.308-.028.615-.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-seeders.svg?color=%231a73e8&size=48