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

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

Related icons in Material Icon Theme

Use the folder r open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1976d2" 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="#90caf9" fill-rule="evenodd" d="M16 22.405v2.786c-4.8-1.097-8.263-4.17-8.263-7.804c0-4.553 5.432-8.245 12.132-8.245S32 12.834 32 17.387a6.46 6.46 0 0 1-1.915 4.433l-.49-.855a4.65 4.65 0 0 0 .981-2.962c0-3.91-3.758-5.637-8.85-5.637c-5.093 0-9.221 2.523-9.221 5.637c0 1.787 1.372 3.37 3.495 4.402m15.332 5.596V28h-.001Zm0-.001h-4.656l-2.177-4.208a5.4 5.4 0 0 0-.72-1.017c-.23-.19-.327-.258-.553-.258H22V28h-4V14h8.274S30 14.07 30 17.76a3.866 3.866 0 0 1-3.559 3.964a9 9 0 0 1 1.156.448a2.2 2.2 0 0 1 .586.431a1.6 1.6 0 0 1 .268.396ZM26 17.5a1.5 1.5 0 0 0-1.5-1.5H22v4h2.5a1.5 1.5 0 0 0 1.5-1.5Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderROpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1976d2" 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="#90caf9" fillRule="evenodd" d="M16 22.405v2.786c-4.8-1.097-8.263-4.17-8.263-7.804c0-4.553 5.432-8.245 12.132-8.245S32 12.834 32 17.387a6.46 6.46 0 0 1-1.915 4.433l-.49-.855a4.65 4.65 0 0 0 .981-2.962c0-3.91-3.758-5.637-8.85-5.637c-5.093 0-9.221 2.523-9.221 5.637c0 1.787 1.372 3.37 3.495 4.402m15.332 5.596V28h-.001Zm0-.001h-4.656l-2.177-4.208a5.4 5.4 0 0 0-.72-1.017c-.23-.19-.327-.258-.553-.258H22V28h-4V14h8.274S30 14.07 30 17.76a3.866 3.866 0 0 1-3.559 3.964a9 9 0 0 1 1.156.448a2.2 2.2 0 0 1 .586.431a1.6 1.6 0 0 1 .268.396ZM26 17.5a1.5 1.5 0 0 0-1.5-1.5H22v4h2.5a1.5 1.5 0 0 0 1.5-1.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1976d2" 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="#90caf9" fill-rule="evenodd" d="M16 22.405v2.786c-4.8-1.097-8.263-4.17-8.263-7.804c0-4.553 5.432-8.245 12.132-8.245S32 12.834 32 17.387a6.46 6.46 0 0 1-1.915 4.433l-.49-.855a4.65 4.65 0 0 0 .981-2.962c0-3.91-3.758-5.637-8.85-5.637c-5.093 0-9.221 2.523-9.221 5.637c0 1.787 1.372 3.37 3.495 4.402m15.332 5.596V28h-.001Zm0-.001h-4.656l-2.177-4.208a5.4 5.4 0 0 0-.72-1.017c-.23-.19-.327-.258-.553-.258H22V28h-4V14h8.274S30 14.07 30 17.76a3.866 3.866 0 0 1-3.559 3.964a9 9 0 0 1 1.156.448a2.2 2.2 0 0 1 .586.431a1.6 1.6 0 0 1 .268.396ZM26 17.5a1.5 1.5 0 0 0-1.5-1.5H22v4h2.5a1.5 1.5 0 0 0 1.5-1.5Z"/></svg>
</template>

CSS

.icon-folder-r-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%231976d2%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%2390caf9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2022.405v2.786c-4.8-1.097-8.263-4.17-8.263-7.804c0-4.553%205.432-8.245%2012.132-8.245S32%2012.834%2032%2017.387a6.46%206.46%200%200%201-1.915%204.433l-.49-.855a4.65%204.65%200%200%200%20.981-2.962c0-3.91-3.758-5.637-8.85-5.637c-5.093%200-9.221%202.523-9.221%205.637c0%201.787%201.372%203.37%203.495%204.402m15.332%205.596V28h-.001Zm0-.001h-4.656l-2.177-4.208a5.4%205.4%200%200%200-.72-1.017c-.23-.19-.327-.258-.553-.258H22V28h-4V14h8.274S30%2014.07%2030%2017.76a3.866%203.866%200%200%201-3.559%203.964a9%209%200%200%201%201.156.448a2.2%202.2%200%200%201%20.586.431a1.6%201.6%200%200%201%20.268.396ZM26%2017.5a1.5%201.5%200%200%200-1.5-1.5H22v4h2.5a1.5%201.5%200%200%200%201.5-1.5Z%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%231976d2%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%2390caf9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2022.405v2.786c-4.8-1.097-8.263-4.17-8.263-7.804c0-4.553%205.432-8.245%2012.132-8.245S32%2012.834%2032%2017.387a6.46%206.46%200%200%201-1.915%204.433l-.49-.855a4.65%204.65%200%200%200%20.981-2.962c0-3.91-3.758-5.637-8.85-5.637c-5.093%200-9.221%202.523-9.221%205.637c0%201.787%201.372%203.37%203.495%204.402m15.332%205.596V28h-.001Zm0-.001h-4.656l-2.177-4.208a5.4%205.4%200%200%200-.72-1.017c-.23-.19-.327-.258-.553-.258H22V28h-4V14h8.274S30%2014.07%2030%2017.76a3.866%203.866%200%200%201-3.559%203.964a9%209%200%200%201%201.156.448a2.2%202.2%200%200%201%20.586.431a1.6%201.6%200%200%201%20.268.396ZM26%2017.5a1.5%201.5%200%200%200-1.5-1.5H22v4h2.5a1.5%201.5%200%200%200%201.5-1.5Z%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-r-open.svg?color=%231a73e8&size=48