folder bloc open logo

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

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

Related icons in Material Icon Theme

Use the folder bloc 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="#26a69a" d="M29 12H9.4c-.9 0-1.6.6-1.9 1.4L4 24V10h24c0-1.1-.9-2-2-2H15.1c-.5 0-.9-.2-1.3-.5l-1.3-1.1c-.3-.2-.8-.4-1.2-.4H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h22l4.8-11.2c.4-1 0-2.2-1-2.6c-.3-.1-.6-.2-.8-.2"/><path fill="#b2dfdb" d="m25 12l7 4.198v8.103L25 28.5l-7-4.212V16.21z"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderBlocOpen(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="#26a69a" d="M29 12H9.4c-.9 0-1.6.6-1.9 1.4L4 24V10h24c0-1.1-.9-2-2-2H15.1c-.5 0-.9-.2-1.3-.5l-1.3-1.1c-.3-.2-.8-.4-1.2-.4H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h22l4.8-11.2c.4-1 0-2.2-1-2.6c-.3-.1-.6-.2-.8-.2"/><path fill="#b2dfdb" d="m25 12l7 4.198v8.103L25 28.5l-7-4.212V16.21z"/></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="#26a69a" d="M29 12H9.4c-.9 0-1.6.6-1.9 1.4L4 24V10h24c0-1.1-.9-2-2-2H15.1c-.5 0-.9-.2-1.3-.5l-1.3-1.1c-.3-.2-.8-.4-1.2-.4H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h22l4.8-11.2c.4-1 0-2.2-1-2.6c-.3-.1-.6-.2-.8-.2"/><path fill="#b2dfdb" d="m25 12l7 4.198v8.103L25 28.5l-7-4.212V16.21z"/></g></svg>
</template>

CSS

.icon-folder-bloc-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%2326a69a%22%20d%3D%22M29%2012H9.4c-.9%200-1.6.6-1.9%201.4L4%2024V10h24c0-1.1-.9-2-2-2H15.1c-.5%200-.9-.2-1.3-.5l-1.3-1.1c-.3-.2-.8-.4-1.2-.4H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h22l4.8-11.2c.4-1%200-2.2-1-2.6c-.3-.1-.6-.2-.8-.2%22%2F%3E%3Cpath%20fill%3D%22%23b2dfdb%22%20d%3D%22m25%2012l7%204.198v8.103L25%2028.5l-7-4.212V16.21z%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%2326a69a%22%20d%3D%22M29%2012H9.4c-.9%200-1.6.6-1.9%201.4L4%2024V10h24c0-1.1-.9-2-2-2H15.1c-.5%200-.9-.2-1.3-.5l-1.3-1.1c-.3-.2-.8-.4-1.2-.4H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h22l4.8-11.2c.4-1%200-2.2-1-2.6c-.3-.1-.6-.2-.8-.2%22%2F%3E%3Cpath%20fill%3D%22%23b2dfdb%22%20d%3D%22m25%2012l7%204.198v8.103L25%2028.5l-7-4.212V16.21z%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-bloc-open.svg?color=%231a73e8&size=48