folder-src from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-src
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder src logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4caf50" 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="#c8e6c9" d="M9.225 15a.5.5 0 0 1-.12-.014a.57.568 0 0 1-.414-.661l1.549-7.872a.566.565 0 0 1 .254-.372a.53.53 0 0 1 .4-.067a.57.57 0 0 1 .415.662l-1.552 7.872a.56.56 0 0 1-.253.371a.53.53 0 0 1-.28.081m3.105-1h-.038a.54.54 0 0 1-.382-.206a.583.582 0 0 1 .057-.774l2.664-2.483l-2.653-2.312a.583.582 0 0 1-.08-.772a.54.54 0 0 1 .377-.218a.53.53 0 0 1 .406.129l3.126 2.727a.579.578 0 0 1 .002.862l-3.114 2.904a.536.535 0 0 1-.365.144zm-4.661 0a.536.535 0 0 1-.365-.146L4.186 10.95a.58.58 0 0 1-.005-.846l.01-.01l3.128-2.726a.516.515 0 0 1 .4-.13a.54.54 0 0 1 .38.218a.583.582 0 0 1-.08.773l-2.65 2.31l2.663 2.482a.579.578 0 0 1 .056.774a.536.535 0 0 1-.381.206z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderSrc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4caf50" 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="#c8e6c9" d="M9.225 15a.5.5 0 0 1-.12-.014a.57.568 0 0 1-.414-.661l1.549-7.872a.566.565 0 0 1 .254-.372a.53.53 0 0 1 .4-.067a.57.57 0 0 1 .415.662l-1.552 7.872a.56.56 0 0 1-.253.371a.53.53 0 0 1-.28.081m3.105-1h-.038a.54.54 0 0 1-.382-.206a.583.582 0 0 1 .057-.774l2.664-2.483l-2.653-2.312a.583.582 0 0 1-.08-.772a.54.54 0 0 1 .377-.218a.53.53 0 0 1 .406.129l3.126 2.727a.579.578 0 0 1 .002.862l-3.114 2.904a.536.535 0 0 1-.365.144zm-4.661 0a.536.535 0 0 1-.365-.146L4.186 10.95a.58.58 0 0 1-.005-.846l.01-.01l3.128-2.726a.516.515 0 0 1 .4-.13a.54.54 0 0 1 .38.218a.583.582 0 0 1-.08.773l-2.65 2.31l2.663 2.482a.579.578 0 0 1 .056.774a.536.535 0 0 1-.381.206z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4caf50" 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="#c8e6c9" d="M9.225 15a.5.5 0 0 1-.12-.014a.57.568 0 0 1-.414-.661l1.549-7.872a.566.565 0 0 1 .254-.372a.53.53 0 0 1 .4-.067a.57.57 0 0 1 .415.662l-1.552 7.872a.56.56 0 0 1-.253.371a.53.53 0 0 1-.28.081m3.105-1h-.038a.54.54 0 0 1-.382-.206a.583.582 0 0 1 .057-.774l2.664-2.483l-2.653-2.312a.583.582 0 0 1-.08-.772a.54.54 0 0 1 .377-.218a.53.53 0 0 1 .406.129l3.126 2.727a.579.578 0 0 1 .002.862l-3.114 2.904a.536.535 0 0 1-.365.144zm-4.661 0a.536.535 0 0 1-.365-.146L4.186 10.95a.58.58 0 0 1-.005-.846l.01-.01l3.128-2.726a.516.515 0 0 1 .4-.13a.54.54 0 0 1 .38.218a.583.582 0 0 1-.08.773l-2.65 2.31l2.663 2.482a.579.578 0 0 1 .056.774a.536.535 0 0 1-.381.206z"/></svg>
</template>

CSS

.icon-folder-src {
  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%234caf50%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%23c8e6c9%22%20d%3D%22M9.225%2015a.5.5%200%200%201-.12-.014a.57.568%200%200%201-.414-.661l1.549-7.872a.566.565%200%200%201%20.254-.372a.53.53%200%200%201%20.4-.067a.57.57%200%200%201%20.415.662l-1.552%207.872a.56.56%200%200%201-.253.371a.53.53%200%200%201-.28.081m3.105-1h-.038a.54.54%200%200%201-.382-.206a.583.582%200%200%201%20.057-.774l2.664-2.483l-2.653-2.312a.583.582%200%200%201-.08-.772a.54.54%200%200%201%20.377-.218a.53.53%200%200%201%20.406.129l3.126%202.727a.579.578%200%200%201%20.002.862l-3.114%202.904a.536.535%200%200%201-.365.144zm-4.661%200a.536.535%200%200%201-.365-.146L4.186%2010.95a.58.58%200%200%201-.005-.846l.01-.01l3.128-2.726a.516.515%200%200%201%20.4-.13a.54.54%200%200%201%20.38.218a.583.582%200%200%201-.08.773l-2.65%202.31l2.663%202.482a.579.578%200%200%201%20.056.774a.536.535%200%200%201-.381.206z%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%234caf50%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%23c8e6c9%22%20d%3D%22M9.225%2015a.5.5%200%200%201-.12-.014a.57.568%200%200%201-.414-.661l1.549-7.872a.566.565%200%200%201%20.254-.372a.53.53%200%200%201%20.4-.067a.57.57%200%200%201%20.415.662l-1.552%207.872a.56.56%200%200%201-.253.371a.53.53%200%200%201-.28.081m3.105-1h-.038a.54.54%200%200%201-.382-.206a.583.582%200%200%201%20.057-.774l2.664-2.483l-2.653-2.312a.583.582%200%200%201-.08-.772a.54.54%200%200%201%20.377-.218a.53.53%200%200%201%20.406.129l3.126%202.727a.579.578%200%200%201%20.002.862l-3.114%202.904a.536.535%200%200%201-.365.144zm-4.661%200a.536.535%200%200%201-.365-.146L4.186%2010.95a.58.58%200%200%201-.005-.846l.01-.01l3.128-2.726a.516.515%200%200%201%20.4-.13a.54.54%200%200%201%20.38.218a.583.582%200%200%201-.08.773l-2.65%202.31l2.663%202.482a.579.578%200%200%201%20.056.774a.536.535%200%200%201-.381.206z%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-src.svg?color=%231a73e8&size=48