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

Name
folder-config
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 config logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00acc1" 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="#80deea" d="M11.5 12.075A1.6 1.6 0 0 1 9.882 10.5a1.62 1.62 0 1 1 1.62 1.575m3.437-1.138a4 4 0 0 0 .032-.438a4 4 0 0 0-.032-.45l.976-.733a.223.223 0 0 0 .056-.288l-.926-1.556a.23.23 0 0 0-.283-.1l-1.15.45a3.4 3.4 0 0 0-.783-.44l-.171-1.193A.23.23 0 0 0 12.425 6h-1.85a.23.23 0 0 0-.231.189l-.171 1.193a3.4 3.4 0 0 0-.781.44l-1.152-.45a.23.23 0 0 0-.282.1l-.926 1.556a.22.22 0 0 0 .056.288l.975.734a4 4 0 0 0-.032.45a4 4 0 0 0 .032.437l-.975.746a.22.22 0 0 0-.056.288l.925 1.558a.235.235 0 0 0 .283.099l1.152-.455a3.2 3.2 0 0 0 .781.446l.171 1.192a.23.23 0 0 0 .232.189h1.85a.23.23 0 0 0 .232-.189l.17-1.192a3.4 3.4 0 0 0 .783-.446l1.15.455a.24.24 0 0 0 .284-.1l.924-1.557a.223.223 0 0 0-.055-.288Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderConfig(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00acc1" 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="#80deea" d="M11.5 12.075A1.6 1.6 0 0 1 9.882 10.5a1.62 1.62 0 1 1 1.62 1.575m3.437-1.138a4 4 0 0 0 .032-.438a4 4 0 0 0-.032-.45l.976-.733a.223.223 0 0 0 .056-.288l-.926-1.556a.23.23 0 0 0-.283-.1l-1.15.45a3.4 3.4 0 0 0-.783-.44l-.171-1.193A.23.23 0 0 0 12.425 6h-1.85a.23.23 0 0 0-.231.189l-.171 1.193a3.4 3.4 0 0 0-.781.44l-1.152-.45a.23.23 0 0 0-.282.1l-.926 1.556a.22.22 0 0 0 .056.288l.975.734a4 4 0 0 0-.032.45a4 4 0 0 0 .032.437l-.975.746a.22.22 0 0 0-.056.288l.925 1.558a.235.235 0 0 0 .283.099l1.152-.455a3.2 3.2 0 0 0 .781.446l.171 1.192a.23.23 0 0 0 .232.189h1.85a.23.23 0 0 0 .232-.189l.17-1.192a3.4 3.4 0 0 0 .783-.446l1.15.455a.24.24 0 0 0 .284-.1l.924-1.557a.223.223 0 0 0-.055-.288Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00acc1" 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="#80deea" d="M11.5 12.075A1.6 1.6 0 0 1 9.882 10.5a1.62 1.62 0 1 1 1.62 1.575m3.437-1.138a4 4 0 0 0 .032-.438a4 4 0 0 0-.032-.45l.976-.733a.223.223 0 0 0 .056-.288l-.926-1.556a.23.23 0 0 0-.283-.1l-1.15.45a3.4 3.4 0 0 0-.783-.44l-.171-1.193A.23.23 0 0 0 12.425 6h-1.85a.23.23 0 0 0-.231.189l-.171 1.193a3.4 3.4 0 0 0-.781.44l-1.152-.45a.23.23 0 0 0-.282.1l-.926 1.556a.22.22 0 0 0 .056.288l.975.734a4 4 0 0 0-.032.45a4 4 0 0 0 .032.437l-.975.746a.22.22 0 0 0-.056.288l.925 1.558a.235.235 0 0 0 .283.099l1.152-.455a3.2 3.2 0 0 0 .781.446l.171 1.192a.23.23 0 0 0 .232.189h1.85a.23.23 0 0 0 .232-.189l.17-1.192a3.4 3.4 0 0 0 .783-.446l1.15.455a.24.24 0 0 0 .284-.1l.924-1.557a.223.223 0 0 0-.055-.288Z"/></svg>
</template>

CSS

.icon-folder-config {
  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%2300acc1%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%2380deea%22%20d%3D%22M11.5%2012.075A1.6%201.6%200%200%201%209.882%2010.5a1.62%201.62%200%201%201%201.62%201.575m3.437-1.138a4%204%200%200%200%20.032-.438a4%204%200%200%200-.032-.45l.976-.733a.223.223%200%200%200%20.056-.288l-.926-1.556a.23.23%200%200%200-.283-.1l-1.15.45a3.4%203.4%200%200%200-.783-.44l-.171-1.193A.23.23%200%200%200%2012.425%206h-1.85a.23.23%200%200%200-.231.189l-.171%201.193a3.4%203.4%200%200%200-.781.44l-1.152-.45a.23.23%200%200%200-.282.1l-.926%201.556a.22.22%200%200%200%20.056.288l.975.734a4%204%200%200%200-.032.45a4%204%200%200%200%20.032.437l-.975.746a.22.22%200%200%200-.056.288l.925%201.558a.235.235%200%200%200%20.283.099l1.152-.455a3.2%203.2%200%200%200%20.781.446l.171%201.192a.23.23%200%200%200%20.232.189h1.85a.23.23%200%200%200%20.232-.189l.17-1.192a3.4%203.4%200%200%200%20.783-.446l1.15.455a.24.24%200%200%200%20.284-.1l.924-1.557a.223.223%200%200%200-.055-.288Z%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%2300acc1%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%2380deea%22%20d%3D%22M11.5%2012.075A1.6%201.6%200%200%201%209.882%2010.5a1.62%201.62%200%201%201%201.62%201.575m3.437-1.138a4%204%200%200%200%20.032-.438a4%204%200%200%200-.032-.45l.976-.733a.223.223%200%200%200%20.056-.288l-.926-1.556a.23.23%200%200%200-.283-.1l-1.15.45a3.4%203.4%200%200%200-.783-.44l-.171-1.193A.23.23%200%200%200%2012.425%206h-1.85a.23.23%200%200%200-.231.189l-.171%201.193a3.4%203.4%200%200%200-.781.44l-1.152-.45a.23.23%200%200%200-.282.1l-.926%201.556a.22.22%200%200%200%20.056.288l.975.734a4%204%200%200%200-.032.45a4%204%200%200%200%20.032.437l-.975.746a.22.22%200%200%200-.056.288l.925%201.558a.235.235%200%200%200%20.283.099l1.152-.455a3.2%203.2%200%200%200%20.781.446l.171%201.192a.23.23%200%200%200%20.232.189h1.85a.23.23%200%200%200%20.232-.189l.17-1.192a3.4%203.4%200%200%200%20.783-.446l1.15.455a.24.24%200%200%200%20.284-.1l.924-1.557a.223.223%200%200%200-.055-.288Z%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-config.svg?color=%231a73e8&size=48