folder linux open logo

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

Name
folder-linux-open
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder linux open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f9a825" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffecb3" d="M12.31 8.175c-.21.14-.875.52-.975.595a.41.41 0 0 1-.57-.005c-.1-.08-.765-.46-.975-.595c-.24-.154-.225-.35.04-.46a3.08 3.08 0 0 1 2.454.016c.245.105.255.3.025.45zm3.608 3.64A9.6 9.6 0 0 0 14 8.985a2.15 2.15 0 0 1-.53-.94c-.05-.164-.085-.334-.12-.504A5.7 5.7 0 0 0 13 6.236a2.03 2.03 0 0 0-1.919-1.235a2.1 2.1 0 0 0-1.975 1.2a3 3 0 0 0-.23.67c-.085.38-.16.775-.25 1.16a1.7 1.7 0 0 1-.48.855a9.8 9.8 0 0 0-1.94 2.674a3 3 0 0 0-.184.44c-.095.33.145.56.495.48c.22-.045.44-.09.65-.155c.205-.075.285-.025.335.175a3.37 3.37 0 0 0 2.12 2.249c2.059.78 4.463-.33 4.983-2.29c.035-.134.085-.184.235-.134c.23.07.465.12.7.175a.362.362 0 0 0 .46-.32a.7.7 0 0 0-.08-.365z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderLinuxOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f9a825" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffecb3" d="M12.31 8.175c-.21.14-.875.52-.975.595a.41.41 0 0 1-.57-.005c-.1-.08-.765-.46-.975-.595c-.24-.154-.225-.35.04-.46a3.08 3.08 0 0 1 2.454.016c.245.105.255.3.025.45zm3.608 3.64A9.6 9.6 0 0 0 14 8.985a2.15 2.15 0 0 1-.53-.94c-.05-.164-.085-.334-.12-.504A5.7 5.7 0 0 0 13 6.236a2.03 2.03 0 0 0-1.919-1.235a2.1 2.1 0 0 0-1.975 1.2a3 3 0 0 0-.23.67c-.085.38-.16.775-.25 1.16a1.7 1.7 0 0 1-.48.855a9.8 9.8 0 0 0-1.94 2.674a3 3 0 0 0-.184.44c-.095.33.145.56.495.48c.22-.045.44-.09.65-.155c.205-.075.285-.025.335.175a3.37 3.37 0 0 0 2.12 2.249c2.059.78 4.463-.33 4.983-2.29c.035-.134.085-.184.235-.134c.23.07.465.12.7.175a.362.362 0 0 0 .46-.32a.7.7 0 0 0-.08-.365z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f9a825" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffecb3" d="M12.31 8.175c-.21.14-.875.52-.975.595a.41.41 0 0 1-.57-.005c-.1-.08-.765-.46-.975-.595c-.24-.154-.225-.35.04-.46a3.08 3.08 0 0 1 2.454.016c.245.105.255.3.025.45zm3.608 3.64A9.6 9.6 0 0 0 14 8.985a2.15 2.15 0 0 1-.53-.94c-.05-.164-.085-.334-.12-.504A5.7 5.7 0 0 0 13 6.236a2.03 2.03 0 0 0-1.919-1.235a2.1 2.1 0 0 0-1.975 1.2a3 3 0 0 0-.23.67c-.085.38-.16.775-.25 1.16a1.7 1.7 0 0 1-.48.855a9.8 9.8 0 0 0-1.94 2.674a3 3 0 0 0-.184.44c-.095.33.145.56.495.48c.22-.045.44-.09.65-.155c.205-.075.285-.025.335.175a3.37 3.37 0 0 0 2.12 2.249c2.059.78 4.463-.33 4.983-2.29c.035-.134.085-.184.235-.134c.23.07.465.12.7.175a.362.362 0 0 0 .46-.32a.7.7 0 0 0-.08-.365z"/></svg>
</template>

CSS

.icon-folder-linux-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%2016%2016%22%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffecb3%22%20d%3D%22M12.31%208.175c-.21.14-.875.52-.975.595a.41.41%200%200%201-.57-.005c-.1-.08-.765-.46-.975-.595c-.24-.154-.225-.35.04-.46a3.08%203.08%200%200%201%202.454.016c.245.105.255.3.025.45zm3.608%203.64A9.6%209.6%200%200%200%2014%208.985a2.15%202.15%200%200%201-.53-.94c-.05-.164-.085-.334-.12-.504A5.7%205.7%200%200%200%2013%206.236a2.03%202.03%200%200%200-1.919-1.235a2.1%202.1%200%200%200-1.975%201.2a3%203%200%200%200-.23.67c-.085.38-.16.775-.25%201.16a1.7%201.7%200%200%201-.48.855a9.8%209.8%200%200%200-1.94%202.674a3%203%200%200%200-.184.44c-.095.33.145.56.495.48c.22-.045.44-.09.65-.155c.205-.075.285-.025.335.175a3.37%203.37%200%200%200%202.12%202.249c2.059.78%204.463-.33%204.983-2.29c.035-.134.085-.184.235-.134c.23.07.465.12.7.175a.362.362%200%200%200%20.46-.32a.7.7%200%200%200-.08-.365z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffecb3%22%20d%3D%22M12.31%208.175c-.21.14-.875.52-.975.595a.41.41%200%200%201-.57-.005c-.1-.08-.765-.46-.975-.595c-.24-.154-.225-.35.04-.46a3.08%203.08%200%200%201%202.454.016c.245.105.255.3.025.45zm3.608%203.64A9.6%209.6%200%200%200%2014%208.985a2.15%202.15%200%200%201-.53-.94c-.05-.164-.085-.334-.12-.504A5.7%205.7%200%200%200%2013%206.236a2.03%202.03%200%200%200-1.919-1.235a2.1%202.1%200%200%200-1.975%201.2a3%203%200%200%200-.23.67c-.085.38-.16.775-.25%201.16a1.7%201.7%200%200%201-.48.855a9.8%209.8%200%200%200-1.94%202.674a3%203%200%200%200-.184.44c-.095.33.145.56.495.48c.22-.045.44-.09.65-.155c.205-.075.285-.025.335.175a3.37%203.37%200%200%200%202.12%202.249c2.059.78%204.463-.33%204.983-2.29c.035-.134.085-.184.235-.134c.23.07.465.12.7.175a.362.362%200%200%200%20.46-.32a.7.7%200%200%200-.08-.365z%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-linux-open.svg?color=%231a73e8&size=48