folder syntax open logo

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

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

Related icons in Material Icon Theme

Use the folder syntax open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ef5350" 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="#ffcdd2" d="m31.87 19.917l-1.307-1.378a.477.477 0 0 0-.691-.001l-7.156 7.538l-3.057-3.23a.48.48 0 0 0-.345-.148h-.001a.48.48 0 0 0-.345.148l-1.31 1.377a.477.477 0 0 0 0 .657l4.721 4.972a.477.477 0 0 0 .691 0l8.8-9.28a.476.476 0 0 0 0-.655"/><path fill="#ffcdd2" d="M21.292 23.336a.48.48 0 0 0 .448.314h1.94a.476.476 0 0 0 .446-.642l-4.74-12.698a.48.48 0 0 0-.446-.31h-1.724a.48.48 0 0 0-.447.31l-4.74 12.698a.476.476 0 0 0 .447.642h1.94a.48.48 0 0 0 .448-.317l.926-2.612h4.558Zm-1.97-5.523h-2.49l1.245-3.495Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderSyntaxOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ef5350" 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="#ffcdd2" d="m31.87 19.917l-1.307-1.378a.477.477 0 0 0-.691-.001l-7.156 7.538l-3.057-3.23a.48.48 0 0 0-.345-.148h-.001a.48.48 0 0 0-.345.148l-1.31 1.377a.477.477 0 0 0 0 .657l4.721 4.972a.477.477 0 0 0 .691 0l8.8-9.28a.476.476 0 0 0 0-.655"/><path fill="#ffcdd2" d="M21.292 23.336a.48.48 0 0 0 .448.314h1.94a.476.476 0 0 0 .446-.642l-4.74-12.698a.48.48 0 0 0-.446-.31h-1.724a.48.48 0 0 0-.447.31l-4.74 12.698a.476.476 0 0 0 .447.642h1.94a.48.48 0 0 0 .448-.317l.926-2.612h4.558Zm-1.97-5.523h-2.49l1.245-3.495Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ef5350" 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="#ffcdd2" d="m31.87 19.917l-1.307-1.378a.477.477 0 0 0-.691-.001l-7.156 7.538l-3.057-3.23a.48.48 0 0 0-.345-.148h-.001a.48.48 0 0 0-.345.148l-1.31 1.377a.477.477 0 0 0 0 .657l4.721 4.972a.477.477 0 0 0 .691 0l8.8-9.28a.476.476 0 0 0 0-.655"/><path fill="#ffcdd2" d="M21.292 23.336a.48.48 0 0 0 .448.314h1.94a.476.476 0 0 0 .446-.642l-4.74-12.698a.48.48 0 0 0-.446-.31h-1.724a.48.48 0 0 0-.447.31l-4.74 12.698a.476.476 0 0 0 .447.642h1.94a.48.48 0 0 0 .448-.317l.926-2.612h4.558Zm-1.97-5.523h-2.49l1.245-3.495Z"/></svg>
</template>

CSS

.icon-folder-syntax-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%23ef5350%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%23ffcdd2%22%20d%3D%22m31.87%2019.917l-1.307-1.378a.477.477%200%200%200-.691-.001l-7.156%207.538l-3.057-3.23a.48.48%200%200%200-.345-.148h-.001a.48.48%200%200%200-.345.148l-1.31%201.377a.477.477%200%200%200%200%20.657l4.721%204.972a.477.477%200%200%200%20.691%200l8.8-9.28a.476.476%200%200%200%200-.655%22%2F%3E%3Cpath%20fill%3D%22%23ffcdd2%22%20d%3D%22M21.292%2023.336a.48.48%200%200%200%20.448.314h1.94a.476.476%200%200%200%20.446-.642l-4.74-12.698a.48.48%200%200%200-.446-.31h-1.724a.48.48%200%200%200-.447.31l-4.74%2012.698a.476.476%200%200%200%20.447.642h1.94a.48.48%200%200%200%20.448-.317l.926-2.612h4.558Zm-1.97-5.523h-2.49l1.245-3.495Z%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%23ef5350%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%23ffcdd2%22%20d%3D%22m31.87%2019.917l-1.307-1.378a.477.477%200%200%200-.691-.001l-7.156%207.538l-3.057-3.23a.48.48%200%200%200-.345-.148h-.001a.48.48%200%200%200-.345.148l-1.31%201.377a.477.477%200%200%200%200%20.657l4.721%204.972a.477.477%200%200%200%20.691%200l8.8-9.28a.476.476%200%200%200%200-.655%22%2F%3E%3Cpath%20fill%3D%22%23ffcdd2%22%20d%3D%22M21.292%2023.336a.48.48%200%200%200%20.448.314h1.94a.476.476%200%200%200%20.446-.642l-4.74-12.698a.48.48%200%200%200-.446-.31h-1.724a.48.48%200%200%200-.447.31l-4.74%2012.698a.476.476%200%200%200%20.447.642h1.94a.48.48%200%200%200%20.448-.317l.926-2.612h4.558Zm-1.97-5.523h-2.49l1.245-3.495Z%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-syntax-open.svg?color=%231a73e8&size=48