folder controller logo
folder-controller from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-controller
- 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 controller logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffc107" 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="#fff9c4" d="M11.5 12.075A1.6 1.6 0 0 1 9.88 10.5a1.62 1.62 0 1 1 1.62 1.575m3.438-1.138a4 4 0 0 0 .032-.437a4 4 0 0 0-.032-.45l.976-.734a.223.223 0 0 0 .056-.288l-.927-1.556a.23.23 0 0 0-.282-.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-.232.189l-.17 1.193a3.4 3.4 0 0 0-.782.44l-1.152-.45a.23.23 0 0 0-.282.1l-.925 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 .282.099l1.152-.455a3.2 3.2 0 0 0 .782.446l.17 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.151.455a.24.24 0 0 0 .283-.1l.926-1.557a.223.223 0 0 0-.056-.288z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderController(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffc107" 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="#fff9c4" d="M11.5 12.075A1.6 1.6 0 0 1 9.88 10.5a1.62 1.62 0 1 1 1.62 1.575m3.438-1.138a4 4 0 0 0 .032-.437a4 4 0 0 0-.032-.45l.976-.734a.223.223 0 0 0 .056-.288l-.927-1.556a.23.23 0 0 0-.282-.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-.232.189l-.17 1.193a3.4 3.4 0 0 0-.782.44l-1.152-.45a.23.23 0 0 0-.282.1l-.925 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 .282.099l1.152-.455a3.2 3.2 0 0 0 .782.446l.17 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.151.455a.24.24 0 0 0 .283-.1l.926-1.557a.223.223 0 0 0-.056-.288z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ffc107" 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="#fff9c4" d="M11.5 12.075A1.6 1.6 0 0 1 9.88 10.5a1.62 1.62 0 1 1 1.62 1.575m3.438-1.138a4 4 0 0 0 .032-.437a4 4 0 0 0-.032-.45l.976-.734a.223.223 0 0 0 .056-.288l-.927-1.556a.23.23 0 0 0-.282-.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-.232.189l-.17 1.193a3.4 3.4 0 0 0-.782.44l-1.152-.45a.23.23 0 0 0-.282.1l-.925 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 .282.099l1.152-.455a3.2 3.2 0 0 0 .782.446l.17 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.151.455a.24.24 0 0 0 .283-.1l.926-1.557a.223.223 0 0 0-.056-.288z"/></svg> </template>
CSS
.icon-folder-controller {
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%23ffc107%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%23fff9c4%22%20d%3D%22M11.5%2012.075A1.6%201.6%200%200%201%209.88%2010.5a1.62%201.62%200%201%201%201.62%201.575m3.438-1.138a4%204%200%200%200%20.032-.437a4%204%200%200%200-.032-.45l.976-.734a.223.223%200%200%200%20.056-.288l-.927-1.556a.23.23%200%200%200-.282-.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-.232.189l-.17%201.193a3.4%203.4%200%200%200-.782.44l-1.152-.45a.23.23%200%200%200-.282.1l-.925%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.282.099l1.152-.455a3.2%203.2%200%200%200%20.782.446l.17%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.151.455a.24.24%200%200%200%20.283-.1l.926-1.557a.223.223%200%200%200-.056-.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%23ffc107%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%23fff9c4%22%20d%3D%22M11.5%2012.075A1.6%201.6%200%200%201%209.88%2010.5a1.62%201.62%200%201%201%201.62%201.575m3.438-1.138a4%204%200%200%200%20.032-.437a4%204%200%200%200-.032-.45l.976-.734a.223.223%200%200%200%20.056-.288l-.927-1.556a.23.23%200%200%200-.282-.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-.232.189l-.17%201.193a3.4%203.4%200%200%200-.782.44l-1.152-.45a.23.23%200%200%200-.282.1l-.925%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.282.099l1.152-.455a3.2%203.2%200%200%200%20.782.446l.17%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.151.455a.24.24%200%200%200%20.283-.1l.926-1.557a.223.223%200%200%200-.056-.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-controller.svg?color=%231a73e8&size=48