folder functions open logo

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

Name
folder-functions-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder functions open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#b3e5fc" d="M24 16h-2.982l.14-1.676l.002-.01a1.945 1.945 0 0 1 3.848-.485l1.475-1.687a3.9 3.9 0 0 0-3.01-2.126a4.143 4.143 0 0 0-4.263 4.105L19.048 16H16v2h2.87l-.529 5.874a2.05 2.05 0 0 1-1.348 1.776l-.026.009a1.92 1.92 0 0 1-2.451-1.465l-1.477 1.687a3.91 3.91 0 0 0 2.99 2.1a4.13 4.13 0 0 0 4.274-4.08L20.839 18H24Zm8 4.929l-1.414-1.414l-2.829 2.828l-2.828-2.828l-1.414 1.414l2.828 2.828l-2.828 2.829L24.929 28l2.828-2.828L30.586 28L32 26.586l-2.828-2.829z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderFunctionsOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#b3e5fc" d="M24 16h-2.982l.14-1.676l.002-.01a1.945 1.945 0 0 1 3.848-.485l1.475-1.687a3.9 3.9 0 0 0-3.01-2.126a4.143 4.143 0 0 0-4.263 4.105L19.048 16H16v2h2.87l-.529 5.874a2.05 2.05 0 0 1-1.348 1.776l-.026.009a1.92 1.92 0 0 1-2.451-1.465l-1.477 1.687a3.91 3.91 0 0 0 2.99 2.1a4.13 4.13 0 0 0 4.274-4.08L20.839 18H24Zm8 4.929l-1.414-1.414l-2.829 2.828l-2.828-2.828l-1.414 1.414l2.828 2.828l-2.828 2.829L24.929 28l2.828-2.828L30.586 28L32 26.586l-2.828-2.829z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0288d1" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#b3e5fc" d="M24 16h-2.982l.14-1.676l.002-.01a1.945 1.945 0 0 1 3.848-.485l1.475-1.687a3.9 3.9 0 0 0-3.01-2.126a4.143 4.143 0 0 0-4.263 4.105L19.048 16H16v2h2.87l-.529 5.874a2.05 2.05 0 0 1-1.348 1.776l-.026.009a1.92 1.92 0 0 1-2.451-1.465l-1.477 1.687a3.91 3.91 0 0 0 2.99 2.1a4.13 4.13 0 0 0 4.274-4.08L20.839 18H24Zm8 4.929l-1.414-1.414l-2.829 2.828l-2.828-2.828l-1.414 1.414l2.828 2.828l-2.828 2.829L24.929 28l2.828-2.828L30.586 28L32 26.586l-2.828-2.829z"/></svg>
</template>

CSS

.icon-folder-functions-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%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23b3e5fc%22%20d%3D%22M24%2016h-2.982l.14-1.676l.002-.01a1.945%201.945%200%200%201%203.848-.485l1.475-1.687a3.9%203.9%200%200%200-3.01-2.126a4.143%204.143%200%200%200-4.263%204.105L19.048%2016H16v2h2.87l-.529%205.874a2.05%202.05%200%200%201-1.348%201.776l-.026.009a1.92%201.92%200%200%201-2.451-1.465l-1.477%201.687a3.91%203.91%200%200%200%202.99%202.1a4.13%204.13%200%200%200%204.274-4.08L20.839%2018H24Zm8%204.929l-1.414-1.414l-2.829%202.828l-2.828-2.828l-1.414%201.414l2.828%202.828l-2.828%202.829L24.929%2028l2.828-2.828L30.586%2028L32%2026.586l-2.828-2.829z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23b3e5fc%22%20d%3D%22M24%2016h-2.982l.14-1.676l.002-.01a1.945%201.945%200%200%201%203.848-.485l1.475-1.687a3.9%203.9%200%200%200-3.01-2.126a4.143%204.143%200%200%200-4.263%204.105L19.048%2016H16v2h2.87l-.529%205.874a2.05%202.05%200%200%201-1.348%201.776l-.026.009a1.92%201.92%200%200%201-2.451-1.465l-1.477%201.687a3.91%203.91%200%200%200%202.99%202.1a4.13%204.13%200%200%200%204.274-4.08L20.839%2018H24Zm8%204.929l-1.414-1.414l-2.829%202.828l-2.828-2.828l-1.414%201.414l2.828%202.828l-2.828%202.829L24.929%2028l2.828-2.828L30.586%2028L32%2026.586l-2.828-2.829z%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-functions-open.svg?color=%231a73e8&size=48