folder features open logo
folder-features-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-features-open
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- 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 features open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#689f38" d="M28.067 12H9.194a1.9 1.9 0 0 0-1.131.377c-.33.246-.576.593-.704.991L3.933 24V10h23.2c0-.53-.204-1.04-.567-1.414A1.9 1.9 0 0 0 25.199 8H14.686a1.9 1.9 0 0 1-1.237-.464l-1.245-1.072A1.9 1.9 0 0 0 10.966 6H3.933a1.9 1.9 0 0 0-1.367.586A2.04 2.04 0 0 0 2 8v16c0 .53.204 1.04.566 1.414c.363.375.855.586 1.367.586H25.2l4.645-11.212a2.06 2.06 0 0 0-.163-1.889a1.96 1.96 0 0 0-.698-.66a1.9 1.9 0 0 0-.916-.239"/><path fill="#dcedc8" d="m27.587 13.584l2.132.509l-6.03 6.03l-2.7-2.7l-1.456 1.454l4.156 4.155l6.485-6.485l-.06.691L32 19.495l-1.885 2.259l.262 2.988l-2.79.666l-1.46 2.583l-2.627-1.184L20.873 28l-1.46-2.583l-2.79-.667l.262-2.996L15 19.495l1.885-2.265l-.262-2.989l2.79-.657L20.873 11l2.627 1.185L26.127 11zM32 14.722l-1.826 1.825l.203-2.297l-.658-.157l.827-.826z"/></g></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderFeaturesOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#689f38" d="M28.067 12H9.194a1.9 1.9 0 0 0-1.131.377c-.33.246-.576.593-.704.991L3.933 24V10h23.2c0-.53-.204-1.04-.567-1.414A1.9 1.9 0 0 0 25.199 8H14.686a1.9 1.9 0 0 1-1.237-.464l-1.245-1.072A1.9 1.9 0 0 0 10.966 6H3.933a1.9 1.9 0 0 0-1.367.586A2.04 2.04 0 0 0 2 8v16c0 .53.204 1.04.566 1.414c.363.375.855.586 1.367.586H25.2l4.645-11.212a2.06 2.06 0 0 0-.163-1.889a1.96 1.96 0 0 0-.698-.66a1.9 1.9 0 0 0-.916-.239"/><path fill="#dcedc8" d="m27.587 13.584l2.132.509l-6.03 6.03l-2.7-2.7l-1.456 1.454l4.156 4.155l6.485-6.485l-.06.691L32 19.495l-1.885 2.259l.262 2.988l-2.79.666l-1.46 2.583l-2.627-1.184L20.873 28l-1.46-2.583l-2.79-.667l.262-2.996L15 19.495l1.885-2.265l-.262-2.989l2.79-.657L20.873 11l2.627 1.185L26.127 11zM32 14.722l-1.826 1.825l.203-2.297l-.658-.157l.827-.826z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#689f38" d="M28.067 12H9.194a1.9 1.9 0 0 0-1.131.377c-.33.246-.576.593-.704.991L3.933 24V10h23.2c0-.53-.204-1.04-.567-1.414A1.9 1.9 0 0 0 25.199 8H14.686a1.9 1.9 0 0 1-1.237-.464l-1.245-1.072A1.9 1.9 0 0 0 10.966 6H3.933a1.9 1.9 0 0 0-1.367.586A2.04 2.04 0 0 0 2 8v16c0 .53.204 1.04.566 1.414c.363.375.855.586 1.367.586H25.2l4.645-11.212a2.06 2.06 0 0 0-.163-1.889a1.96 1.96 0 0 0-.698-.66a1.9 1.9 0 0 0-.916-.239"/><path fill="#dcedc8" d="m27.587 13.584l2.132.509l-6.03 6.03l-2.7-2.7l-1.456 1.454l4.156 4.155l6.485-6.485l-.06.691L32 19.495l-1.885 2.259l.262 2.988l-2.79.666l-1.46 2.583l-2.627-1.184L20.873 28l-1.46-2.583l-2.79-.667l.262-2.996L15 19.495l1.885-2.265l-.262-2.989l2.79-.657L20.873 11l2.627 1.185L26.127 11zM32 14.722l-1.826 1.825l.203-2.297l-.658-.157l.827-.826z"/></g></svg> </template>
CSS
.icon-folder-features-open {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M28.067%2012H9.194a1.9%201.9%200%200%200-1.131.377c-.33.246-.576.593-.704.991L3.933%2024V10h23.2c0-.53-.204-1.04-.567-1.414A1.9%201.9%200%200%200%2025.199%208H14.686a1.9%201.9%200%200%201-1.237-.464l-1.245-1.072A1.9%201.9%200%200%200%2010.966%206H3.933a1.9%201.9%200%200%200-1.367.586A2.04%202.04%200%200%200%202%208v16c0%20.53.204%201.04.566%201.414c.363.375.855.586%201.367.586H25.2l4.645-11.212a2.06%202.06%200%200%200-.163-1.889a1.96%201.96%200%200%200-.698-.66a1.9%201.9%200%200%200-.916-.239%22%2F%3E%3Cpath%20fill%3D%22%23dcedc8%22%20d%3D%22m27.587%2013.584l2.132.509l-6.03%206.03l-2.7-2.7l-1.456%201.454l4.156%204.155l6.485-6.485l-.06.691L32%2019.495l-1.885%202.259l.262%202.988l-2.79.666l-1.46%202.583l-2.627-1.184L20.873%2028l-1.46-2.583l-2.79-.667l.262-2.996L15%2019.495l1.885-2.265l-.262-2.989l2.79-.657L20.873%2011l2.627%201.185L26.127%2011zM32%2014.722l-1.826%201.825l.203-2.297l-.658-.157l.827-.826z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M28.067%2012H9.194a1.9%201.9%200%200%200-1.131.377c-.33.246-.576.593-.704.991L3.933%2024V10h23.2c0-.53-.204-1.04-.567-1.414A1.9%201.9%200%200%200%2025.199%208H14.686a1.9%201.9%200%200%201-1.237-.464l-1.245-1.072A1.9%201.9%200%200%200%2010.966%206H3.933a1.9%201.9%200%200%200-1.367.586A2.04%202.04%200%200%200%202%208v16c0%20.53.204%201.04.566%201.414c.363.375.855.586%201.367.586H25.2l4.645-11.212a2.06%202.06%200%200%200-.163-1.889a1.96%201.96%200%200%200-.698-.66a1.9%201.9%200%200%200-.916-.239%22%2F%3E%3Cpath%20fill%3D%22%23dcedc8%22%20d%3D%22m27.587%2013.584l2.132.509l-6.03%206.03l-2.7-2.7l-1.456%201.454l4.156%204.155l6.485-6.485l-.06.691L32%2019.495l-1.885%202.259l.262%202.988l-2.79.666l-1.46%202.583l-2.627-1.184L20.873%2028l-1.46-2.583l-2.79-.667l.262-2.996L15%2019.495l1.885-2.265l-.262-2.989l2.79-.657L20.873%2011l2.627%201.185L26.127%2011zM32%2014.722l-1.826%201.825l.203-2.297l-.658-.157l.827-.826z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-features-open.svg?color=%231a73e8&size=48